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

Print spans where tags are created and invalidated #2030

Merged
merged 6 commits into from
May 14, 2022

Commits on Apr 30, 2022

  1. Configuration menu
    Copy the full SHA
    f3f7e08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5861d13 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cddd85e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    68ab457 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. Cleanup/Refactoring from review

    * Pass a ThreadInfo down to grant/access to get the current span lazily
    * Rename add_* to log_* for clarity
    * Hoist borrow_mut calls out of loops by tweaking the for_each signature
    * Explain the parameters of check_protector a bit more
    saethlin committed May 12, 2022
    Configuration menu
    Copy the full SHA
    972b3b3 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. More review feedback

    * Store the local crates in an Rc<[CrateNum]>
    * Move all the allocation history into Stacks
    * Clean up the implementation of get_logs_relevant_to a bit
    saethlin committed May 13, 2022
    Configuration menu
    Copy the full SHA
    8ff0aac View commit details
    Browse the repository at this point in the history