| Age | Commit message (Expand) | Author | Lines |
| 2023-07-31 | Move `maybe_start_llvm_timer`'s body into `spawn_work`. | Nicholas Nethercote | -26/+18 |
| 2023-07-31 | Remove `CodegenContext::worker`. | Nicholas Nethercote | -24/+12 |
| 2023-07-31 | Document `-Zno-parallel-llvm`. | Nicholas Nethercote | -0/+8 |
| 2023-07-31 | Fix a comment. | Nicholas Nethercote | -0/+1 |
| 2023-07-31 | Remove `ExtraBackendMethods::spawn_thread`. | Nicholas Nethercote | -21/+0 |
| 2023-07-31 | Give the coordinator thread a name. | Nicholas Nethercote | -3/+4 |
| 2023-07-31 | Remove some unused values in `codegen_crate`. | Nicholas Nethercote | -3/+0 |
| 2023-07-31 | Remove an unnecessary `pub`. | Nicholas Nethercote | -1/+1 |
| 2023-07-31 | Rename `MainThreadWorkerState`. | Nicholas Nethercote | -25/+25 |
| 2023-07-31 | Rename things related to the main thread's operations. | Nicholas Nethercote | -30/+46 |
| 2023-07-31 | Add some assertions. | Nicholas Nethercote | -0/+4 |
| 2023-07-31 | Add comments to `WorkItemResult`. | Nicholas Nethercote | -4/+14 |
| 2023-07-31 | Inline and remove `submit_pre_codegened_module_to_llvm`. | Nicholas Nethercote | -15/+9 |
| 2023-07-31 | Auto merge of #114272 - workingjubilee:rollup-ll9lwon, r=workingjubilee | bors | -61/+59 |
| 2023-07-30 | Rollup merge of #114268 - SUPERCILEX:empty, r=workingjubilee | Jubilee | -2/+2 |
| 2023-07-30 | Rollup merge of #113741 - compiler-errors:rpitit-projects-to-missing-opaque, ... | Jubilee | -8/+30 |
| 2023-07-30 | Rollup merge of #109075 - joboet:lazylock_backtrace, r=workingjubilee | Jubilee | -49/+25 |
| 2023-07-30 | Rollup merge of #95965 - CAD97:const-weak-new, r=workingjubilee | Jubilee | -2/+2 |
| 2023-07-31 | Auto merge of #114126 - ozkanonur:stage-support-for-clean, r=ozkanonur | bors | -31/+75 |
| 2023-07-30 | Stabilize const-weak-new | CAD97 | -2/+2 |
| 2023-07-30 | Auto merge of #112843 - chenyukang:yukang-more-on-backtrace, r=workingjubilee | bors | -8/+35 |
| 2023-07-30 | Fix empty_write since rust version attribute | Alex Saveau | -2/+2 |
| 2023-07-30 | Don't install default projection bound for RPITITs | Michael Goulet | -8/+30 |
| 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 #114264 - matthiaskrgr:rollup-dfsuu1v, r=matthiaskrgr | bors | -560/+614 |
| 2023-07-30 | Rollup merge of #114258 - WaffleLapkin:reuse_in_derive_expansion, r=petrochenkov | Matthias Krüger | -1/+1 |
| 2023-07-30 | Rollup merge of #114256 - Urgau:fix-issue-114180, r=WaffleLapkin | Matthias Krüger | -30/+78 |
| 2023-07-30 | Rollup merge of #114246 - Bryanskiy:type-privacy-lints-fixes, r=petrochenkov | Matthias Krüger | -20/+4 |
| 2023-07-30 | Rollup merge of #114074 - matthiaskrgr:fmt_args_rustc_2, r=WaffleLapkin | Matthias Krüger | -481/+411 |
| 2023-07-30 | Rollup merge of #102198 - lukas-code:nonnull_as_ref, r=Amanieu | Matthias Krüger | -2/+33 |
| 2023-07-30 | Rollup merge of #98154 - vidhanio:master, r=workingjubilee | Matthias Krüger | -26/+87 |
| 2023-07-30 | Auto merge of #114204 - GuillaumeGomez:remove-unneeded-clone-calls, r=notriddle | bors | -16/+11 |
| 2023-07-31 | normalize backtrace error messages | yukang | -8/+9 |
| 2023-07-30 | Simplify `Span::can_be_used_for_suggestions` a little tiny bit | Maybe Waffle | -1/+1 |
| 2023-07-30 | Fix invalid suggestion for mismatched types in closure arguments | Urgau | -30/+78 |
| 2023-07-30 | Auto merge of #114250 - matthiaskrgr:rollup-0r0dhrr, r=matthiaskrgr | bors | -466/+439 |
| 2023-07-30 | Rollup merge of #114227 - asquared31415:tidy_check_fixed, r=albertlarsan68 | Matthias Krüger | -1/+1 |
| 2023-07-30 | Rollup merge of #114223 - ryanoneill:vec-indexing-doc-language, r=workingjubilee | Matthias Krüger | -1/+1 |
| 2023-07-30 | Rollup merge of #114068 - matthiaskrgr:fmt_args_rustc_1, r=WaffleLapkin | Matthias Krüger | -437/+378 |
| 2023-07-30 | Rollup merge of #114018 - Enselic:multi-annotation, r=b-naber | Matthias Krüger | -7/+38 |
| 2023-07-30 | Rollup merge of #112655 - WaffleLapkin:must_use_map_or, r=workingjubilee | Matthias Krüger | -10/+13 |
| 2023-07-30 | Rollup merge of #110056 - chenyukang:yukang/fix-110045, r=workingjubilee | Matthias Krüger | -10/+8 |
| 2023-07-30 | inline format!() args up to and including rustc_codegen_llvm | Matthias Krüger | -481/+411 |
| 2023-07-30 | Auto merge of #114066 - matthiaskrgr:fmt_args_inline_bootstrap, r=WaffleLapkin | bors | -174/+162 |
| 2023-07-30 | Remove some unneeded `clone()` calls | Guillaume Gomez | -16/+11 |
| 2023-07-30 | inline format!() args up to and including rustc_middle | Matthias Krüger | -437/+378 |
| 2023-07-30 | Weaken unnameable_types lint | Bryanskiy | -20/+4 |
| 2023-07-30 | Mark `map_or` as `#[must_use]` | Maybe Waffle | -15/+18 |
| 2023-07-30 | bootstrap: inline format!() args | Matthias Krüger | -174/+162 |