| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 |
| 2024-06-22 | Inline write_dep_info query | bjorn3 | -9/+2 |
| 2024-06-22 | Clarify visibility of several rustc_interface passes | bjorn3 | -2/+2 |
| 2024-06-22 | Move has_errors_or_delayed_bugs check into start_codegen | bjorn3 | -10/+10 |
| 2024-06-22 | Call check_for_rustc_errors_attr from start_codegen | bjorn3 | -39/+39 |
| 2024-06-22 | Move almost all code from Queries::global_ctxt into passes::create_global_ctxt | bjorn3 | -95/+78 |
| 2024-06-18 | Auto merge of #126623 - oli-obk:do_not_count_errors, r=davidtwco | bors | -7/+7 |
| 2024-06-18 | Use a dedicated type instead of a reference for the diagnostic context | Oli Scherer | -7/+7 |
| 2024-06-18 | Rollup merge of #126587 - Zalathar:no-mir-spans, r=oli-obk | Guillaume Gomez | -1/+1 |
| 2024-06-17 | coverage: Add debugging flag `-Zcoverage-options=no-mir-spans` | Zalathar | -1/+1 |
| 2024-06-16 | Rename InstanceDef -> InstanceKind | Michael Goulet | -1/+1 |
| 2024-06-12 | Use `tidy` to sort crate attributes for all compiler crates. | Nicholas Nethercote | -0/+2 |
| 2024-06-06 | Revert "Rollup merge of #124976 - petrochenkov:usedcrates, r=oli-obk" | Rémy Rakic | -1/+1 |
| 2024-06-05 | Make top-level `rustc_parse` functions fallible. | Nicholas Nethercote | -6/+8 |
| 2024-06-05 | Inline and remove `parse_crate{,_attrs}_from_{file,source_str}`. | Nicholas Nethercote | -6/+9 |
| 2024-06-03 | check_is_object_safe -> is_object_safe | Michael Goulet | -1/+1 |
| 2024-05-29 | Rollup merge of #124655 - Darksonn:fixed-x18, r=lqd,estebank | Matthias Krüger | -0/+1 |
| 2024-05-03 | Add -Zfixed-x18 | Alice Ryhl | -0/+1 |
| 2024-04-29 | coverage: Replace boolean options with a `CoverageLevel` enum | Zalathar | -7/+7 |
| 2024-04-25 | debuginfo: Stabilize `-Z debug-macros`, `-Z collapse-macro-debuginfo` and `#[... | Vadim Petrochenkov | -2/+1 |
| 2024-04-23 | Auto merge of #123126 - oli-obk:feed_crate_num, r=davidtwco | bors | -5/+11 |
| 2024-04-23 | Rollup merge of #124285 - ferrocene:unstable-L-rust-builtin, r=petrochenkov | León Orell Valerian Liehr | -0/+1 |
| 2024-04-23 | Rollup merge of #123993 - compiler-errors:coroutine-obl, r=lcnr | León Orell Valerian Liehr | -1/+3 |
| 2024-04-23 | Mark @RUSTC_BUILTIN search path usage as unstable | Lukas Wirth | -0/+1 |
| 2024-04-22 | Stabilize generic `NonZero`. | Markus Reiter | -1/+0 |