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

Use ValTree in all type level constants #83234

Closed
wants to merge 6 commits into from

Commits on Jul 12, 2021

  1. Configuration menu
    Copy the full SHA
    0907476 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0502d42 View commit details
    Browse the repository at this point in the history
  3. Simplify IntRange::from_const

    oli-obk committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    aca10b3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    987b9fc View commit details
    Browse the repository at this point in the history
  5. Use ScalarInt as early as possible...

    ...instead of carrying around ty::Const and erroring later
    oli-obk committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    b2a2286 View commit details
    Browse the repository at this point in the history
  6. Stop using ty::Const in deref_const and destructure_const in prep…

    …aration of value trees making such operations on `ty::Const` obsolete.
    oli-obk committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    562cbc9 View commit details
    Browse the repository at this point in the history