| Age | Commit message (Expand) | Author | Lines |
| 2024-08-30 | make `-Z mir-include-spans` a dedicated enum | Rémy Rakic | -0/+22 |
| 2024-08-28 | fmt-debug option | Kornel | -2/+22 |
| 2024-08-28 | clarify a few things | Orion Gonzalez | -0/+1 |
| 2024-08-08 | Split `ColorConfig` off of `HumanReadableErrorType` | Esteban Küber | -15/+23 |
| 2024-08-07 | Disallow setting built-in cfgs via set the command-line | Urgau | -1/+4 |
| 2024-08-05 | Don't ICE if getting the input's file_stem fails | Chris Denton | -3/+7 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -34/+36 |
| 2024-07-07 | use "bootstrap" instead of "rustbuild" in comments and docs | onur-ozkan | -1/+1 |
| 2024-06-28 | Rollup merge of #124741 - nebulark:patchable-function-entries-pr, r=estebank,... | Matthias Krüger | -2/+33 |
| 2024-06-25 | Updated code for changes to RFC, added additional error handling, added | Florian Schmiderer | -5/+9 |
| 2024-06-25 | Support for -Z patchable-function-entry | Matthew Maurer | -1/+28 |
| 2024-06-25 | Auto merge of #126326 - eggyal:ununsafe-StableOrd, r=michaelwoerister | bors | -2/+4 |
| 2024-06-23 | compiler: Accept -Cforce-frame-pointers=always | Jubilee Young | -1/+1 |
| 2024-06-23 | compiler: Support nightly -Cforce-frame-pointers=non-leaf | Jubilee Young | -1/+10 |
| 2024-06-23 | compiler(nfc): -Cforce-frame-pointers is a FramePointer | Jubilee Young | -4/+3 |
| 2024-06-22 | Ensure careful consideration is given by impls | Alan Egerton | -1/+3 |
| 2024-06-18 | Unconditionally warn on usage of `wasm32-wasi` | Alex Crichton | -0/+14 |
| 2024-06-17 | coverage: Add debugging flag `-Zcoverage-options=no-mir-spans` | Zalathar | -1/+8 |
| 2024-06-12 | Un-unsafe the `StableOrd` trait | Alan Egerton | -2/+2 |
| 2024-05-30 | coverage: Add CLI support for `-Zcoverage-options=condition` | Dorian Péron | -1/+17 |
| 2024-05-29 | Rollup merge of #124320 - Urgau:print-check-cfg, r=petrochenkov | 许杰友 Jieyou Xu (Joe) | -1/+13 |
| 2024-05-24 | remove proof tree formatter, make em shallow | lcnr | -10/+0 |
| 2024-05-22 | rustc_codegen_llvm: add support for writing summary bitcode | Augie Fackler | -4/+20 |
| 2024-05-04 | Make `rustc_session::config::Input` clone-able | Urgau | -0/+1 |
| 2024-05-03 | Rollup merge of #124480 - Enselic:on-broken-pipe, r=jieyouxu | Michael Goulet | -1/+4 |
| 2024-05-02 | Change `SIGPIPE` ui from `#[unix_sigpipe = "..."]` to `-Zon-broken-pipe=...` | Martin Nordholts | -1/+4 |
| 2024-04-30 | Rollup merge of #124511 - nnethercote:rm-extern-crates, r=fee1-dead | Matthias Krüger | -0/+2 |
| 2024-04-30 | Remove `extern crate tracing` from numerous crates. | Nicholas Nethercote | -0/+1 |
| 2024-04-29 | coverage: Replace boolean options with a `CoverageLevel` enum | Zalathar | -4/+20 |
| 2024-04-29 | Remove `extern crate rustc_macros` from numerous crates. | Nicholas Nethercote | -0/+1 |
| 2024-04-25 | Add `--print=check-cfg` to get the expected configs | Urgau | -1/+13 |
| 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-23 | Mark @RUSTC_BUILTIN search path usage as unstable | Lukas Wirth | -1/+7 |
| 2024-04-20 | Rollup merge of #123409 - ZhuUx:master, r=oli-obk | Matthias Krüger | -0/+2 |
| 2024-04-19 | Auto merge of #117919 - daxpedda:wasm-c-abi, r=wesleywiser | bors | -1/+2 |
| 2024-04-19 | coverage. Add coverage-options=mcdc as gate for MC/DC instrument | zhuyunxing | -0/+2 |
| 2024-04-16 | Rollup merge of #122811 - nnethercote:mv-SourceMap-init, r=WaffleLapkin | Guillaume Gomez | -1/+11 |
| 2024-04-16 | Construct `SourceMap` at the same time as `SessionGlobals`. | Nicholas Nethercote | -1/+11 |
| 2024-04-15 | Stabilize checking of cfgs at compile-time: --check-cfg option | Urgau | -1/+1 |
| 2024-04-14 | Stabilize --json unused-externs(-silent) | Jeremy Fitzhardinge | -7/+0 |
| 2024-04-12 | add `-Z linker-features` to toggle lld on the CLI | Rémy Rakic | -1/+43 |
| 2024-04-05 | Move cfg and check-cfg configuration in it's own module and add docs | Urgau | -342/+6 |
| 2024-03-29 | Auto merge of #123194 - matthiaskrgr:rollup-vhdc8hw, r=matthiaskrgr | bors | -4/+6 |
| 2024-03-28 | Introduce `FileNameMapping::to_real_filename` and use it everywhere | Urgau | -7/+2 |
| 2024-03-28 | Simplify trim-paths feature by merging all debuginfo options together | Urgau | -16/+6 |
| 2024-03-28 | compiler: fix few needless_pass_by_ref_mut clippy lints | klensy | -2/+2 |
| 2024-03-28 | compiler: fix some clippy needless_pass_by_ref_mut | klensy | -2/+4 |
| 2024-03-25 | Replace implementation with @RUSTC_BUILTIN prefix substitution var | Lukas Wirth | -0/+1 |
| 2024-03-25 | Make sysroot mandatory for rustdoc | Lukas Wirth | -2/+1 |