-
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 5 pull requests #128997
Rollup of 5 pull requests #128997
Commits on Aug 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f83b085 - Browse repository at this point
Copy the full SHA f83b085View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43f3a21 - Browse repository at this point
Copy the full SHA 43f3a21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a18c6b - Browse repository at this point
Copy the full SHA 3a18c6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a11922d - Browse repository at this point
Copy the full SHA a11922dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c36b21a - Browse repository at this point
Copy the full SHA c36b21aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 334a097 - Browse repository at this point
Copy the full SHA 334a097View commit details -
Configuration menu - View commit details
-
Copy full SHA for 290df4f - Browse repository at this point
Copy the full SHA 290df4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6760298 - Browse repository at this point
Copy the full SHA 6760298View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48413cf - Browse repository at this point
Copy the full SHA 48413cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 446e03e - Browse repository at this point
Copy the full SHA 446e03eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b6cc24 - Browse repository at this point
Copy the full SHA 1b6cc24View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1481ab3 - Browse repository at this point
Copy the full SHA 1481ab3View commit details -
Configuration menu - View commit details
-
Copy full SHA for f43cdce - Browse repository at this point
Copy the full SHA f43cdceView commit details -
Configuration menu - View commit details
-
Copy full SHA for fbc2459 - Browse repository at this point
Copy the full SHA fbc2459View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1373074 - Browse repository at this point
Copy the full SHA 1373074View commit details -
Configuration menu - View commit details
-
Copy full SHA for cbae581 - Browse repository at this point
Copy the full SHA cbae581View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2babab6 - Browse repository at this point
Copy the full SHA 2babab6View commit details -
Configuration menu - View commit details
-
Copy full SHA for d548636 - Browse repository at this point
Copy the full SHA d548636View commit details -
Configuration menu - View commit details
-
Copy full SHA for 007cc2c - Browse repository at this point
Copy the full SHA 007cc2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for fcdb374 - Browse repository at this point
Copy the full SHA fcdb374View commit details -
Configuration menu - View commit details
-
Copy full SHA for f09a2b0 - Browse repository at this point
Copy the full SHA f09a2b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f8042e - Browse repository at this point
Copy the full SHA 4f8042eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a57f73d - Browse repository at this point
Copy the full SHA a57f73dView commit details -
Use ArArchiveBuilder with the LLVM backend too
All regressions that were blocking usage of ArArchiveBuilder should now be fixed.
Configuration menu - View commit details
-
Copy full SHA for c1f5350 - Browse repository at this point
Copy the full SHA c1f5350View commit details -
Configuration menu - View commit details
-
Copy full SHA for 141d9dc - Browse repository at this point
Copy the full SHA 141d9dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for f4cb0de - Browse repository at this point
Copy the full SHA f4cb0deView commit details -
Configuration menu - View commit details
-
Copy full SHA for d63a067 - Browse repository at this point
Copy the full SHA d63a067View commit details
Commits on Aug 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dcd6170 - Browse repository at this point
Copy the full SHA dcd6170View commit details -
Configuration menu - View commit details
-
Copy full SHA for db68a19 - Browse repository at this point
Copy the full SHA db68a19View commit details -
Configuration menu - View commit details
-
Copy full SHA for 01a97ed - Browse repository at this point
Copy the full SHA 01a97edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 13c36f1 - Browse repository at this point
Copy the full SHA 13c36f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for c361c92 - Browse repository at this point
Copy the full SHA c361c92View commit details
Commits on Aug 12, 2024
-
Rollup merge of rust-lang#128886 - GrigorenkoPV:untranslatable-diagno…
…stic, r=nnethercote Get rid of some `#[allow(rustc::untranslatable_diagnostic)]` `@rustbot` label +A-translation cc rust-lang#100717
Configuration menu - View commit details
-
Copy full SHA for cb9e0df - Browse repository at this point
Copy the full SHA cb9e0dfView commit details -
Rollup merge of rust-lang#128936 - bjorn3:fix_thin_archive_reading, r…
…=jieyouxu Support reading thin archives in ArArchiveBuilder And switch to using ArArchiveBuilder with the LLVM backend too now that all regressions are fixed. Fixes rust-lang#107407 Fixes rust-lang#107162 rust-lang#107495 has been fixed in a previous PR already.
Configuration menu - View commit details
-
Copy full SHA for 530f481 - Browse repository at this point
Copy the full SHA 530f481View commit details -
Rollup merge of rust-lang#128937 - lqd:clean-rmake-tests, r=jieyouxu
Fix warnings in rmake tests on `x86_64-unknown-linux-gnu` r? ````@jieyouxu```` This PR fixes some warnings I saw in rmake tests. I didn't deny more warnings in this PR until ````@jieyouxu```` gives their opinion, but maybe we should actually deny all warnings in `rmake.rs` files? I've also only looked at non-ignored tests on `x86_64-unknown-linux-gnu`, and denying warnings would require a try build for all targets 😓.
Configuration menu - View commit details
-
Copy full SHA for 4211fa8 - Browse repository at this point
Copy the full SHA 4211fa8View commit details -
Rollup merge of rust-lang#128977 - jieyouxu:writable-file, r=Kobzol
Only try to modify file times of a writable file - First commit fixes a failure that I was running into locally trying to build a stage 1 `./x build library --stage 1` on windows due to trying to modify file times of a read-only file. - Second commit introduces a `set_file_times` helper which opens a given path as a file in r+w mode and then sets file times. This should hopefully make setting file times less error prone, since trying to set file times on read-only file also happened in rust-lang#127850. (And apparently it only fails locally on Windows or something weird like that.)
Configuration menu - View commit details
-
Copy full SHA for dd3fe6a - Browse repository at this point
Copy the full SHA dd3fe6aView commit details -
Rollup merge of rust-lang#128978 - compiler-errors:assert-matches, r=…
…jieyouxu Use `assert_matches` around the compiler more It's a useful assertion, especially since it actually prints out the LHS.
Configuration menu - View commit details
-
Copy full SHA for a5599f8 - Browse repository at this point
Copy the full SHA a5599f8View commit details