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 #125838

Closed
wants to merge 11 commits into from
Closed

Commits on May 28, 2024

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

Commits on May 30, 2024

  1. Add Cc::output method

    GuillaumeGomez committed May 30, 2024
    Configuration menu
    Copy the full SHA
    2ecb08a View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Configuration menu
    Copy the full SHA
    c0646f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9f8f7d View commit details
    Browse the repository at this point in the history
  3. Refactor --print=check-cfg test

    Urgau committed May 31, 2024
    Configuration menu
    Copy the full SHA
    a7e7848 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

  1. stablize const_binary_heap_constructor & create an unstable feature…

    … `const_binary_heap_new_in` for `BinaryHeap::new_in`
    Coekjan committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    7cee7c6 View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#125211 - Coekjan:const-binary-heap, r=jhpratt

    Stablize `const_binary_heap_constructor`
    
    This pr aims to stablize `const_binary_heap_constructor`.
    
    `BinaryHeap::new` is able to be stablized, but `BinaryHeap::new_in` is not. Because the latter depends on `Vec::new_in` which is unstable.
    
    The `const_binary_heap_constructor` feature contains the two functions, and I want to split this feature now. This pr creates `const_binary_heap_new_in` feature for `BinaryHeap::new_in` and stablizes `const_binary_heap_constructor` (now this original feature only contains one function).
    jhpratt committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    715fc77 View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#125683 - Oneirical:patience-testing-test, r…

    …=jieyouxu
    
    Rewrite `suspicious-library`, `resolve-rename` and `incr-prev-body-beyond-eof` `run-make` tests in `rmake.rs` format
    
    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).
    
    Some oddly specific ignore flags in `incr-prev-body-beyond-eof`:
    
    ```rs
    // ignore-none
    // ignore-nvptx64-nvidia-cuda
    ```
    
    it could be interesting to run a try job, but it seems there is no nvidia-cuda in the CI settings (`jobs.yml`).
    jhpratt committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    59d076e View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#125773 - GuillaumeGomez:migrate-run-make-cd…

    …ylib, r=jieyouxu
    
    Migrate run make cdylib
    
    Part of rust-lang#121876.
    
    r? `@jieyouxu`
    jhpratt committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    babb8db View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#125822 - Urgau:print-check-cfg-refactor-tes…

    …t, r=jieyouxu
    
    Refactor `--print=check-cfg` test
    
    *as asked in rust-lang#125818 (comment)
    
    r? `@jieyouxu`
    jhpratt committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    474bd26 View commit details
    Browse the repository at this point in the history