| Age | Commit message (Expand) | Author | Lines |
| 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/+32 |
| 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-14 | stabilize `option_get_or_insert_default` | Slanterns | -1/+0 |
| 2024-08-11 | Fix #128930: Print documentation of CLI options missing their arg | George Bateman | -1/+1 |
| 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 | -13/+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/+45 |
| 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-21 | Fix remaining cases | Michael Goulet | -2/+2 |
| 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 |