Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/tokio-rs/tracing

Application level tracing for Rust.
https://github.com/tokio-rs/tracing

log: fix log callsites sometimes not having stable addresses (#285)

## Motivation:

The upgrade from Rust 1.36.0 to Rust 1.37.0 introduced a regression in
`traci...

ffca615cc5538b92e878b182897a1f5c9e50a52d authored over 5 years ago by Eliza Weisman <[email protected]>
core: add `std::error::Error` as a new primitive type (#277)

## Motivation

Currently, errors are typically recorded using their `fmt::Display` or
`fmt::D...

f6a375e29d7dde6ee4cc20cb5407696aa4f626a0 authored over 5 years ago by Eliza Weisman <[email protected]>
core: allow manually constructing events (#281)

## Motivation

Now that `tracing-subscriber` supports `Layer`ing subscribers, there is
a comp...

59b57ae7a7e4a117a832b1d3657540a58ebf9f25 authored over 5 years ago by Eliza Weisman <[email protected]>
chore: start experimenting with github actions (#283)

this adds a rough CI action. I'm going to merge this because it might fix the other actions; we ...

d6c0a456f5141839101354837e91c08285f73457 authored over 5 years ago by Eliza Weisman <[email protected]>
fix idioms in rustdoc examples (#280)

This commit makes some minor changes to RustDoc examples
in `tracing`. In particular, I've remo...

59a28647562b90106c3286a0d6a19c92d0dca81e authored over 5 years ago by Eliza Weisman <[email protected]>
meta: add pages publish action on master commits (#278)

## Motivation

Currently, we link to RustDoc on docs.rs. This is built when a crate is
publis...

02d45ec9513ea99e717c91c8acfe39ca699777cc authored over 5 years ago by Eliza Weisman <[email protected]>
tower: make the load generator example more fun (#276)

This commit tweaks the `tracing-tower` load-generator example a little
to better simulate a rea...

ad558aad6c09d5b18444834e4b258199daf71cf8 authored over 5 years ago by Eliza Weisman <[email protected]>
examples: make use of tracing APIs more idiomatic (#273)

## Motivation

Some Tracing examples, especially in unstable crates, were written
against ear...

99e061f7950fb2c6673a04e319d510d76cc3cdd7 authored over 5 years ago by Eliza Weisman <[email protected]>
examples: update to use Rust 2018 idioms (#271)

## Motivation

`tracing` is built with Rust's 2018 edition, but some examples use
outdated id...

30c62e02a18d50662f05a21863d51849c5fbace3 authored over 5 years ago by Eliza Weisman <[email protected]>
fmt: prepare to release tracing-fmt 0.0.1-alpha.3 (#267)

This PR prepares a new alpha of `tracing-fmt` with the improved
support for log events added in...

20c2e3af8f4fc557f65fc31fd9cfbd1224272220 authored over 5 years ago by Eliza Weisman <[email protected]>
chore: add PR labeler action (#268)

The `tokio` org is now part of the github actions beta.

This branch dips our feet in the meta...

ab3d54fbb394f80b1922700da7089e53aaa68554 authored over 5 years ago by Eliza Weisman <[email protected]>
log: prepare to release tracing-log 0.0.1-alpha.1 (#266)

This PR prepares the `tracing-log` crate to publish an alpha release to
crates.io.

I realis...

39e99eeaf5176d3c79ea0308583d389ab4512cff authored over 5 years ago by Eliza Weisman <[email protected]>
tracing: prepare to release 0.1.5 (#265)

### Added

- Support for `no-std` + `liballoc` (#263)

### Changed

- Using the `#[instrum...

c049ec87a471aacbd6b8298b6fed5459e684c4b0 authored over 5 years ago by Eliza Weisman <[email protected]>
tracing: don't require feature flag for async fn (#264)

This branch bumps `tracing`'s `tracing-attributes` dependency so that
the `async-await` feature...

b4413d0ad76e02b8314c76292cfc4dc638546284 authored over 5 years ago by Eliza Weisman <[email protected]>
tracing: support `no-std` + `alloc` (#263)

## Motivation

Users have expressed interest in using `tracing` on no_std platforms
with `lib...

ecdb67515067fb6f20681c2fd200bac1a784f671 authored over 5 years ago by Eliza Weisman <[email protected]>
attributes: prepare to release 0.1.1 (#260)

# 0.1.1 (August 9, 2019)

### Changed

- Using the `#[instrument]` attribute on `async fn`s ...

557c71b719b5fd42f7bee2bad18e5124346a9875 authored over 5 years ago by Eliza Weisman <[email protected]>
core: prepare to release 0.1.4 (#261)

Changes:

### Added

- Support for `no-std` + `liballoc` (#256)

### Fixed

- Broken lin...

562bca3c53057e88c08fec14917c71b7c1115867 authored over 5 years ago by Eliza Weisman <[email protected]>
attributes: add generics to instrumented methods. (#262)

## Motivation

Want to be able to use the amazing `#[instrument]` attribute on
functions whic...

4f09f2ecaf860035c679b545d48023b0d0004fc7 authored over 5 years ago by Sam Scott <[email protected]>
core: minor doc fixes (#259)

This branch makes some minor tweaks to the `tracing-core` RustDoc,
including fixing some broken...

cf0ea3c07b106753d89c6b6a1d31ade795b12cc4 authored over 5 years ago by Eliza Weisman <[email protected]>
attributes: remove need to feature flag async-await support (#258)

## Motivation

Currently, using `tracing-attributes` with an `async fn` requires a
feature fl...

44e5e5fca430b986da5453d080fd155ad1e9788e authored over 5 years ago by Eliza Weisman <[email protected]>
docs: link to published crates in readme (#257)

Signed-off-by: Eliza Weisman <[email protected]>

e9616ccf323bd03aa864f1873496b360a97f0673 authored over 5 years ago by Eliza Weisman <[email protected]>
core: support `no-std` + `alloc` (#256)

* core: support `no-std` + `alloc`

Motivation

Users have expressed interest in using `trac...

2572f6833983fb4fdc131d9053fcf6f849eb115a authored over 5 years ago by Eliza Weisman <[email protected]>
tracing: update documentation

Signed-off-by: Eliza Weisman <[email protected]>

0e569ba04e90d4ba7caef351fa7416c33b8cc003 authored over 5 years ago by Eliza Weisman <[email protected]>
tracing: fix edition idioms

Signed-off-by: Eliza Weisman <[email protected]>

958ecfc27e44f25a363c95eebfb0f6c6bd4de465 authored over 5 years ago by Eliza Weisman <[email protected]>
tracing: prepare to release 0.1.4

# 0.1.4 (August 8, 2019)

### Added

- `#[instrument]` attribute for automatically adding spans ...

6bf48d07c24d6cdebb630f29d708efc2ff55f58b authored over 5 years ago by Eliza Weisman <[email protected]>
core: adopt Rust 2018 edition idioms

Signed-off-by: Eliza Weisman <[email protected]>

069c43b2683c10f40bc08fe9c28564a0860ec01a authored over 5 years ago by Eliza Weisman <[email protected]>
core: prepare to release 0.1.3

Signed-off-by: Eliza Weisman <[email protected]>

375188c27f60a03a40ff80e08f1fec9801f950e1 authored over 5 years ago by Eliza Weisman <[email protected]>
tracing: add `tracing-attributes` re-export (#253)

Closes: #245

Signed-off-by: Eliza Weisman <[email protected]>

378f1ac73319599fd0e14d17a527e432b9039771 authored over 5 years ago by Eliza Weisman <[email protected]>
attributes: prepare the instrument macro to release (#251)

## Motivation

In order to re-export the `#[instrument]` attribute macro in `tracing`,
it mus...

d9f78581850c9f5632acef604a9c9791e6494e78 authored over 5 years ago by Eliza Weisman <[email protected]>
fmt: ignore `log.*` fields when formatting events (#249)

closes #247

c9b8f45be8cac97c15542a2f9d75b1413919d174 authored over 5 years ago by Alexis Mousset <[email protected]>
log: Use 'dyn' since trait objects without an explicit 'dyn' are deprecated (#248)

## Motivation
since trait objects without an explicit 'dyn' are deprecated hence I added it b...

dcca24fee14aecb9df34a3d292f4f31f2a44e6b7 authored over 5 years ago by Atul Bhosale <[email protected]>
proc-macros: add proper support for `async fn` (#244)

## Motivation

The `tracing-proc-macros` crate provides an attribute macro that
instruments a...

93565c5b9cf703a11a7a0ae92d936c9cd729660a authored over 5 years ago by Eliza Weisman <[email protected]>
fmt: support `tracing-log` `log.XXX` fields nicely (#193)

## Motivation

Currently, the `tracing-log` crate represents `log` metadata as fields
on the ...

acd7713cce2034090c20db8f063bcbad2af6b140 authored over 5 years ago by Eliza Weisman <[email protected]>
subscriber: rm unused deps

Signed-off-by: Eliza Weisman <[email protected]>

08a3165b1cd295f3a7890fecec0e415119d81362 authored over 5 years ago by Eliza Weisman <[email protected]>
chore: move load-gen example to tracing-tower (#242)

## Motivation

A new alpha release of `tracing-subscriber` that contains the new
dynamic fiel...

944b2c58c2e518a51fe9586672f2288709b04b22 authored over 5 years ago by Eliza Weisman <[email protected]>
subscriber: fix git dep

Signed-off-by: Eliza Weisman <[email protected]>

d51d4d69d81ce2e4c6c7166fe70c58a1f881d668 authored over 5 years ago by Eliza Weisman <[email protected]>
subscriber: prepare 0.0.1-alpha.2 release (#232)

This branch prepares tracing-subscriber 0.0.1-alpha.2 for release.

I've also added some docs ...

aa7d6869bec59201f2a7cc59cbb68a397b84c3c7 authored over 5 years ago by David Barsky <[email protected]>
subscriber: add filter test for recording after creation (#239)

This adds a test that when a field value is recorded after a span is
created, and the new value...

a477ecb51ced954a767507d8b25d7c283573771c authored over 5 years ago by Eliza Weisman <[email protected]>
futures: remove tracing-fmt path dep

Signed-off-by: Eliza Weisman <[email protected]>

f4a681a3887605546926c96d0bd0ff0ee59fe6d4 authored over 5 years ago by Eliza Weisman <[email protected]>
futures: prepare to release alpha.1 (#237)

This commit prepares `tracing-futures` for an alpha crates.io release.

Signed-off-by: Eliza W...

bbed56aeea6cdb1d382f85ab5dcde3fbba32781f authored over 5 years ago by Eliza Weisman <[email protected]>
futures: add docs (#235)

This branch adds rudimentary documentation to the `tracing-futures`
crate.

The docs could pr...

991bdd0b6803a35ca588e457e4bc6d21975571ed authored over 5 years ago by Eliza Weisman <[email protected]>
fmt: Prepare 0.0.1-alpha.2 release (#234)

Signed-off-by: David Barsky <[email protected]>

1d01a87c6dde5d6abfc4d463aa6ccb2bc10f15a2 authored over 5 years ago by David Barsky <[email protected]>
subscriber: split out field filter tests (#233)

This branch moves the field filter tests to their own test file,
separate from the tests for ta...

6de94d3cfdff56d4b85a9c44b4d3da894f86ca89 authored over 5 years ago by Eliza Weisman <[email protected]>
subscriber: add Filter and Reload layers (#223)

## Motivation

Currently, `tracing-fmt` provides an implementation of `env_logger`-like
filte...

fe5c2e2ff1fb84e65261cd79181364d6612caeb6 authored over 5 years ago by Eliza Weisman <[email protected]>
meta: fixup missing repository links on crates.io (#228)

Signed-off-by: Arthur Gautier <[email protected]>

80a5f492ab5e8756ddde15396b36298db0206160 authored over 5 years ago by Arthur Gautier <[email protected]>
subscriber: prepare to release v0.0.1-alpha.1 (#227)

## Motivation

There's been demand for a crates.io release of the `tracing-subscriber`
crate,...

c1a9b6cfbbc5650e18102f57beb8df140a09c5e5 authored over 5 years ago by Eliza Weisman <[email protected]>
fmt: Support disabling the target in formatted output (#221)

## Motivation

Being able to skip target in log messages sometimes make sense, this PR
makes ...

e56b33c757a83736984990007e3ed803119add51 authored over 5 years ago by Alexis Mousset <[email protected]>
docs: Minor documentation fixes (#220)

- Remove hanging phrase
- Fix typo of `intended`

aeb6603aa4177e5fc0a70ffb8c786dcb3cbbac2d authored over 5 years ago by Gabe Jackson <[email protected]>
log: Add `std` feature. (#217)

## Motivation

Fixes #216

## Solution

Adds the `log/std` feature.

Side note: how did...

449550bf0785499265ee7a446347583059135af0 authored over 5 years ago by Sam Scott <[email protected]>
log: add ignored target prefixes to `LogTracer` (#215)

## Motivation

People writing libraries using tracing may wish to expose regular `log`
suppor...

7e6cbf730c5ceb5d9a64ff5e0586efa6e6947ec1 authored over 5 years ago by Eliza Weisman <[email protected]>
meta: README and badges tweaks (#214)

This branch makes a few small README and Cargo.toml changes:
* Add Azure Pipelines build status...

895596fb38206baa273c89cee3267ce6c0ee6ec2 authored over 5 years ago by Eliza Weisman <[email protected]>
tower: impl Clone for service_span::MakeService (#211)

## Motivation

The `MakeService` type in `tracing_tower::service_span` was
missing a `Clone`...

7e1e424e6fc82324f5d8e6542a85c908f1debd5b authored over 5 years ago by Eliza Weisman <[email protected]>
fmt: Move FormatEvent into format module (#206)

7fbb8a762141fbfbb012d59d2cfdd75858cf5739 authored over 5 years ago by Alexis Mousset <[email protected]>
futures: add `TypedExecutor` impls (#209)

The `tokio::executor::TypedExecutor` trait is not implemented for the
`tracing_futures::Instrum...

da2b04fa87823305aa0ac2d7e06a6bba306ab172 authored over 5 years ago by Eliza Weisman <[email protected]>
meta: Re-enable cargo checks (#208)

Brings back `cargo check` as discussed here:
https://github.com/tokio-rs/tracing/pull/191#issu...

32809bebf3ac1d9b0e918c73787aa4e28fd53784 authored over 5 years ago by Jon Gjengset <[email protected]>
meta: add Azure Pipelines CI config (#191)

* First draft of Azure Pipelines CI config

You'll have to follow the instructions over at
ht...

b30821e81e406de5e44086b71eda37e25ca29616 authored over 5 years ago by Jon Gjengset <[email protected]>
fmt: Rename default module to format (#205)

## Motivation

This PR renames the `default` module to `format` because `default` seems
not d...

fc6331647ecf399494ab258549a8766a04fc027a authored over 5 years ago by Alexis Mousset <[email protected]>
tower: Rewrite the tower support crate (#198)

## Motivation

The `tracing-tower` crate for compatibility with `tower` is currently
pretty h...

d1ab9dc39332df70b0615c79149edb216433337e authored over 5 years ago by Eliza Weisman <[email protected]>
log: Remove filter in LogTracer (#199)

## Motivation

As we started discussing in #197, setting up level filter for log is a
bit com...

9d9ba343f16b74bb373d09c7b21a15e9dc256373 authored over 5 years ago by Alexis Mousset <[email protected]>
proc-macros: remove `traced_function` (#203)

026fcc04d5959203dc8ef98483b725dcd9d34ac5 authored over 5 years ago by David Barsky <[email protected]>
fmt: Prepare 0.0.1-alpha.1 release (#202)

19b0137afd1167e02c8497164e20dcb4eaed0bc5 authored over 5 years ago by David Barsky <[email protected]>
core: add a FromStr implementation for Level (#195)

## Motivation

As mentioned in #189, having a `FromStr` implementation for `Level`
could be u...

0a5ba16c5fea076f4902995bd59dedd99cac2755 authored over 5 years ago by Alexis Mousset <[email protected]>
core: add a Display implementation for Level (#194)

## Motivation

Provide a way to get a clean display of a `Level`. It uses the same
strings as...

93269d881b95663b0dfc1eb7888c69868a3c546b authored over 5 years ago by Alexis Mousset <[email protected]>
subscriber: Add a `Layer` type for composing subscribers (#136)

* add `Layer` trait for composing subscribers

### Motivation

In many cases, it is valuable...

8ad3e8e4373820d138ba40216f8aecdd09c0031c authored over 5 years ago by Eliza Weisman <[email protected]>
futures: add support for std::futures::Future (#40)

This PR adds a `std::future::Future` implementation to `Instrumented<T>`

* futures: add suppo...

d6750d00736201e5e74e10d73cca11be606e84ab authored over 5 years ago by Matt Bilker <[email protected]>
log: Fix inverted module_path and file in AsTrace implementation (#187)

## Motivation

The metadata produced for logs by `as_trace` (used for filtering), when
usin...

2cfc5130b64242a22b085ca06aa40e74c429a784 authored over 5 years ago by Alexis Mousset <[email protected]>
Update other examples to use `set_global_default`. (#184)

## Motivation

Same as in #183, extended to the other examples. When using tokio, need
to eit...

eb5a6434db7ca7e33438bdecfcd8868163b5a54f authored over 5 years ago by Sam Scott <[email protected]>
futures: Change examples to use `set_global_default`. (#183)

## Motivation

The tracing-futures examples either need the tokio
`experimental-tracing` flag...

5dc4904ee140f35dd3f0b4f42e30397c8723a9f8 authored over 5 years ago by Sam Scott <[email protected]>
fmt: fix incorrect ref counts

The `tracing-fmt` subscriber currently fails to increment a span's
reference count when a child ...

c3cb778cf3008e1058265b90955655cbe4454fee authored over 5 years ago by Eliza Weisman <[email protected]>
chore: un-path-dep tracing (#182)

Now that `tracing` 0.1.3 is released, this branch removes path
dependencies on `tracing` from ...

ce640b7a4aee03cffffbaf3d3527a52db0880639 authored over 5 years ago by Eliza Weisman <[email protected]>
tracing: prepare to release 0.1.3 (#181)

# 0.1.3 (July 11, 2019)

### Added

- Log messages when a subscriber indicates that a span h...

800df74dcfdb6c77ca4032e720ad73e41f745f08 authored over 5 years ago by Eliza Weisman <[email protected]>
Update README.md

45bf1eeb5909d40e7ac42ed2a697c7c0f86aa0b8 authored over 5 years ago by Eliza Weisman <[email protected]>
tracing: when log support is enabled, log closes (#180)

## Motivation

The `log` compatibility feature in the `tracing` logs when spans are
entered o...

7a5817000acdbf7f2978ab1596e66428155c6443 authored over 5 years ago by Eliza Weisman <[email protected]>
fmt: Add `with_ansi` builder flag (#175)

* fmt: Add `with_ansi` builder flag

Signed-off-by: Lucio Franco <[email protected]>

...

d78ac8e7cb68fb96321f5c967b13353329a850dc authored over 5 years ago by Lucio Franco <[email protected]>
chore: update everything to use `try_close` (#174)

## Motivation

`tracing-core` 0.1.2 deprecated the `Subscriber::drop_span` function in
favour...

96424d04a1ba49cbb90cf3dd91cfab0aa3ca2bd1 authored over 5 years ago by Eliza Weisman <[email protected]>
chore: allow nightly build to fail (#178)

Recent CI builds have failed on nightly due to a compiler bug:
https://github.com/tokio-rs/traci...

db986fce66f3f1423e1f45c7f2c59595113073fa authored over 5 years ago by Eliza Weisman <[email protected]>
core: prepare to release 0.1.2 (#173)

# 0.1.2 (July 10, 2019)

### Deprecated

- `Subscriber::drop_span` in favor of new `Subscrib...

ebacde012f2ebe33664b6592127d1cf5562ff810 authored over 5 years ago by Eliza Weisman <[email protected]>
core: update dispatcher documentation (#171)

## Motivation

The `tracing-core::dispatcher` module is currently somewhat
under-documented, ...

e5994dfff10c58ce327049bd73bf6dbdb55aa6a5 authored over 5 years ago by Eliza Weisman <[email protected]>
core: deprecate `drop_span` (#168)

As discussed in [PR 149], we determined that the `Subscriber::drop_span`
method should be depre...

0fe4d78d9f323079af1022dbc4d53dda87942134 authored over 5 years ago by Eliza Weisman <[email protected]>
core: add `Into` impls for `span::Current` (#170)

This commit adds implementations of `Into<Option<Id>>`,
`Into<Option<&'a Id>>`, and `Into<Optio...

3c17140958ba1e437bc2c8d6277da32f3f0b1bd7 authored over 5 years ago by Eliza Weisman <[email protected]>
core: add `Subscriber::try_close` (#153)

## Motivation

As discussed in #136, a proposed `Layer` trait for composing subscribers
requi...

417384452a640209a8347b75c48c0e730d1f40ba authored over 5 years ago by Eliza Weisman <[email protected]>
tracing: fix event macros with single local variables (#166)

## Motivation

The tracing event macros currently don't compile when invoked with a
single ...

c939fecd89ed052ad0d619b8ddb137567b1added authored over 5 years ago by Eliza Weisman <[email protected]>
fmt: add support for `Subscriber::current_span` (#164)

## Motivation

The `Subscriber::current_span` method was added in `tracing-core` 0.1.1.
Subsc...

eb5d53c4f73734683118b09c2e22bf3b081c5474 authored over 5 years ago by Eliza Weisman <[email protected]>
fix: recursion bug from extra comma (#160)

fixes #159

ecca6f0afc8883c31c9d22fac02802f7bf3c9b46 authored over 5 years ago by Jane Lusby <[email protected]>
chore: rm commented-out dep to placate bin/release

Signed-off-by: Eliza Weisman <[email protected]>

f4752ff724040aa3aec924059933fdd3b4720890 authored over 5 years ago by Eliza Weisman <[email protected]>
tracing: prepare to release 0.1.2 (#156)

### Added

- `Span::none()` constructor, which does not require metadata and
returns a comp...

d6f740e8d77655db9a5273c56bf98ecc635ba14c authored over 5 years ago by Eliza Weisman <[email protected]>
core: prepare for 0.1.1 (#155)

This branch prepares `tracing-core` to release v0.1.1, and makes a few
minor README and crates....

cdce7437dc4702e8260eb3b205fb3708dfa1b3b5 authored over 5 years ago by Eliza Weisman <[email protected]>
core: add missing "and" (#154)

This fixes a typo in the `tracing-core` rustdoc. Thanks @jonhoo.

Signed-off-by: Eliza Weism...

ba841c758853523fef3a677d0658d8bf6df70664 authored over 5 years ago by Eliza Weisman <[email protected]>
tracing: fix prefixed macro imports not working (#152)

## Motivation

1a02731ab09a0c568dd0aa67d6f7186911ea2fcc broke imports of `tracing`'s
span mac...

d2fdc0c1cebc2224c66f815586d0a5afc4e24cf7 authored over 5 years ago by Eliza Weisman <[email protected]>
core: add `Subscriber::current_span` (#148)

## Motivation

In many cases, it is valuable to be able to get the ID and metadata of
the spa...

b9dffecddf9280815b6e6e445f1da58b2fb95334 authored over 5 years ago by Eliza Weisman <[email protected]>
chore: ignore all target dirs (#150)

* chore: ignore all target dirs

The gitignore for this repository currently includes the patt...

f771996118663b8aa86f850b13daf4900a8e10c6 authored over 5 years ago by Eliza Weisman <[email protected]>
tracing: add `Span::none()` constructor (#147)

* tracing: add `Span::none()` constructor

This branch adds a `Span::none()` constructor, whic...

0e02d6d54ab3d80f253834b65189e3ac534d62f8 authored over 5 years ago by Eliza Weisman <[email protected]>
subscriber: Fix tracing path dep (#146)

3dc80c9196b8050cbb4912104a5e596b70e5e1f3 authored over 5 years ago by Lucio Franco <[email protected]>
tracing-log: Add `log` metadata values to the dispatched `Event`. (#138)

## Motivation

It would be nice if `Event`s created by `tracing-log` (which are derived
from ...

26f201750ae614271a26688369db9fec122c0284 authored over 5 years ago by Sam Scott <[email protected]>
fmt,futures,tower,tower-http: Use crates.io instead of local pat… (#139)

Signed-off-by: Lucio Franco <[email protected]>

1a3f365965be2dbfd4cd4d3023b1c4cbaf457e92 authored over 5 years ago by Lucio Franco <[email protected]>
prepare to release tracing 0.1.1 (#145)

This branch prepares tracing to release version 0.1.1, to get the
fixes for log support out.
...

46d3da806f8029f03dd994f4956fafa91a597c8d authored over 5 years ago by Eliza Weisman <[email protected]>
chore: remove remaining references to tracing-nursery (#144)

This branch removes all remaining references to the
non-existent `tracing-nursery` repository t...

872d8933330123f2e9054bbb130f29254c7746a5 authored over 5 years ago by Eliza Weisman <[email protected]>
tracing: readme cleanup (#142)

This branch cleans up the `tracing` readme, including fixing
links that incorrectly pointed to ...

1a1002a4145b16e063d23754004f6caef5cc8b6b authored over 5 years ago by Eliza Weisman <[email protected]>
tracing: bump deps (#143)

Signed-off-by: Eliza Weisman <[email protected]>

dfa2149bbceb9e53c3ca9ae7ba482918d714d48f authored over 5 years ago by Eliza Weisman <[email protected]>
meta: add releasing docs and automation (#141)

This branch updates CONTRIBUTING.md to document how to release
a new version of a Tracing crate...

69fc365e8bb4eef508b47f1934ac83ebcd05869f authored over 5 years ago by Eliza Weisman <[email protected]>