Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix tracing-macros::dbg #1054

Merged
merged 2 commits into from
Oct 19, 2020
Merged

Fix tracing-macros::dbg #1054

merged 2 commits into from
Oct 19, 2020

Commits on Oct 19, 2020

  1. Fix tracing-macros::dbg

    …and the `factorial` example.
    dvdplm committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    0ba8541 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master' into dp-fix-tracing-ma…

    …cros
    
    * upstream/master: (30 commits)
      chore(deps): update pin-project requirement from 0.4 to 1.0 (tokio-rs#1038)
      chore: remove duplicated section from tracing/README.md (tokio-rs#1046)
      opentelemetry: prepare for 0.8.0 release (tokio-rs#1036)
      docs: add favicon for extra pretty docs (tokio-rs#1033)
      subscriber: fix `reload` ergonomics (tokio-rs#1035)
      chore(deps): update crossbeam-channel requirement from 0.4.2 to 0.5.0 (tokio-rs#1031)
      opentelemetry: Assign default ids if missing (tokio-rs#1027)
      chore: remove deprecated add-path from CI (tokio-rs#1026)
      attributes:  fix `#[instrument(err)]` in case of early returns (tokio-rs#1006)
      core: remove mandatory liballoc dependency with no-std (tokio-rs#1017)
      chore(deps): update cfg-if requirement from 0.1.10 to 1.0.0 (tokio-rs#1023)
      subscriber: warn if trying to enable a statically disabled level (tokio-rs#990)
      subscriber: use macros for module declarations (tokio-rs#1009)
      chore: remove `stdlib.rs` (tokio-rs#1008)
      core: fix linked list tests reusing `Registration`s (tokio-rs#1016)
      subscriber: support dash in target names (tokio-rs#1012)
      docs: switch to intra-doc links in tracing-core (tokio-rs#1010)
      tracing-opentelemetry: implement additional record types (bool, i64, u64) (tokio-rs#1007)
      core: add intrusive linked list for callsite registry (tokio-rs#988)
      serde: allow tracing-serde to work on no_std. (tokio-rs#960)
      ...
    dvdplm committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    807e371 View commit details
    Browse the repository at this point in the history