-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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 7 pull requests #110585
Rollup of 7 pull requests #110585
Commits on Apr 17, 2023
-
* environment * nonexistent * potential * prefixes * stabilization * suffixes * use Signed-off-by: Josh Soref <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0100678 - Browse repository at this point
Copy the full SHA 0100678View commit details -
Configuration menu - View commit details
-
Copy full SHA for f540548 - Browse repository at this point
Copy the full SHA f540548View commit details
Commits on Apr 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 47d7662 - Browse repository at this point
Copy the full SHA 47d7662View commit details -
Configuration menu - View commit details
-
Copy full SHA for f17c805 - Browse repository at this point
Copy the full SHA f17c805View commit details -
Configuration menu - View commit details
-
Copy full SHA for 883606f - Browse repository at this point
Copy the full SHA 883606fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f79df7d - Browse repository at this point
Copy the full SHA f79df7dView commit details
Commits on Apr 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8cad917 - Browse repository at this point
Copy the full SHA 8cad917View commit details -
Implement
Neg
for signed non-zero integers.Negating a non-zero integer currently requires unpacking to a primitive and re-wrapping. Since negation of non-zero signed integers always produces a non-zero result, it is safe to implement `Neg` for `NonZeroI{N}`. The new `impl` is marked as stable because trait implementations for two stable types can't be marked unstable.
Configuration menu - View commit details
-
Copy full SHA for 4e2797d - Browse repository at this point
Copy the full SHA 4e2797dView commit details -
Rollup merge of rust-lang#102341 - jmillikin:nonzero-impl-neg, r=dtolnay
Implement `Neg` for signed non-zero integers. Negating a non-zero integer currently requires unpacking to a primitive and re-wrapping. Since negation of non-zero signed integers always produces a non-zero result, it is safe to implement `Neg` for `NonZeroI{N}`. The new `impl` is marked as stable because trait impls for two stable types can't be marked unstable. See discussion on rust-lang/libs-team#105 for additional context.
Configuration menu - View commit details
-
Copy full SHA for df3aca2 - Browse repository at this point
Copy the full SHA df3aca2View commit details -
Rollup merge of rust-lang#110424 - jsoref:spelling-misc, r=Mark-Simul…
…acrum Spelling misc These two files seem to be fairly distinct from everything else. That said, if this project doesn't like changing changelogs, I'm happy to drop the changes to `RELEASES.md`
Configuration menu - View commit details
-
Copy full SHA for 41a2fb2 - Browse repository at this point
Copy the full SHA 41a2fb2View commit details -
Rollup merge of rust-lang#110448 - ripytide:master, r=cuviper
cmp doc examples improvements Most changes are for stylistic consistency, with some changes to provide more clarity.
Configuration menu - View commit details
-
Copy full SHA for 9dbd25c - Browse repository at this point
Copy the full SHA 9dbd25cView commit details -
Rollup merge of rust-lang#110516 - loongarch-rs:update-bootstrap-linu…
…x-raw-sys, r=Mark-Simulacrum bootstrap: Update linux-raw-sys to 0.3.2 Adds support for LoongArch.
Configuration menu - View commit details
-
Copy full SHA for f71e78e - Browse repository at this point
Copy the full SHA f71e78eView commit details -
Rollup merge of rust-lang#110548 - kpreid:span, r=WaffleLapkin
Make `impl Debug for Span` not panic on not having session globals. I hit the panic that this patch avoids while messing with the early lints in `rustc_session::config::build_session_options()`. The rest of that project is not finished, but this seemed like a self-contained improvement. (Should changes like this add tests? I don't see similar unit tests.)
Configuration menu - View commit details
-
Copy full SHA for 615669d - Browse repository at this point
Copy the full SHA 615669dView commit details -
Rollup merge of rust-lang#110554 - WaffleLapkin:rustc_data_structures…
…_unsafe_op_in_unsafe_fn, r=Nilstrieb `deny(unsafe_op_in_unsafe_fn)` in `rustc_data_structures` r? `@Nilstrieb` I couldn't bring myself to document the safety in big `unsafe` functions but ehh
Configuration menu - View commit details
-
Copy full SHA for a496ae6 - Browse repository at this point
Copy the full SHA a496ae6View commit details -
Rollup merge of rust-lang#110575 - Ezrashaw:fix-regression-110573, r=…
…compiler-errors fix lint regression in `non_upper_case_globals` Fixes rust-lang#110573 The issue also exists for inherent associated types (where I copied my impl from). `EarlyContext` is more involved to fix in this way, so I'll leave it be for now (note it's unstable so that's not urgent). r? `@compiler-errors`
Configuration menu - View commit details
-
Copy full SHA for a2826dc - Browse repository at this point
Copy the full SHA a2826dcView commit details