-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Rollup of 9 pull requests #105059
Commits on Nov 17, 2022
-
Encourage developers not to use periods in target names
They can cause issues in e.g. cargo.
Configuration menu - View commit details
-
Copy full SHA for 5dd073e - Browse repository at this point
Copy the full SHA 5dd073eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c3555d - Browse repository at this point
Copy the full SHA 9c3555dView commit details
Commits on Nov 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 102a5d8 - Browse repository at this point
Copy the full SHA 102a5d8View commit details
Commits on Nov 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 005c6df - Browse repository at this point
Copy the full SHA 005c6dfView commit details
Commits on Nov 27, 2022
-
Don't silently ignore errors that happen during rendering
This caught a real, existing bug.
Configuration menu - View commit details
-
Copy full SHA for 6a25bfa - Browse repository at this point
Copy the full SHA 6a25bfaView commit details
Commits on Nov 28, 2022
-
Add
as_mut_os_string
to&mut PathBuf
andas_mut_os_str
to `&mut…… Path` Implements rust-lang/libs-team#140
Configuration menu - View commit details
-
Copy full SHA for 9d66ab0 - Browse repository at this point
Copy the full SHA 9d66ab0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63915be - Browse repository at this point
Copy the full SHA 63915beView commit details
Commits on Nov 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c975051 - Browse repository at this point
Copy the full SHA c975051View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7022962 - Browse repository at this point
Copy the full SHA 7022962View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8f3203 - Browse repository at this point
Copy the full SHA c8f3203View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a4e5ef - Browse repository at this point
Copy the full SHA 0a4e5efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 537488e - Browse repository at this point
Copy the full SHA 537488eView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 439eaed - Browse repository at this point
Copy the full SHA 439eaedView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 7baba03 - Browse repository at this point
Copy the full SHA 7baba03View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 3966485 - Browse repository at this point
Copy the full SHA 3966485View commit details -
Rollup merge of rust-lang#104911 - spastorino:inferred_outlives_crate…
…-return-clause, r=oli-obk Make inferred_outlives_crate return Clause r? `@oli-obk`
Configuration menu - View commit details
-
Copy full SHA for de1af83 - Browse repository at this point
Copy the full SHA de1af83View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 8937a2e - Browse repository at this point
Copy the full SHA 8937a2eView commit details -
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).
Configuration menu - View commit details
-
Copy full SHA for 34935e1 - Browse repository at this point
Copy the full SHA 34935e1View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 1505fc0 - Browse repository at this point
Copy the full SHA 1505fc0View commit details -
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`
Configuration menu - View commit details
-
Copy full SHA for 93d698e - Browse repository at this point
Copy the full SHA 93d698eView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 9126103 - Browse repository at this point
Copy the full SHA 9126103View commit details