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

rustc_mir: track inlined callees in SourceScopeData. #68965

Merged
merged 18 commits into from
Oct 26, 2020

Commits on Oct 21, 2020

  1. Configuration menu
    Copy the full SHA
    8c942c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    708fc0b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6bc5eaf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb36440 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6451b39 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    387e31c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2bfb462 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9d57c41 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fa2b381 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    88d874d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7374995 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0ce4452 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9b21c50 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    aff4d3e View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2020

  1. Prefer bug! over unwrap()

    oli committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    f8aae50 View commit details
    Browse the repository at this point in the history
  2. Deduplicate span and dbg_scope adjustment

    oli committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    7101ce9 View commit details
    Browse the repository at this point in the history
  3. Add an inlining debuginfo test

    oli committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    7ae8bc3 View commit details
    Browse the repository at this point in the history
  4. Ignore long lines in test

    oli committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    2b3f009 View commit details
    Browse the repository at this point in the history