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

lazily "compute" anon const default substs #87280

Merged
merged 17 commits into from
Aug 27, 2021

Commits on Aug 26, 2021

  1. require a tcx for TypeVisitor

    lcnr committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    f4b606f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bfaf13a View commit details
    Browse the repository at this point in the history
  3. add tcx to fn walk

    lcnr committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    cc47998 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ab9108b View commit details
    Browse the repository at this point in the history
  5. don't just compare ty::Const

    lcnr committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    2140016 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0312438 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    caa975c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6755b2d View commit details
    Browse the repository at this point in the history
  9. update mir diffs

    lcnr committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    5ba8f4d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    283e0e6 View commit details
    Browse the repository at this point in the history
  11. shrink ty::PredicateKind again

    lcnr committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    bc0156b View commit details
    Browse the repository at this point in the history
  12. review

    lcnr committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    f3996f6 View commit details
    Browse the repository at this point in the history
  13. type flags

    lcnr committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    c58d749 View commit details
    Browse the repository at this point in the history
  14. add fixme

    lcnr committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    bc0983d View commit details
    Browse the repository at this point in the history
  15. inline stuff

    lcnr committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    9771245 View commit details
    Browse the repository at this point in the history
  16. optimize HasTypeFlagsVisitor

    lcnr committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    eb5bbab View commit details
    Browse the repository at this point in the history
  17. rebase

    lcnr committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    7cbfa2e View commit details
    Browse the repository at this point in the history