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

attributes: implement #[instrument(tracing)] #1819

Open
wants to merge 17 commits into
base: master
Choose a base branch
from

Commits on Jan 5, 2022

  1. Configuration menu
    Copy the full SHA
    78b4e37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    087e369 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2022

  1. Configuration menu
    Copy the full SHA
    fabca1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aadd850 View commit details
    Browse the repository at this point in the history
  3. limit #[instrument(tracing)] to syn::Paths immediately, and docum…

    …ent the former
    
    This doesn't technically make the parameter more narrow, as the generated code would fail to compile with any other sort of path due to macro calls on it, but it maybe makes some error messages better.
    Tamschi committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    b7f105e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1684e54 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b91ee93 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    899714d View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2022

  1. Configuration menu
    Copy the full SHA
    96f016f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40ad784 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2022

  1. Configuration menu
    Copy the full SHA
    f4b31c5 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2022

  1. Configuration menu
    Copy the full SHA
    a185b25 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2023

  1. Configuration menu
    Copy the full SHA
    a17b04d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b5d4c3 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Merge branch 'master' into instrument-tracing-override

    # Conflicts:
    #	tracing-attributes/src/expand.rs
    Tamschi committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    fc39c55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12b854e View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    3802e68 View commit details
    Browse the repository at this point in the history