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 6 pull requests #126745

Merged
merged 19 commits into from
Jun 20, 2024
Merged

Rollup of 6 pull requests #126745

merged 19 commits into from
Jun 20, 2024

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    fa2b612 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    594135e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03a4259 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    62431b7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    060a13e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9e2ace8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dff354e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d1e8c6b View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    b3c5132 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7ea063 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    1e42bb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3091df View commit details
    Browse the repository at this point in the history
  3. add needs-unwind to UI test

    the `tail-expr-lock-poisoning` UI test uses the `panic::catch_unwind`
    API so it relies on unwinding being implemented. this test ought not to
    run on targets that do not support unwinding. add the `needs-unwind`
    attribute to signal this
    japaric committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    f42fa4f View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#126095 - Oneirical:final-testination, r=jie…

    …youxu
    
    Migrate `link-args-order`, `ls-metadata` and `lto-readonly-lib` `run-make` tests to `rmake`
    
    Part of rust-lang#121876 and the associated [Google Summer of Code project](https://blog.rust-lang.org/2024/05/01/gsoc-2024-selected-projects.html).
    
    Guaranteed to fail CI until rust-lang#125736 gets merged. Will require addition of `fs_wrapper::set_permissions` in the associated module.
    
    try-job: x86_64-msvc
    matthiaskrgr committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    4405047 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#126629 - GuillaumeGomez:migrate-run-make-co…

    …mpressed-debuginfo, r=jieyouxu
    
    Migrate `run-make/compressed-debuginfo` to `rmake.rs`
    
    Part of rust-lang#121876.
    
    r? ````@jieyouxu````
    matthiaskrgr committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    54e097d View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#126644 - Oneirical:testla-coil, r=jieyouxu

    Rewrite `extern-flag-rename-transitive`. `debugger-visualizer-dep-info`, `metadata-flag-frobs-symbols`, `extern-overrides-distribution` and `forced-unwind-terminate-pof` `run-make` tests to rmake
    
    Part of rust-lang#121876 and the associated [Google Summer of Code project](https://blog.rust-lang.org/2024/05/01/gsoc-2024-selected-projects.html).
    
    try-job: dist-x86_64-apple
    matthiaskrgr committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    bbf94b2 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#126735 - bvanjoi:fix-126647, r=petrochenkov

    collect attrs in const block expr
    
    Fixes rust-lang#126516
    Fixes rust-lang#126647
    
    It was forgotten to collect these attributes in the const block expression.
    
    r? `@petrochenkov`
    matthiaskrgr committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    2fa148e View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#126737 - fee1-dead-contrib:rm-const-closure…

    …s, r=compiler-errors
    
    Remove `feature(const_closures)` from libcore
    
    This is an incomplete feature and apparently it has no uses in `core`. Incomplete features should generally not be used in our standard library.
    matthiaskrgr committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    b0b2082 View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#126740 - ferrocene:ja-ui-test-needs-unwind,…

    … r=lcnr
    
    add `needs-unwind` to UI test
    
    the `tail-expr-lock-poisoning` UI test uses the `panic::catch_unwind` API so it relies on unwinding being implemented. this test ought not to run on targets that do not support unwinding. add the `needs-unwind` attribute to signal this
    matthiaskrgr committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    7b5ed5a View commit details
    Browse the repository at this point in the history