| Age | Commit message (Expand) | Author | Lines |
| 2023-07-31 | Rollup merge of #113804 - Kobzol:opt-dist-version, r=Mark-Simulacrum | Matthias Krüger | -6/+19 |
| 2023-07-31 | Rollup merge of #113906 - notriddle:notriddle/cargo-extra-env, r=Mark-Simulacrum | Matthias Krüger | -1/+5 |
| 2023-07-31 | Rollup merge of #113717 - cuishuang:master, r=Nilstrieb | Matthias Krüger | -1/+1 |
| 2023-07-31 | Rollup merge of #112858 - chriswailes:riscv64-android, r=Mark-Simulacrum | Matthias Krüger | -0/+1 |
| 2023-07-31 | better error handling for `rust.codegen-backends` on deserialization | ozkanonur | -3/+17 |
| 2023-07-31 | fix: lookup user by name, not id | sethp | -1/+1 |
| 2023-07-31 | fix alignment handling for Repeat expressions | Ralf Jung | -0/+24 |
| 2023-07-31 | apply nit | Ralf Jung | -1/+1 |
| 2023-07-31 | Auto merge of #114294 - matthiaskrgr:rollup-yk78pvd, r=matthiaskrgr | bors | -1/+1 |
| 2023-07-31 | Rollup merge of #114228 - fmease:wf-lazy-ty-aliases, r=oli-obk | Matthias Krüger | -1/+1 |
| 2023-07-31 | Auto merge of #3002 - RalfJung:miri-script, r=RalfJung | bors | -1/+1 |
| 2023-07-31 | fix oversight from new miri-script | Ralf Jung | -1/+1 |
| 2023-07-31 | Auto merge of #113592 - Kobzol:pgo-script-bolt, r=Mark-Simulacrum | bors | -314/+224 |
| 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 | -13/+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 |