• Home
  • Raw
  • Download

Lines Matching full:tracing

3 This release of `tracing-core` adds a new `on_register_dispatch` method to the
16 [#2269]: https://github.com/tokio-rs/tracing/pull/2269
17 [#2293]: https://github.com/tokio-rs/tracing/pull/2293
21 This release of `tracing-core` adds `PartialEq` and `Eq` implementations for
38 [#2229]: https://github.com/tokio-rs/tracing/pull/2229
39 [#2246]: https://github.com/tokio-rs/tracing/pull/2246
40 [#2250]: https://github.com/tokio-rs/tracing/pull/2250
44 This release of `tracing-core` adds new `Value` implementations, including one
62 [#2164]: https://github.com/tokio-rs/tracing/pull/2164
63 [#2166]: https://github.com/tokio-rs/tracing/pull/2166
64 [#2160]: https://github.com/tokio-rs/tracing/pull/2160
65 [#2008]: https://github.com/tokio-rs/tracing/pull/2008
66 [#2161]: https://github.com/tokio-rs/tracing/pull/2161
70 This release of `tracing-core` introduces a new `DefaultCallsite` type, which
93 [#2083]: https://github.com/tokio-rs/tracing/pull/2083
94 [#2152]: https://github.com/tokio-rs/tracing/pull/2152
95 [#2147]: https://github.com/tokio-rs/tracing/pull/2147
96 [#2088]: https://github.com/tokio-rs/tracing/pull/2088
97 [#2149]: https://github.com/tokio-rs/tracing/pull/2149
117 [v0.1.25]: https://github.com/tokio-rs/tracing/releases/tag/tracing-core-0.1.25
118 [#2071]: https://github.com/tokio-rs/tracing/pull/2071
119 [#2068]: https://github.com/tokio-rs/tracing/pull/2068
141 [v0.1.24]: https://github.com/tokio-rs/tracing/releases/tag/tracing-core-0.1.24
142 [#2066]: https://github.com/tokio-rs/tracing/pull/2066
143 [#2065]: https://github.com/tokio-rs/tracing/pull/2065
160 [#1988]: https://github.com/tokio-rs/tracing/pull/1988
161 [#2001]: https://github.com/tokio-rs/tracing/pull/2001
162 [#2022]: https://github.com/tokio-rs/tracing/pull/2022
172 [#1913]: https://github.com/tokio-rs/tracing/pull/1913
173 [#1974]: https://github.com/tokio-rs/tracing/pull/1974
190 - **metadata**: New `Kind::HINT` to support the `enabled!` macro in `tracing`
201 [#1608]: https://github.com/tokio-rs/tracing/pull/1608
202 [#1888]: https://github.com/tokio-rs/tracing/pull/1888
203 [#1887]: https://github.com/tokio-rs/tracing/pull/1887
204 [#1823]: https://github.com/tokio-rs/tracing/pull/1823
205 [#1785]: https://github.com/tokio-rs/tracing/pull/1785
206 [#1883]: https://github.com/tokio-rs/tracing/pull/1883
207 [#1891]: https://github.com/tokio-rs/tracing/pull/1891
208 [#1665]: https://github.com/tokio-rs/tracing/pull/1665
209 [#1692]: https://github.com/tokio-rs/tracing/pull/1692
210 [#1737]: https://github.com/tokio-rs/tracing/pull/1737
215 `tracing` field values.
230 [#1585]: https://github.com/tokio-rs/tracing/pull/1585
231 [#1595]: https://github.com/tokio-rs/tracing/pull/1595
232 [#1601]: https://github.com/tokio-rs/tracing/pull/1601
233 [#1603]: https://github.com/tokio-rs/tracing/pull/1603
234 [#1606]: https://github.com/tokio-rs/tracing/pull/1606
238 This release adds support for `f64` as one of the `tracing-core`
253 [#1549]: https://github.com/tokio-rs/tracing/pull/1549
254 [#1507]: https://github.com/tokio-rs/tracing/pull/1507
266 [#1413]: https://github.com/tokio-rs/tracing/pull/1413
267 [#1456]: https://github.com/tokio-rs/tracing/pull/1456
268 [#1385]: https://github.com/tokio-rs/tracing/pull/1385
269 [#1435]: https://github.com/tokio-rs/tracing/pull/1435
270 [#1446]: https://github.com/tokio-rs/tracing/pull/1446
286 [#1358]: https://github.com/tokio-rs/tracing/pull/1358
287 [#1374]: https://github.com/tokio-rs/tracing/pull/1374
288 [#1335]: https://github.com/tokio-rs/tracing/pull/1335
289 [#1331]: https://github.com/tokio-rs/tracing/pull/1331
305 [#994]: https://github.com/tokio-rs/tracing/pull/994
306 [#992]: https://github.com/tokio-rs/tracing/pull/992
314 a valid LevelFilter. ([#966](https://github.com/tokio-rs/tracing/pull/966))
326 - Internal API changes to support optimizations in the `tracing` crate (#943)
376 - Compiler error when `tracing-core/std` feature is enabled but `tracing/std` is