-
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 6 pull requests #131645
Rollup of 6 pull requests #131645
Commits on Oct 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 46b41b4 - Browse repository at this point
Copy the full SHA 46b41b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d59c33 - Browse repository at this point
Copy the full SHA 4d59c33View commit details -
Configuration menu - View commit details
-
Copy full SHA for f510880 - Browse repository at this point
Copy the full SHA f510880View commit details
Commits on Oct 13, 2024
-
Error on trying to use revisions in
run-make
testsCurrently `run-make` tests do not support revisions.
Configuration menu - View commit details
-
Copy full SHA for 9f0f035 - Browse repository at this point
Copy the full SHA 9f0f035View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c6ed4e - Browse repository at this point
Copy the full SHA 3c6ed4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 40ca4d8 - Browse repository at this point
Copy the full SHA 40ca4d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90e4f10 - Browse repository at this point
Copy the full SHA 90e4f10View commit details -
Rollup merge of rust-lang#131086 - printfn:update-unicode-width, r=Ma…
…rk-Simulacrum Update unicode-width to 0.2.0 I updated the [`unicode-width`](https://github.com/unicode-rs/unicode-width) dependency to 0.2.0. See the changelog [here](https://github.com/unicode-rs/unicode-width?tab=readme-ov-file#changelog). None of the changes seem to affect rustc.
Configuration menu - View commit details
-
Copy full SHA for 587f705 - Browse repository at this point
Copy the full SHA 587f705View commit details -
Rollup merge of rust-lang#131585 - Zalathar:original-line, r=jieyouxu
compiletest: Remove the one thing that was checking a directive's `original_line` This special handling of `ignore-tidy*` was introduced during the migration to `//`@`` directives (rust-lang#120881), and has become unnecessary after the subsequent removal of the legacy directive check (rust-lang#131392).
Configuration menu - View commit details
-
Copy full SHA for 6e1488b - Browse repository at this point
Copy the full SHA 6e1488bView commit details -
Rollup merge of rust-lang#131614 - jieyouxu:rmake-no-rev, r=Kobzol
Error on trying to use revisions in `run-make` tests Currently, `run-make` tests do not support revisions.
Configuration menu - View commit details
-
Copy full SHA for 6d5a133 - Browse repository at this point
Copy the full SHA 6d5a133View commit details -
Rollup merge of rust-lang#131638 - Zalathar:debuggers, r=jieyouxu
compiletest: Move debugger setup code out of `lib.rs` These functions contain a few hundred lines of code for dealing with debuggers (for `debuginfo` tests), and don't really belong in the crate root. Moving them out to their own module makes `lib.rs` easier to follow.
Configuration menu - View commit details
-
Copy full SHA for 29ef664 - Browse repository at this point
Copy the full SHA 29ef664View commit details -
Rollup merge of rust-lang#131641 - RalfJung:unicode-bitset-static, r=…
…dtolnay switch unicode-data bitsets back to 'static' Back in rust-lang#101401, these were changed to `const` to make some functions `const fn`. However, `@dtolnay` was [not happy](rust-lang#101400 (comment)) about this. Meanwhile, `const fn` can access immutable statics like these, so we can change this back. Part of rust-lang#101400.
Configuration menu - View commit details
-
Copy full SHA for 84dd8cd - Browse repository at this point
Copy the full SHA 84dd8cdView commit details -
Rollup merge of rust-lang#131642 - jieyouxu:build-fail-check-fail, r=…
…Kobzol Special case error message for a `build-fail` test that failed check build A `build-fail` test requires that a check build (roughly `--emit=metadata`, no codegen) succeeds but fails later. Previously, if its check build failed, the user will see the error message ``` error: test compilation failed although it shouldn't! ``` which is confusing. Because the test is `build-fail`, we want the test compilation to fail! This error message doesn't account for the difference between a check build and a complete build, so let's special case the error message for a `build-fail` test whose check build failed to instead say ``` error: `build-fail` test is required to pass check build, but check build failed ``` Fixes rust-lang#130894.
Configuration menu - View commit details
-
Copy full SHA for 0fa7101 - Browse repository at this point
Copy the full SHA 0fa7101View commit details