-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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 #134096
Rollup of 9 pull requests #134096
Conversation
Signed-off-by: Prajwal S N <prajwalnadig21@gmail.com>
Co-authored-by: Jieyou Xu <jieyouxu@outlook.com>
…eyouxu Move most tests for `-l` and `#[link(..)]` into `tests/ui/link-native-libs` Tests for the closely-related `-l` flag and `#[link(..)]` attribute are spread across a few different directories, and in some cases have ended up in a test directory intended for other linker-related functionality. This PR moves most of them into a single `tests/ui/link-native-libs` directory. --- Part of rust-lang#133895. try-job: i686-mingw r? jieyouxu
Grammar fixes Fixed some grammar in README.md
docs: better examples for `std::ops::ControlFlow` Fixes rust-lang#133963. Lesson learnt, never force-push from a bare clone of a repo 💀
…eyouxu bootstrap: print{ln}! -> eprint{ln}! (take 2) r? `@jieyouxu` Reland of rust-lang#133817 with the `print!`s changed as well.
Add test to check unicode identifier version This adds a test to verify which version of Unicode is used for identifiers. This is part of the language, documented at https://doc.rust-lang.org/nightly/reference/identifiers.html#r-ident.unicode. The version here often changes implicitly due to dependency updates pulling in new versions, and thus we often don't notice it has changed leaving the documentation out of date. The intent here is to have a canary to give us a notification when it changes so that we can update the documentation.
…llaumeGomez rustdoc: rename `issue-\d+.rs` tests to have meaningful names (part 10) Follow up rust-lang#130287 et al As always, it's easier to review the commits one at a time. Don't use the Files Changed tab. It's confusing.
…oli-obk interpret: clean up deduplicating allocation functions The "align" and "kind" arguments would be largely ignored in the "dedup" case, so let's move that to entirely separate function. Let's also remove support for old-style miri_resolve_frame while we are at it. The docs have already said for a while that this must be set to 1.
dataflow_const_prop: do not eval a ptr address in SwitchInt Fixes rust-lang#131227.
@bors rollup=never p=5 r+ |
@bors p=3 Re. priority: All PRs are rollup=always |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR:
previous master: 974ccc12e6 In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (ff7906b): comparison URL. Overall result: ✅ improvements - no action needed@rustbot label: -perf-regression Instruction countThis is the most reliable metric that we have; it was used to determine the overall result at the top of this comment. However, even this metric can sometimes exhibit noise.
Max RSS (memory usage)Results (primary 2.7%, secondary -5.2%)This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesResults (secondary -2.2%)This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
Binary sizeResults (secondary 0.0%)This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
Bootstrap: 767.421s -> 767.281s (-0.02%) |
Successful merges:
-l
and#[link(..)]
intotests/ui/link-native-libs
#133996 (Move most tests for-l
and#[link(..)]
intotests/ui/link-native-libs
)std::ops::ControlFlow
#134032 (docs: better examples forstd::ops::ControlFlow
)issue-\d+.rs
tests to have meaningful names (part 10) #134053 (rustdoc: renameissue-\d+.rs
tests to have meaningful names (part 10))r? @ghost
@rustbot modify labels: rollup
Create a similar rollup