| Age | Commit message (Expand) | Author | Lines |
| 2024-09-12 | Auto merge of #130249 - compiler-errors:sad-new-solver-coherence, r=lcnr | bors | -15/+21 |
| 2024-09-12 | Auto merge of #117465 - paulmenage:small-data-limit, r=compiler-errors | bors | -2/+18 |
| 2024-09-11 | Rollup merge of #130114 - eduardosm:needless-returns, r=compiler-errors | Jubilee | -2/+2 |
| 2024-09-11 | Revert 'Stabilize -Znext-solver=coherence' | Michael Goulet | -15/+21 |
| 2024-09-11 | Make SearchPath::new public | Vetle Rasmussen | -1/+1 |
| 2024-09-10 | Add -Z small-data-threshold | Paul Menage | -2/+18 |
| 2024-09-09 | Remove needless returns detected by clippy in the compiler | Eduardo Sánchez Muñoz | -2/+2 |
| 2024-09-05 | stabilize `-Znext-solver=coherence` | lcnr | -21/+15 |
| 2024-09-03 | Auto merge of #129777 - nnethercote:unreachable_pub-4, r=Urgau | bors | -69/+74 |
| 2024-09-03 | Add `warn(unreachable_pub)` to `rustc_session`. | Nicholas Nethercote | -69/+74 |
| 2024-09-02 | chore: Fix typos in 'compiler' (batch 2) | Alexander Cyon | -5/+5 |
| 2024-08-30 | make `-Z mir-include-spans` a dedicated enum | Rémy Rakic | -2/+38 |
| 2024-08-29 | Rollup merge of #128970 - DianQK:lint-llvm-ir, r=nikic | Guillaume Gomez | -0/+2 |
| 2024-08-29 | Add `-Zlint-llvm-ir` | DianQK | -0/+2 |
| 2024-08-28 | fmt-debug option | Kornel | -3/+54 |
| 2024-08-28 | Rollup merge of #129667 - dev-ardi:rustc_driver-cleanup, r=michaelwoerister | Matthias Krüger | -0/+1 |
| 2024-08-28 | clarify a few things | Orion Gonzalez | -0/+1 |
| 2024-08-27 | Rollup merge of #129418 - petrochenkov:libsearch2, r=jieyouxu | Trevor Gross | -29/+3 |
| 2024-08-27 | Rollup merge of #126985 - Mrmaxmeier:dwarf-embed-source, r=davidtwco | Trevor Gross | -2/+28 |
| 2024-08-22 | rustc: Simplify getting sysroot library directory | Vadim Petrochenkov | -29/+3 |
| 2024-08-15 | Rollup merge of #128348 - dingxiangfei2009:allow-shadow-call-stack-sanitizer,... | Matthias Krüger | -1/+6 |
| 2024-08-11 | Rollup merge of #128762 - fmease:use-more-slice-pats, r=compiler-errors | Matthias Krüger | -10/+3 |
| 2024-08-09 | unconditionally allow shadow call-stack for AArch64 whenever fixed-x18 is app... | Ding Xiang Fei | -1/+6 |
| 2024-08-09 | Rollup merge of #128806 - estebank:color-config, r=jieyouxu | Matthias Krüger | -28/+40 |
| 2024-08-08 | review comments | Esteban Küber | -2/+2 |
| 2024-08-08 | Split `ColorConfig` off of `HumanReadableErrorType` | Esteban Küber | -28/+40 |
| 2024-08-07 | Rollup merge of #128702 - yaahc:metrics-flag, r=estebank | Trevor Gross | -0/+2 |
| 2024-08-07 | Add -Zerror-metrics=PATH to save diagnostic metadata to disk | Jane Losare-Lusby | -0/+2 |
| 2024-08-07 | Disallow setting built-in cfgs via set the command-line | Urgau | -1/+69 |
| 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 |