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

Tweak SubstFolder implementation #99600

Merged
merged 4 commits into from
Jul 25, 2022
Merged

Tweak SubstFolder implementation #99600

merged 4 commits into from
Jul 25, 2022

Commits on Jul 22, 2022

  1. Inline DebruijnIndex methods

    tmiasko committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    bb73f17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e6251d View commit details
    Browse the repository at this point in the history
  3. Inline SubstFolder::tcx

    tmiasko committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    880bde0 View commit details
    Browse the repository at this point in the history
  4. Outline SubstFolder bug reporting code paths

    Bug reporting macro `span_bug!` generates quite a bit of code,
    we don't expect to execute. Outline it into a separate function.
    tmiasko committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    e497fb1 View commit details
    Browse the repository at this point in the history