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 3 pull requests #125839

Closed
wants to merge 7 commits into from
Closed

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. 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
    75ebe6b View commit details
    Browse the repository at this point in the history
  3. 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
    35622d7 View commit details
    Browse the repository at this point in the history
  4. 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
    48ad35d View commit details
    Browse the repository at this point in the history