| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-04-23 | Auto merge of #123126 - oli-obk:feed_crate_num, r=davidtwco | bors | -2/+5 |
| 2024-04-23 | Mark @RUSTC_BUILTIN search path usage as unstable | Lukas Wirth | -1/+16 |
| 2024-04-22 | Stabilize generic `NonZero`. | Markus Reiter | -1/+0 |
| 2024-04-20 | Rollup merge of #123409 - ZhuUx:master, r=oli-obk | Matthias Krüger | -10/+18 |
| 2024-04-19 | Move `stable_crate_ids` from `CrateStore` to `Untracked` | Oli Scherer | -2/+5 |
| 2024-04-19 | Auto merge of #117919 - daxpedda:wasm-c-abi, r=wesleywiser | bors | -2/+17 |
| 2024-04-19 | coverage. Add coverage-options=mcdc as gate for MC/DC instrument | zhuyunxing | -10/+18 |
| 2024-04-18 | Ensure `[rust] debuginfo-level-std` doesn't change core's MIR | Scott McMurray | -0/+3 |
| 2024-04-16 | Rollup merge of #122811 - nnethercote:mv-SourceMap-init, r=WaffleLapkin | Guillaume Gomez | -28/+18 |
| 2024-04-16 | Rollup merge of #123501 - Urgau:stabilize-check-cfg, r=petrochenkov | Matthias Krüger | -2/+2 |
| 2024-04-16 | Rollup merge of #121694 - davidtwco:stabilize-relro-level, r=Mark-Simulacrum | Guillaume Gomez | -3/+3 |
| 2024-04-16 | Move `initialize_checked_jobserver`. | Nicholas Nethercote | -10/+4 |
| 2024-04-16 | Construct `SourceMap` at the same time as `SessionGlobals`. | Nicholas Nethercote | -18/+14 |
| 2024-04-15 | Move --check-cfg documentation to stable books | Urgau | -1/+1 |