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 2 pull requests #118801

Closed
wants to merge 6 commits into from

Commits on Dec 9, 2023

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

Commits on Dec 10, 2023

  1. Destructure TOML configs

    This will allow us to check if all values are used
    Kobzol committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    26ce2b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5bf8ea View commit details
    Browse the repository at this point in the history
  3. Add ChangeInfo record

    Kobzol committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    6ee54e1 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#118703 - Kobzol:bootstrap-config-unused, r=…

    …onur-ozkan
    
    Remove unused bootstrap config option
    
    I tried to destructure a few of the TOML config structs to find any unused fields. I found that `Rust::run_dysmutil` field is unused. This PR uses destructuring of the `Rust` struct, to find similar unused fields in the future, and also removes the unused field.
    
    I also found one more unused field (`Dist::gpg_password_file`), it doesn't seem to be used anywhere. If you like this PR, I'll send another one that uses destructuring for all interesting TOML structs and removes that unused field.
    
    r? `@onur-ozkan`
    matthiaskrgr authored Dec 10, 2023
    Configuration menu
    Copy the full SHA
    e5ed6db View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#118791 - saethlin:use-immediate-type, r=nikic

    Use immediate_backend_type when reading from a const alloc
    
    Fixes rust-lang#118047
    
    r? `@nikic`
    matthiaskrgr authored Dec 10, 2023
    Configuration menu
    Copy the full SHA
    c57f4bd View commit details
    Browse the repository at this point in the history