| Age | Commit message (Expand) | Author | Lines |
| 2023-07-31 | add some interesting tests for alignment corner cases | Ralf Jung | -18/+67 |
| 2023-07-31 | strip debuginfo from librustc_driver.so when applicable, on x64 linux | Rémy Rakic | -2/+25 |
| 2023-07-31 | allow `DebuginfoLevel` to be compared | Rémy Rakic | -1/+1 |
| 2023-07-31 | strip debuginfo from LLVM's .so when applicable, on x64 linux | Rémy Rakic | -0/+26 |
| 2023-07-31 | extract helper to find libLLVM's name | Rémy Rakic | -8/+13 |
| 2023-07-31 | Auto merge of #114277 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2023-07-31 | Remove a `bool` for color in favor of the `WriteColor` trait wrapping colored... | Oli Scherer | -3/+2 |
| 2023-07-31 | Use builder pattern instead of lots of arguments for `EmitterWriter::new` | Oli Scherer | -49/+6 |
| 2023-07-31 | remove repetitive words | cui fliter | -1/+1 |
| 2023-07-31 | Update cargo | Weihang Lo | -0/+0 |
| 2023-07-31 | Auto merge of #2909 - osiewicz:rewrite-miri-script-in-rust-2883, r=RalfJung | bors | -361/+1016 |
| 2023-07-31 | port to hand-rolled parser, since clap doesn't behave just the right way | Ralf Jung | -354/+150 |
| 2023-07-31 | miri-script refactor | Ralf Jung | -614/+553 |
| 2023-07-31 | Replace the many arguments of `EmitterWriter::stderr` with builder methods | Oli Scherer | -26/+17 |
| 2023-07-31 | Pass BOLT profile to bootstrap to be included in the reproducible artifacts a... | Jakub Beránek | -32/+36 |
| 2023-07-31 | Remove BOLT from bootstrap | Jakub Beránek | -294/+61 |
| 2023-07-31 | Implement BOLT optimization in the `opt-dist` tool | Jakub Beránek | -24/+163 |
| 2023-07-31 | Document `-Zno-parallel-llvm`. | Nicholas Nethercote | -0/+8 |
| 2023-07-31 | Use - instead of * for unordered list | Lan, Jian | -53/+55 |
| 2023-07-31 | Auto merge of #114126 - ozkanonur:stage-support-for-clean, r=ozkanonur | bors | -31/+75 |
| 2023-07-30 | Auto merge of #112843 - chenyukang:yukang-more-on-backtrace, r=workingjubilee | bors | -1/+1 |
| 2023-07-30 | remove stage-specific artifacts when `--stage` is used | ozkanonur | -22/+62 |
| 2023-07-30 | support `--stage` for `x clean` | ozkanonur | -9/+13 |
| 2023-07-30 | Auto merge of #114204 - GuillaumeGomez:remove-unneeded-clone-calls, r=notriddle | bors | -16/+11 |
| 2023-07-30 | rewrite miri script in Rust | Piotr Osiewicz | -357/+1277 |
| 2023-07-31 | Improve the rust style guide doc | Lan, Jian | -134/+98 |
| 2023-07-30 | Auto merge of #2997 - RalfJung:test-utils, r=RalfJung | bors | -112/+77 |
| 2023-07-30 | refactor tests/utils a bit, and move some FS functions there | Ralf Jung | -112/+77 |
| 2023-07-30 | Auto merge of #114250 - matthiaskrgr:rollup-0r0dhrr, r=matthiaskrgr | bors | -6/+6 |
| 2023-07-30 | Rollup merge of #114227 - asquared31415:tidy_check_fixed, r=albertlarsan68 | Matthias Krüger | -1/+1 |
| 2023-07-30 | Rollup merge of #112655 - WaffleLapkin:must_use_map_or, r=workingjubilee | Matthias Krüger | -5/+5 |
| 2023-07-30 | Remove some unneeded `clone()` calls | Guillaume Gomez | -16/+11 |
| 2023-07-30 | Mark `map_or` as `#[must_use]` | Maybe Waffle | -5/+5 |
| 2023-07-30 | bootstrap: inline format!() args | Matthias Krüger | -174/+162 |
| 2023-07-30 | Check lazy type aliases for well-formedness | León Orell Valerian Liehr | -1/+1 |
| 2023-07-30 | fmt | The Miri Conjob Bot | -1/+1 |
| 2023-07-30 | Merge from rustc | The Miri Conjob Bot | -4937/+2311 |
| 2023-07-30 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-07-29 | add tidy check for stray rustfix files | asquared31415 | -1/+1 |
| 2023-07-30 | Rollup merge of #114129 - GuillaumeGomez:rustdoc-cleanup, r=notriddle | Matthias Krüger | -109/+123 |
| 2023-07-29 | Auto merge of #114211 - RalfJung:miri, r=RalfJung | bors | -233/+336 |
| 2023-07-29 | Auto merge of #2993 - Vanille-N:tb-protector, r=RalfJung | bors | -151/+264 |
| 2023-07-29 | doc comment suggestions | Neven Villani | -25/+57 |
| 2023-07-29 | Add wasm32-wasi-threads target + WASI threads | Georgii Rylov | -7/+183 |
| 2023-07-29 | fix(ci): Ensure idempotence of user creation | sethp | -1/+1 |
| 2023-07-29 | Auto merge of #114148 - cuviper:drop-llvm-14, r=nikic | bors | -98/+11 |
| 2023-07-29 | Group `write` calls when possible and use new format args | Guillaume Gomez | -76/+84 |
| 2023-07-29 | Move `inherits_doc_hidden` and `should_ignore_res` into `clean/utils.rs` | Guillaume Gomez | -37/+38 |
| 2023-07-29 | Move Res check into `should_ignore_res` | Guillaume Gomez | -3/+8 |
| 2023-07-29 | print omitted frames count for short backtrace mode | yukang | -1/+1 |