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

Rollup of 4 pull requests #117498

Merged
merged 13 commits into from
Nov 2, 2023
Merged

Rollup of 4 pull requests #117498

merged 13 commits into from
Nov 2, 2023

Commits on Nov 1, 2023

  1. Configuration menu
    Copy the full SHA
    d6666e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca1bcb6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88f0688 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c2f49e9 View commit details
    Browse the repository at this point in the history
  5. Make ui into mir-opt test.

    cjgillot committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    a2e151c View commit details
    Browse the repository at this point in the history
  6. Rename hook.

    cjgillot committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    3a55c28 View commit details
    Browse the repository at this point in the history
  7. Rebase fallout.

    cjgillot committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    0f8f77f View commit details
    Browse the repository at this point in the history
  8. Specify diagnostic path.

    cjgillot committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    224e290 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f512f91 View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#117298 - clubby789:fn-missing-params, r=pet…

    …rochenkov
    
    Recover from missing param list in function definitions
    
    Addresses the other issue mentioned in rust-lang#108109
    matthiaskrgr committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    2b2360a View commit details
    Browse the repository at this point in the history
  11. Rollup merge of rust-lang#117373 - saethlin:avoid-ice-lint, r=compile…

    …r-errors
    
    Avoid the path trimming ICE lint in error reporting
    
    Types or really anything in MIR should never be formatted without path trimming disabled, because its formatting often tries to construct trimmed paths. In this case, the lint turns a nice error report into an irrelevant ICE.
    matthiaskrgr committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    3087b63 View commit details
    Browse the repository at this point in the history
  12. Rollup merge of rust-lang#117441 - cjgillot:diag-noassert, r=oli-obk,…

    …RalfJung
    
    Do not assert in op_to_const.
    
    `op_to_const` is used in `try_destructure_mir_constant_for_diagnostics`, which may encounter invalid constants created by optimizations and debugging.
    
    r? ``@oli-obk``
    
    Fixes rust-lang#117368
    matthiaskrgr committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    4e437be View commit details
    Browse the repository at this point in the history
  13. Rollup merge of rust-lang#117488 - GuillaumeGomez:update-minifier, r=…

    …notriddle
    
    Update minifier-rs version to 0.3.0
    
    It fixes GuillaumeGomez/minifier-rs#105.
    
    r? ```@notriddle```
    matthiaskrgr committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    effc27d View commit details
    Browse the repository at this point in the history