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

recursively evaluate the constants in everything that is 'mentioned' #122568

Merged
merged 10 commits into from
Mar 21, 2024

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    712fe36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91b35a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee4b758 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    347ca50 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f1ec494 View commit details
    Browse the repository at this point in the history
  6. mentioned_items: record all callee and coerced closure types, whether…

    … they are FnDef/Closure or not
    
    They may become FnDef during monomorphization!
    RalfJung committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    0d6a16a View commit details
    Browse the repository at this point in the history
  7. explicitly set opt-level=0

    RalfJung committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    682991d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    feeffae View commit details
    Browse the repository at this point in the history
  9. collector: move functions around so that the 'root collection' sectio…

    …n really only has root collection things under it
    RalfJung committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    0cb1065 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    8c01b85 View commit details
    Browse the repository at this point in the history