summaryrefslogtreecommitdiffstats
path: root/tokio-trace
AgeCommit message (Expand)Author
2019-03-18trace: Span API polish (#988)Eliza Weisman
2019-03-13trace: Remove git dep on trace core for crates version (#984)Lucio Franco
2019-03-13Prepare `tokio-trace-core` for initial release. (#979)Carl Lerche
2019-03-11trace-core: Fix `NoSubscriber` causing panics (#975)Eliza Weisman
2019-03-11trace-core: Require span IDs to be > 0 (#973)Eliza Weisman
2019-03-11trace-core: Pass dispatcher by ref to `dispatcher::with_default` (#971)Eliza Weisman
2019-03-11trace: Switch to using `local_inner_macros` for instrumentation API (#969)Eliza Weisman
2019-03-07trace: Minor documentation improvements (#963)Eliza Weisman
2019-03-07trace-core: API polish (#962)Eliza Weisman
2019-03-07trace-core: Debreak RustDoc links (#961)Eliza Weisman
2019-03-07trace: Add arguments struct to `subscriber::Record` (#955)Eliza Weisman
2019-03-07trace-core: Add `'static` bound to `Subscriber` (#953)Eliza Weisman
2019-03-01trace: Fix tokio-trace documentation url in the README (#939)Lucio Franco
2019-03-01trace: Allow specifying a new span's parent (#923)Eliza Weisman
2019-02-22trace: Minor doc improvements (#913)Eliza Weisman
2019-02-20trace: Allow `Span` IDs to be converted back to `u64`s (#910)Kevin Leimkuhler
2019-02-19Introduce `tokio-trace` (#827)Eliza Weisman