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 9 pull requests #105059

Closed
wants to merge 21 commits into from

Commits on Nov 17, 2022

  1. Encourage developers not to use periods in target names

    They can cause issues in e.g. cargo.
    flba-eb committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    5dd073e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c3555d View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2022

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

Commits on Nov 21, 2022

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

Commits on Nov 27, 2022

  1. Don't silently ignore errors that happen during rendering

    This caught a real, existing bug.
    jyn514 committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    6a25bfa View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. Configuration menu
    Copy the full SHA
    9d66ab0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63915be View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. Configuration menu
    Copy the full SHA
    c975051 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7022962 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8f3203 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0a4e5ef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    537488e View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#104436 - ismailmaj:add-slice-to-stack-alloc…

    …ated-string-comment, r=Mark-Simulacrum
    
    Add slice to the stack allocated string comment
    
    Precise that the "stack allocated string" is not a string but a string slice.
    
    `@rustbot` label +A-docs
    matthiaskrgr authored Nov 29, 2022
    Configuration menu
    Copy the full SHA
    439eaed View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#104523 - flba-eb:fix_nto_target_name, r=wes…

    …leywiser
    
    Don't use periods in target names
    
    Using a period in the target name can cause issues in e.g. cargo, see also https://rust-lang.zulipchat.com/#narrow/stream/182449-t-compiler.2Fhelp/topic/Running.20tests.20on.20remote.20target
    matthiaskrgr authored Nov 29, 2022
    Configuration menu
    Copy the full SHA
    7baba03 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#104627 - calebzulawski:print-target-feature…

    …s, r=compiler-errors
    
    Print all features with --print target-features
    
    This fixes `rustc --print target-features` with respect to aliases and tied features.
    
    Before this change, the print command assumed that each LLVM feature corresponds exactly to one rustc feature.  In the case of aliases and tied features, this assumption failed and some features (such as aarch64's "pacg") were missing.  With this change, every target feature is listed.
    matthiaskrgr authored Nov 29, 2022
    Configuration menu
    Copy the full SHA
    3966485 View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#104911 - spastorino:inferred_outlives_crate…

    …-return-clause, r=oli-obk
    
    Make inferred_outlives_crate return Clause
    
    r? `@oli-obk`
    matthiaskrgr authored Nov 29, 2022
    Configuration menu
    Copy the full SHA
    de1af83 View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#104995 - jyn514:lint-errors, r=Manishearth

    Don't silently ignore errors that happen during rendering
    
    This caught a real, existing bug.
    
    Found in rust-lang#104994
    matthiaskrgr authored Nov 29, 2022
    Configuration menu
    Copy the full SHA
    8937a2e View commit details
    Browse the repository at this point in the history
  11. Rollup merge of rust-lang#105002 - zertosh:acp-140, r=dtolnay

    Add `PathBuf::as_mut_os_string` and `Path::as_mut_os_str`
    
    Implements rust-lang/libs-team#140 (tracking issue rust-lang#105021).
    matthiaskrgr authored Nov 29, 2022
    Configuration menu
    Copy the full SHA
    34935e1 View commit details
    Browse the repository at this point in the history
  12. Rollup merge of rust-lang#105023 - tmiasko:asm-sym-static-reachable, …

    …r=wesleywiser
    
    Statics used in reachable function's inline asm are reachable
    
    Fixes rust-lang#104925.
    matthiaskrgr authored Nov 29, 2022
    Configuration menu
    Copy the full SHA
    1505fc0 View commit details
    Browse the repository at this point in the history
  13. Rollup merge of rust-lang#105049 - mkroening:hermit-fixes, r=jyn514

    Hermit: Minor build fixes
    
    These changes are necessary to build for the hermit targets.
    
    CC: `@stlankes`
    matthiaskrgr authored Nov 29, 2022
    Configuration menu
    Copy the full SHA
    93d698e View commit details
    Browse the repository at this point in the history
  14. Rollup merge of rust-lang#105050 - WaffleLapkin:uselessrefign, r=jyn514

    Remove useless borrows and derefs
    
    They are nothing more than noise.
    <sub>These are not all of them, but my clippy started crashing (stack overflow), so rip :(</sub>
    matthiaskrgr authored Nov 29, 2022
    Configuration menu
    Copy the full SHA
    9126103 View commit details
    Browse the repository at this point in the history