| Age | Commit message (Expand) | Author | Lines |
| 2024-08-07 | Make `Span` optional in `BufferedEarlyLint` | Urgau | -1/+11 |
| 2024-08-07 | Use more slice patterns inside the compiler | León Orell Valerian Liehr | -10/+3 |
| 2024-08-06 | -Zembed-source: Don't try to warn about incompatible codegen backends | Mrmaxmeier | -11/+0 |
| 2024-08-05 | Don't ICE if getting the input's file_stem fails | Chris Denton | -3/+7 |
| 2024-08-03 | linker: Pass fewer search directories to the linker | Vadim Petrochenkov | -0/+5 |
| 2024-07-29 | Add `-Z embed-source=yes` to embed source code in DWARF debug info | Mrmaxmeier | -2/+39 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -124/+129 |
| 2024-07-14 | Auto merge of #127670 - compiler-errors:no-type-length-limit, r=jackh726 | bors | -0/+2 |
| 2024-07-13 | Rollup merge of #127434 - onur-ozkan:use-bootstrap-instead-of-rustbuild, r=Ma... | Jubilee | -1/+1 |
| 2024-07-12 | Gate the type length limit check behind a nightly flag | Michael Goulet | -0/+2 |
| 2024-07-12 | Rollup merge of #126502 - cuviper:dump-mir-exclude-alloc-bytes, r=estebank | Jubilee | -0/+2 |
| 2024-07-07 | use "bootstrap" instead of "rustbuild" in comments and docs | onur-ozkan | -1/+1 |
| 2024-07-02 | Rename the `asm-comments` compiler flag to `verbose-asm` | Trevor Gross | -2/+2 |
| 2024-07-01 | Avoid MIR bloat in inlining | Scott McMurray | -0/+2 |
| 2024-06-28 | Rollup merge of #124741 - nebulark:patchable-function-entries-pr, r=estebank,... | Matthias Krüger | -2/+62 |
| 2024-06-26 | Add `-Zdump-mir-exclude-alloc-bytes` | Josh Stone | -0/+2 |
| 2024-06-25 | Updated code for changes to RFC, added additional error handling, added | Florian Schmiderer | -14/+18 |
| 2024-06-25 | Support for -Z patchable-function-entry | Matthew Maurer | -1/+57 |
| 2024-06-25 | Auto merge of #126326 - eggyal:ununsafe-StableOrd, r=michaelwoerister | bors | -2/+4 |
| 2024-06-24 | Rollup merge of #124712 - Enselic:deprecate-inline-threshold, r=pnkfelix | Michael Goulet | -1/+2 |
| 2024-06-23 | compiler: parse the empty frame-pointer | Jubilee Young | -2/+2 |
| 2024-06-23 | compiler: Accept -Cforce-frame-pointers=always | Jubilee Young | -11/+10 |
| 2024-06-23 | compiler: Support nightly -Cforce-frame-pointers=non-leaf | Jubilee Young | -4/+14 |
| 2024-06-23 | compiler(nfc): -Cforce-frame-pointers is a FramePointer | Jubilee Young | -9/+20 |
| 2024-06-22 | Ensure careful consideration is given by impls | Alan Egerton | -1/+3 |
| 2024-06-20 | Add blank lines after module-level `//!` comments. | Nicholas Nethercote | -0/+1 |
| 2024-06-18 | Unconditionally warn on usage of `wasm32-wasi` | Alex Crichton | -0/+14 |
| 2024-06-18 | Auto merge of #126623 - oli-obk:do_not_count_errors, r=davidtwco | bors | -29/+33 |
| 2024-06-18 | Remove redundant argument from `subdiagnostic` method | Oli Scherer | -6/+6 |
| 2024-06-18 | Use a dedicated type instead of a reference for the diagnostic context | Oli Scherer | -19/+19 |
| 2024-06-18 | Prefer `dcx` methods over fields or fields' methods | Oli Scherer | -6/+10 |
| 2024-06-17 | coverage: Add debugging flag `-Zcoverage-options=no-mir-spans` | Zalathar | -2/+16 |
| 2024-06-14 | Deprecate no-op codegen option `-Cinline-threshold=...` | Martin Nordholts | -1/+2 |
| 2024-06-12 | Un-unsafe the `StableOrd` trait | Alan Egerton | -2/+2 |
| 2024-06-12 | Use `tidy` to sort crate attributes for all compiler crates. | Nicholas Nethercote | -3/+5 |
| 2024-06-06 | Improve naming and path operations in crate loader | Nilstrieb | -9/+9 |
| 2024-05-30 | coverage: Add CLI support for `-Zcoverage-options=condition` | Dorian Péron | -2/+24 |
| 2024-05-29 | Rollup merge of #124655 - Darksonn:fixed-x18, r=lqd,estebank | Matthias Krüger | -0/+2 |
| 2024-05-29 | Rollup merge of #124320 - Urgau:print-check-cfg, r=petrochenkov | 许杰友 Jieyou Xu (Joe) | -1/+13 |
| 2024-05-03 | Add -Zfixed-x18 | Alice Ryhl | -0/+2 |
| 2024-04-30 | Rollup merge of #124511 - nnethercote:rm-extern-crates, r=fee1-dead | Matthias Krüger | -10/+10 |
| 2024-04-30 | Remove `extern crate tracing` from numerous crates. | Nicholas Nethercote | -7/+4 |
| 2024-04-29 | coverage: Replace boolean options with a `CoverageLevel` enum | Zalathar | -18/+30 |
| 2024-04-29 | Remove `extern crate rustc_macros` from numerous crates. | Nicholas Nethercote | -3/+6 |
| 2024-04-25 | debuginfo: Stabilize `-Z debug-macros`, `-Z collapse-macro-debuginfo` and `#[... | Vadim Petrochenkov | -7/+15 |
| 2024-04-25 | Add `--print=check-cfg` to get the expected configs | Urgau | -1/+13 |
| 2024-04-25 | Rollup merge of #124324 - nnethercote:minor-ast-cleanups, r=estebank | Matthias Krüger | -10/+6 |
| 2024-04-25 | Rollup merge of #124333 - Urgau:better-bad-print, r=fmease | Matthias Krüger | -3/+6 |
| 2024-04-24 | Improve diagnostic for unknown --print request | Urgau | -3/+6 |
| 2024-04-24 | Whitespace fixes. | Nicholas Nethercote | -10/+6 |