| Age | Commit message (Expand) | Author | Lines |
| 2023-07-31 | Auto merge of #114294 - matthiaskrgr:rollup-yk78pvd, r=matthiaskrgr | bors | -310/+390 |
| 2023-07-31 | fix: Strip unused token ids from eager macro input token maps | Lukas Wirth | -7/+37 |
| 2023-07-31 | Auto merge of #15366 - Veykril:eager-macro-inputs, r=Veykril | bors | -20/+22 |
| 2023-07-31 | Rollup merge of #114286 - nbdd0121:upcast, r=compiler-errors | Matthias Krüger | -0/+1 |
| 2023-07-31 | Rollup merge of #114269 - GuillaumeGomez:migrate-gui-test-color-24, r=notriddle | Matthias Krüger | -8/+8 |
| 2023-07-31 | Rollup merge of #114267 - compiler-errors:rpitit-opaque-bounds, r=spastorino | Matthias Krüger | -72/+54 |
| 2023-07-31 | Rollup merge of #114228 - fmease:wf-lazy-ty-aliases, r=oli-obk | Matthias Krüger | -11/+55 |
| 2023-07-31 | Rollup merge of #114169 - lcnr:unsize, r=compiler-errors | Matthias Krüger | -219/+272 |
| 2023-07-31 | Auto merge of #3002 - RalfJung:miri-script, r=RalfJung | bors | -1/+1 |
| 2023-07-31 | fix: Remove another faulty unwrap (expect) | Lukas Wirth | -20/+22 |
| 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/+225 |
| 2023-07-31 | Auto merge of #15361 - Veykril:eager-macro-inputs, r=Veykril | bors | -6/+83 |
| 2023-07-31 | Auto merge of #3001 - RalfJung:align, r=RalfJung | bors | -18/+67 |
| 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 | Add missing feature gate in multiple_supertrait_upcastable doc | Gary Guo | -0/+1 |
| 2023-07-31 | update comment | lcnr | -7/+3 |
| 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 | Sanity check that we actually flush all buffers | Oli Scherer | -0/+9 |
| 2023-07-31 | Get rid of the thin wrapper type that is `Destination` and just write to the ... | Oli Scherer | -32/+19 |
| 2023-07-31 | Turn a single-variant enum into a struct | Oli Scherer | -14/+6 |
| 2023-07-31 | Merge all `Destination` variants | Oli Scherer | -4/+1 |
| 2023-07-31 | Remove a now-redundant single-variant enum | Oli Scherer | -43/+5 |
| 2023-07-31 | Move `WritableDst` method onto `Style` directly | Oli Scherer | -5/+8 |
| 2023-07-31 | Merge buffered destination into raw destination | Oli Scherer | -17/+37 |
| 2023-07-31 | Remove an enum variant that can be covered by another | Oli Scherer | -6/+1 |
| 2023-07-31 | Remove a `bool` for color in favor of the `WriteColor` trait wrapping colored... | Oli Scherer | -25/+49 |
| 2023-07-31 | Use builder pattern instead of lots of arguments for `EmitterWriter::new` | Oli Scherer | -115/+24 |
| 2023-07-31 | Implement UnwindSafe and RefUnwindSafe for Backtrace | Konrad Borowski | -1/+9 |
| 2023-07-31 | Auto merge of #113879 - nnethercote:codegen_ssa-cleanups, r=bjorn3 | bors | -199/+200 |
| 2023-07-31 | remove repetitive words | cui fliter | -5/+5 |
| 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 | -98/+97 |
| 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/+164 |
| 2023-07-31 | Remove unnecessary semicolon. | Nicholas Nethercote | -1/+1 |
| 2023-07-31 | Auto merge of #114225 - workingjubilee:only-golden-arches, r=compiler-errors | bors | -184/+75 |
| 2023-07-31 | Clean up `generate_lto_work`. | Nicholas Nethercote | -22/+23 |
| 2023-07-31 | Fix LLVM thread names on Windows. | Nicholas Nethercote | -3/+3 |
| 2023-07-31 | Introduce `running_with_any_token` closure. | Nicholas Nethercote | -7/+10 |
| 2023-07-31 | Use standard Rust capitalization rules for names containing "LTO". | Nicholas Nethercote | -22/+22 |
| 2023-07-31 | Tweak structure of the message loop. | Nicholas Nethercote | -17/+20 |