| Age | Commit message (Expand) | Author | Lines |
| 2024-08-16 | Auto merge of #129162 - matthiaskrgr:rollup-r0oxdev, r=matthiaskrgr | bors | -2/+3 |
| 2024-08-16 | Rollup merge of #129149 - GuillaumeGomez:migrate-python-script, r=jieyouxu | Matthias Krüger | -0/+2 |
| 2024-08-16 | Rollup merge of #129086 - slanterns:is_none_or, r=dtolnay | Matthias Krüger | -2/+1 |
| 2024-08-16 | Auto merge of #128456 - Oneirical:clantestine-operations, r=jieyouxu | bors | -1/+0 |
| 2024-08-16 | Reexport `serde_json` crate from run-make-support to give it access to `run-m... | Guillaume Gomez | -0/+1 |
| 2024-08-16 | Migrate `validate_json.py` script to rust in `run-make/rustdoc-map-file` test | Guillaume Gomez | -0/+1 |
| 2024-08-16 | Auto merge of #129068 - cuviper:llvm19rc2, r=compiler-errors | bors | -0/+0 |
| 2024-08-16 | rewrite reproducible-build to rmake | Oneirical | -1/+0 |
| 2024-08-16 | Auto merge of #129052 - onur-ozkan:better-incompatibility-check, r=Kobzol | bors | -98/+164 |
| 2024-08-16 | bootstrap: fix trying to modify file times on read-only file on Windows | 许杰友 Jieyou Xu (Joe) | -11/+45 |
| 2024-08-15 | Rollup merge of #129037 - Zalathar:rmake-libtest, r=jieyouxu | Jubilee | -2/+0 |
| 2024-08-15 | Rollup merge of #129018 - Oneirical:nmemonic-artifice, r=jieyouxu | Jubilee | -2/+6 |
| 2024-08-15 | Rollup merge of #128922 - Nadrieril:r-a-use-upstream-pat-ana, r=Veykril | Jubilee | -2/+4 |
| 2024-08-15 | Auto merge of #128787 - Oneirical:infohazardous-deprogram, r=jieyouxu | bors | -3/+0 |
| 2024-08-15 | Rollup merge of #129124 - aDotInTheVoid:rdj-hashmap-3, r=GuillaumeGomez | Matthias Krüger | -6/+6 |
| 2024-08-15 | Rollup merge of #129122 - GuillaumeGomez:remove-duplicated-rustdoc-output-met... | Matthias Krüger | -7/+1 |
| 2024-08-15 | Rollup merge of #129096 - Kobzol:bootstrap-cmd-verbosity, r=onur-ozkan | Matthias Krüger | -4/+32 |
| 2024-08-15 | Rollup merge of #129065 - nnethercote:PartialEq-TokenKind, r=spastorino | Matthias Krüger | -7/+5 |
| 2024-08-15 | Rollup merge of #128348 - dingxiangfei2009:allow-shadow-call-stack-sanitizer,... | Matthias Krüger | -1/+15 |
| 2024-08-15 | Print more verbose error for commands that capture output | Jakub Beránek | -4/+32 |
| 2024-08-15 | rewrite native-link-modifier-bundle to rmake | Oneirical | -1/+0 |
| 2024-08-15 | rewrite rlib-format-packed-bundled-libs to rmake | Oneirical | -1/+6 |
| 2024-08-15 | coalesce dep-info-spaces and dep-info-doesnt-run-much into dep-info | Oneirical | -3/+0 |
| 2024-08-15 | Auto merge of #128936 - bjorn3:fix_thin_archive_reading, r=jieyouxu | bors | -0/+6 |
| 2024-08-15 | Remove duplicated `Rustdoc::output` method from `run-make-support` lib | Guillaume Gomez | -7/+1 |
| 2024-08-15 | rustdoc-json: Use FxHashMap from rustdoc_json_types | Alona Enraght-Moony | -6/+6 |
| 2024-08-15 | Auto merge of #129066 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-08-15 | Rollup merge of #129015 - rustbot:docs-update, r=ehuss | Matthias Krüger | -7/+22 |
| 2024-08-15 | Rollup merge of #128963 - GuillaumeGomez:output-to-stdout, r=aDotInTheVoid | Matthias Krüger | -21/+59 |
| 2024-08-15 | Rollup merge of #127905 - BKPepe:powerpc-muslspe, r=wesleywiser | Matthias Krüger | -0/+34 |
| 2024-08-14 | Auto merge of #128407 - Oneirical:feline-dotestication, r=jieyouxu | bors | -3/+15 |
| 2024-08-14 | rust-analyzer: use in-tree pattern_analysis crate | Nadrieril | -2/+4 |
| 2024-08-15 | fix r-a | Slanterns | -1/+1 |
| 2024-08-14 | disable download-rustc if CI rustc has unsupported options | onur-ozkan | -19/+38 |
| 2024-08-14 | leave a FIXME note for `--set` flags coverage | onur-ozkan | -0/+1 |
| 2024-08-14 | improve `config::check_incompatible_options_for_ci_rustc` logs | onur-ozkan | -6/+11 |
| 2024-08-14 | fix the incorrect `unpack`ing logic | onur-ozkan | -1/+1 |
| 2024-08-14 | create `const BUILDER_CONFIG_FILENAME` for builder-config file | onur-ozkan | -3/+13 |
| 2024-08-14 | Update Cargo.lock | Eric Huss | -7/+22 |
| 2024-08-14 | rewrite no-alloc-shim to rmake | Oneirical | -1/+0 |
| 2024-08-14 | rewrite min-global-align to rmake | Oneirical | -2/+15 |
| 2024-08-14 | Auto merge of #129092 - jieyouxu:rollup-z2522nm, r=jieyouxu | bors | -12/+0 |
| 2024-08-14 | Rollup merge of #129071 - Zalathar:sysroot-unstable, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -1/+0 |
| 2024-08-14 | Rollup merge of #128570 - folkertdev:stabilize-asm-const, r=Amanieu | 许杰友 Jieyou Xu (Joe) | -11/+0 |
| 2024-08-14 | Auto merge of #129054 - lnicola:sync-from-ra, r=lnicola | bors | -2448/+3807 |
| 2024-08-14 | stabilize `is_none_or` | Slanterns | -1/+0 |
| 2024-08-14 | Auto merge of #129060 - matthiaskrgr:rollup-s72gpif, r=matthiaskrgr | bors | -10/+10 |
| 2024-08-14 | Use `impl PartialEq<TokenKind> for Token` more. | Nicholas Nethercote | -7/+5 |
| 2024-08-14 | do not check incompatibility if `config.toml` isn't present | onur-ozkan | -17/+19 |
| 2024-08-14 | print values of incompatible options | onur-ozkan | -6/+9 |