summaryrefslogtreecommitdiffstats
path: root/tokio-trace/tokio-trace-core
AgeCommit message (Expand)Author
2019-06-28chore: remove `tokio-trace`, add "Related Projects" to README (#1221)Eliza Weisman
2019-06-25trace: Allow setting event parents explicitly (#1109)Zahari Dichev
2019-06-24trace: Improve documentation (#1148)Eliza Weisman
2019-06-21trace: add program-wide default dispatcher (#1152)James Gilles
2019-06-13trace: Remove the `AsId` trait (#1145)Eliza Weisman
2019-04-24chore: remember to remove path deps on release (#1057)Carl Lerche
2019-04-21trace-core: prepare for 0.2 release (#1047)Eliza Weisman
2019-04-16trace-core: Dispatchers unset themselves (#1033)Eliza Weisman
2019-04-11trace-core: Introduce callsite classification in metadata (#1046)Eliza Weisman
2019-04-10trace-core: add a function to rebuild cached interest (#1039)Jane Lusby
2019-04-02Improve documentation of `Subscriber::record` and `Subscriber::event` (#1026)Matthias Prechtl
2019-03-28trace-core: Add slightly more useful debug impls (#1014)Eliza Weisman
2019-03-26trace: Allow trace instrumentation to emit log records (#992)Eliza Weisman
2019-03-22trace-core: Add overrideable downcasting to `Subscriber`s (#974)Eliza Weisman
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