| Age | Commit message (Expand) | Author | Lines |
| 2025-06-01 | Add unimplemented `current_dll_path()` for WASI | Tim Hutt | -0/+5 |
| 2025-05-27 | coverage: Revert "unused local file IDs" due to empty function names | Zalathar | -11/+0 |
| 2025-05-19 | current_dll_path: fix mistake in assertion message | Ralf Jung | -1/+1 |
| 2025-05-19 | Rollup merge of #141239 - RalfJung:dladdr-fname, r=Noratrieb | Stuart Cook | -3/+1 |
| 2025-05-19 | Rollup merge of #140847 - Zalathar:unused-local-file, r=SparrowLii | Stuart Cook | -0/+11 |
| 2025-05-19 | dladdr cannot leave dli_fname to be null | Ralf Jung | -3/+1 |
| 2025-05-16 | Simplify current_dll_path for Cygwin | Berrysoft | -22/+11 |
| 2025-05-15 | Experimental cygwin support in rustc | 王宇逸 | -1/+18 |
| 2025-05-13 | Auto merge of #140887 - pietroalbini:pa-bootstrap-update, r=compiler-errors | bors | -1/+0 |
| 2025-05-12 | update cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2025-05-10 | coverage: Detect unused local file IDs to avoid an LLVM assertion | Zalathar | -0/+11 |
| 2025-05-09 | Remove mono item collection strategy override from -Zprint-mono-items | Tomasz Miąsko | -4/+2 |
| 2025-05-06 | Rollup merge of #139550 - Urgau:rmeta-remap-path-scope, r=nnethercote | Stuart Cook | -1/+7 |
| 2025-05-05 | Rollup merge of #140661 - Darksonn:fixedx18-tm, r=wesleywiser | Guillaume Gomez | -1/+1 |
| 2025-05-05 | Take into-account `-Zremap-path-scope` when embedding filenames | Urgau | -1/+7 |
| 2025-05-05 | Make -Zfixed-x18 into a target modifier | Alice Ryhl | -1/+1 |
| 2025-05-04 | Initial support for dynamically linked crates | Bryanskiy | -2/+21 |
| 2025-04-28 | Rollup merge of #140323 - tgross35:cfg-unstable-float, r=Urgau | Chris Denton | -0/+4 |
| 2025-04-27 | Implement the internal feature `cfg_target_has_reliable_f16_f128` | Trevor Gross | -0/+4 |
| 2025-04-26 | session: Cleanup `CanonicalizedPath::new` | Vadim Petrochenkov | -5/+4 |
| 2025-04-25 | Auto merge of #140298 - matthiaskrgr:rollup-5tc1gvb, r=matthiaskrgr | bors | -36/+43 |
| 2025-04-25 | Rollup merge of #140152 - xizheyin:issue-140102, r=jieyouxu | Matthias Krüger | -36/+43 |
| 2025-04-25 | Add option style comment for `rustc_optgroups` | xizheyin | -0/+7 |
| 2025-04-25 | Rollup merge of #140202 - est31:let_chains_feature_compiler, r=lcnr | Matthias Krüger | -1/+1 |
| 2025-04-24 | Rollup merge of #139700 - EnzymeAD:autodiff-flags, r=oli-obk | Matthias Krüger | -1/+9 |
| 2025-04-24 | Unify the format of rustc cli flags | xizheyin | -36/+36 |
| 2025-04-23 | Make #![feature(let_chains)] bootstrap conditional in compiler/ | est31 | -1/+1 |
| 2025-04-22 | Rollup merge of #140077 - xizheyin:issue-139805, r=jieyouxu | Chris Denton | -112/+198 |
| 2025-04-21 | Document why CodeStats::type_sizes is public | blyxyas | -0/+2 |
| 2025-04-21 | Construct OutputType using macro and print [=FILENAME] help info | xizheyin | -112/+198 |
| 2025-04-19 | Rollup merge of #139042 - compiler-errors:do-not-optimize-switchint, r=saethlin | Chris Denton | -3/+3 |
| 2025-04-17 | Rollup merge of #139850 - xizheyin:issue-138698, r=jieyouxu | Matthias Krüger | -12/+25 |
| 2025-04-17 | Hide unstable print kinds within emit_unknown_print_request_help in stable ch... | xizheyin | -12/+25 |
| 2025-04-16 | Rollup merge of #139876 - blyxyas:write_type_sizes, r=nnethercote | Matthias Krüger | -1/+1 |
| 2025-04-16 | Rollup merge of #139647 - eholk:package-namespace, r=fmease | Matthias Krüger | -34/+178 |
| 2025-04-16 | Auto merge of #136926 - wesleywiser:stabilize_dwarf-version, r=petrochenkov | bors | -2/+11 |
| 2025-04-16 | Make CodeStat's type sizes a public field | blyxyas | -1/+1 |
| 2025-04-15 | Add unstable foo::bar extern command line arguments | Eric Holk | -34/+178 |
| 2025-04-15 | Auto merge of #138906 - thaliaarchi:unsupported-test-exe, r=bjorn3 | bors | -0/+7 |
| 2025-04-14 | Stabilize `-Zdwarf-version` as `-Cdwarf-version` | Wesley Wiser | -2/+11 |
| 2025-04-14 | Specify `--print info=file` syntax in `--help` | clubby789 | -10/+4 |
| 2025-04-12 | fix LooseTypes flag and PrintMod behaviour, add debug helper | Manuel Drehwald | -1/+9 |
| 2025-04-08 | Do not optimize out SwitchInt before borrowck, or if Zmir-preserve-ub | Michael Goulet | -3/+3 |
| 2025-04-07 | Prepend temp files with a string per invocation of rustc | Michael Goulet | -8/+49 |
| 2025-04-07 | Simplify temp path creation a bit | Michael Goulet | -22/+21 |
| 2025-04-06 | Auto merge of #138947 - madsmtm:refactor-apple-versions, r=Noratrieb | bors | -2/+49 |
| 2025-04-05 | Rollup merge of #138368 - rcvalle:rust-kcfi-arity, r=davidtwco | Matthias Krüger | -0/+15 |
| 2025-04-05 | KCFI: Add KCFI arity indicator support | Ramon de C Valle | -0/+15 |
| 2025-04-05 | Rollup merge of #139285 - tshepang:uniform-case, r=jieyouxu | Stuart Cook | -4/+6 |
| 2025-04-05 | Rollup merge of #137880 - EnzymeAD:autodiff-batching, r=oli-obk | Stuart Cook | -3/+7 |