| Age | Commit message (Expand) | Author | Lines |
| 2024-09-17 | Rollup merge of #129988 - arnaudgolfouse:modify-locale_resources, r=davidtwco | Matthias Krüger | -1/+3 |
| 2024-09-14 | Rollup merge of #130199 - compiler-errors:by-move, r=cjgillot | Stuart Cook | -1/+1 |
| 2024-09-12 | Auto merge of #130249 - compiler-errors:sad-new-solver-coherence, r=lcnr | bors | -1/+1 |
| 2024-09-11 | Revert 'Stabilize -Znext-solver=coherence' | Michael Goulet | -1/+1 |
| 2024-09-10 | Add -Z small-data-threshold | Paul Menage | -0/+1 |
| 2024-09-10 | Don't call closure_by_move_body_def_id on FnOnce async closures in MIR valida... | Michael Goulet | -1/+1 |
| 2024-09-05 | Use a `Vec` in `rustc_interface::Config::locale_resources` | arnaudgolfouse | -1/+3 |
| 2024-09-05 | stabilize `-Znext-solver=coherence` | lcnr | -1/+1 |
| 2024-09-02 | chore: Fix typos in 'compiler' (batch 1) | Alexander Cyon | -1/+1 |
| 2024-08-30 | make `-Z mir-include-spans` a dedicated enum | Rémy Rakic | -4/+5 |
| 2024-08-29 | Rollup merge of #128970 - DianQK:lint-llvm-ir, r=nikic | Guillaume Gomez | -0/+1 |
| 2024-08-29 | Add `-Zlint-llvm-ir` | DianQK | -0/+1 |
| 2024-08-28 | fmt-debug option | Kornel | -5/+6 |
| 2024-08-27 | Auto merge of #128506 - compiler-errors:by-move-body, r=cjgillot | bors | -0/+14 |
| 2024-08-27 | Auto merge of #129665 - matthiaskrgr:rollup-hy23k7d, r=matthiaskrgr | bors | -0/+1 |
| 2024-08-27 | Auto merge of #129513 - cjgillot:fast-source-span, r=petrochenkov | bors | -5/+13 |
| 2024-08-27 | Rollup merge of #129648 - nnethercote:unreachable_pub-2, r=Urgau | Matthias Krüger | -0/+1 |
| 2024-08-27 | Rollup merge of #126985 - Mrmaxmeier:dwarf-embed-source, r=davidtwco | Trevor Gross | -0/+1 |
| 2024-08-27 | Add `warn(unreachable_pub)` to `rustc_interface`. | Nicholas Nethercote | -0/+1 |
| 2024-08-26 | Remove some unnecessary TODOs | Michael Goulet | -2/+0 |
| 2024-08-26 | Stop using a special inner body for the coroutine by-move body for async clos... | Michael Goulet | -0/+16 |
| 2024-08-24 | Do not call source_span when not tracking dependencies. | Camille GILLOT | -5/+13 |
| 2024-08-24 | Fix `elided_named_lifetimes` in code | Pavel Grigorenko | -1/+1 |
| 2024-08-16 | Stabilize std::thread::Builder::spawn_unchecked | David Tolnay | -1/+0 |
| 2024-08-10 | rustc_interface: remove a redundant `#[allow(rustc::untranslatable_diagnostic)]` | Pavel Grigorenko | -1/+0 |
| 2024-08-09 | Rollup merge of #128851 - compiler-errors:validate-mir-opt-mir, r=matthiaskrgr | Matthias Krüger | -1/+7 |
| 2024-08-09 | Rollup merge of #128806 - estebank:color-config, r=jieyouxu | Matthias Krüger | -1/+2 |
| 2024-08-08 | Add comment that bors did not see pushed before it merged | Michael Goulet | -1/+7 |
| 2024-08-08 | Split `ColorConfig` off of `HumanReadableErrorType` | Esteban Küber | -1/+2 |
| 2024-08-03 | Make validate_mir pull optimized/ctfe MIR for all bodies | Michael Goulet | -0/+7 |
| 2024-08-01 | Auto merge of #127543 - carbotaniuman:more_unsafe_attr_verification, r=esteba... | bors | -2/+3 |
| 2024-07-30 | Add toggle for `parse_meta_item` unsafe parsing | carbotaniuman | -2/+3 |
| 2024-07-29 | Structured suggestion for `extern crate foo` when `foo` isn't resolved in import | Esteban Küber | -1/+7 |
| 2024-07-29 | Add `-Z embed-source=yes` to embed source code in DWARF debug info | Mrmaxmeier | -0/+1 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -61/+57 |
| 2024-07-12 | Rollup merge of #126502 - cuviper:dump-mir-exclude-alloc-bytes, r=estebank | Jubilee | -0/+1 |
| 2024-07-03 | Rollup merge of #127184 - bjorn3:interface_refactor2, r=Nadrieril | Matthias Krüger | -28/+35 |
| 2024-07-02 | Rename the `asm-comments` compiler flag to `verbose-asm` | Trevor Gross | -1/+1 |
| 2024-07-01 | Inline Query::default() | bjorn3 | -8/+2 |
| 2024-07-01 | Minor change | bjorn3 | -2/+2 |
| 2024-07-01 | Move codegen_and_build_linker from Queries to Linker | bjorn3 | -30/+31 |
| 2024-06-30 | Move -Zprint-type-sizes and -Zprint-vtable-sizes into codegen_and_build_linker | bjorn3 | -0/+12 |
| 2024-06-28 | Reduce merge conflicts from rustfmt's wrapping | Kornel | -7/+15 |
| 2024-06-27 | Updated diagnostic messages | Florian Schmiderer | -1/+2 |
| 2024-06-26 | Add `-Zdump-mir-exclude-alloc-bytes` | Josh Stone | -0/+1 |
| 2024-06-25 | Updated code for changes to RFC, added additional error handling, added | Florian Schmiderer | -3/+6 |
| 2024-06-25 | Support for -Z patchable-function-entry | Matthew Maurer | -0/+1 |
| 2024-06-25 | Auto merge of #126834 - bjorn3:interface_refactor, r=michaelwoerister | bors | -166/+139 |
| 2024-06-23 | compiler(nfc): -Cforce-frame-pointers is a FramePointer | Jubilee Young | -3/+3 |
| 2024-06-22 | Ensure run_compiler always aborts on errors | bjorn3 | -12/+9 |