| Age | Commit message (Expand) | Author | Lines |
| 2025-06-17 | Avoid creating an empty identifer in `Symbol::to_ident_string`. | Nicholas Nethercote | -1/+2 |
| 2025-06-17 | Make the assertion in `Ident::new` debug-only. | Nicholas Nethercote | -1/+1 |
| 2025-05-09 | Remove `Ident::empty`. | Nicholas Nethercote | -13/+9 |
| 2025-05-07 | Rollup merge of #140419 - Jarcho:ctxt_external, r=Nadrieril | Jacob Pratt | -18/+28 |
| 2025-05-07 | Rollup merge of #139534 - madhav-madhusoodanan:apx-target-feature-addition, r... | Jacob Pratt | -0/+1 |
| 2025-05-06 | Added `apxf` target feature support, under flag `apx_target_feature` | Madhav Madhusoodanan | -0/+1 |
| 2025-05-06 | Rollup merge of #140035 - fee1-dead-contrib:push-oszwkkvmpkks, r=jieyouxu,wes... | Stuart Cook | -0/+1 |
| 2025-05-06 | Rollup merge of #139550 - Urgau:rmeta-remap-path-scope, r=nnethercote | Stuart Cook | -59/+128 |
| 2025-05-05 | Take into-account `-Zremap-path-scope` when embedding filenames | Urgau | -59/+128 |
| 2025-05-05 | Implement RFC 3503: frontmatters | Deadbeef | -0/+1 |
| 2025-05-04 | Initial support for dynamically linked crates | Bryanskiy | -0/+2 |
| 2025-05-04 | Rollup merge of #139675 - sayantn:avx10, r=Amanieu | Stuart Cook | -0/+1 |
| 2025-05-02 | Rollup merge of #140485 - Jarcho:from_expansion_opt, r=petrochenkov | Matthias Krüger | -2/+15 |
| 2025-05-01 | Clean up "const" situation in format_args!(). | Mara Bos | -1/+1 |
| 2025-04-30 | Optimize the codegen for `Span::from_expansion` | Jason Newcomb | -2/+15 |
| 2025-04-28 | Move `in_external_macro` to `SyntaxContext` | Jason Newcomb | -18/+28 |
| 2025-04-28 | Rollup merge of #140323 - tgross35:cfg-unstable-float, r=Urgau | Chris Denton | -0/+5 |
| 2025-04-28 | Rollup merge of #139656 - scottmcm:stabilize-slice-as-chunks, r=dtolnay | Chris Denton | -1/+0 |
| 2025-04-28 | Auto merge of #123948 - azhogin:azhogin/async-drop, r=oli-obk | bors | -11/+5 |
| 2025-04-28 | AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}... | Andrew Zhogin | -11/+5 |
| 2025-04-28 | Auto merge of #123239 - Urgau:dangerous_implicit_autorefs, r=jdonszelmann,tra... | bors | -0/+1 |
| 2025-04-27 | Implement the internal feature `cfg_target_has_reliable_f16_f128` | Trevor Gross | -0/+5 |
| 2025-04-26 | hygiene: Use `IndexVec` for syntax context decode cache | Vadim Petrochenkov | -9/+4 |
| 2025-04-26 | hygiene: Misc cleanups | Vadim Petrochenkov | -82/+46 |
| 2025-04-26 | hygiene: Remove decode placeholders | Vadim Petrochenkov | -34/+11 |
| 2025-04-26 | Add the `avx10.1` and `avx10.2` target features | sayantn | -0/+1 |
| 2025-04-25 | Auto merge of #140298 - matthiaskrgr:rollup-5tc1gvb, r=matthiaskrgr | bors | -1/+1 |
| 2025-04-24 | Unify the format of rustc cli flags | xizheyin | -1/+1 |
| 2025-04-23 | Make #![feature(let_chains)] bootstrap conditional in compiler/ | est31 | -1/+1 |
| 2025-04-20 | Add `#[rustc_no_implicit_autorefs]` and apply it to std methods | Urgau | -0/+1 |
| 2025-04-20 | Remove #[rustc_macro_edition_2021]. | Mara Bos | -1/+0 |
| 2025-04-19 | Rollup merge of #139091 - mejrs:format, r=compiler-errors | Chris Denton | -0/+20 |
| 2025-04-19 | Auto merge of #139114 - m-ou-se:super-let-pin, r=davidtwco | bors | -1/+0 |
| 2025-04-18 | Rollup merge of #139615 - nnethercote:rm-name_or_empty, r=jdonszelmann | Matthias Krüger | -0/+1 |
| 2025-04-17 | Auto merge of #139940 - matthiaskrgr:rollup-rd4d3fn, r=matthiaskrgr | bors | -0/+1 |
| 2025-04-17 | Replace infallible `name_or_empty` methods with fallible `name` methods. | Nicholas Nethercote | -0/+1 |
| 2025-04-17 | Rollup merge of #135340 - obeis:explicit-extern-abis, r=traviscross,nadrieril | Matthias Krüger | -0/+1 |
| 2025-04-17 | Rollup merge of #139084 - petrochenkov:transpaque, r=davidtwco | Matthias Krüger | -25/+25 |
| 2025-04-16 | Remove support for `#[rustc_mir(borrowck_graphviz_format="gen_kill")]`. | Nicholas Nethercote | -1/+0 |
| 2025-04-15 | Add `explicit_extern_abis` unstable feature | Obei Sideg | -0/+1 |
| 2025-04-15 | Implement `pin!()` using `super let`. | Mara Bos | -1/+0 |
| 2025-04-14 | Auto merge of #139241 - bvanjoi:less-decoding, r=petrochenkov | bors | -56/+18 |
| 2025-04-14 | Documentation and finishing touches | mejrs | -0/+19 |
| 2025-04-13 | Rollup merge of #139628 - makai410:suggest-vis, r=compiler-errors | Jacob Pratt | -0/+18 |
| 2025-04-13 | Rollup merge of #139001 - folkertdev:naked-function-rustic-abi, r=traviscross... | Jacob Pratt | -0/+1 |
| 2025-04-13 | Initial `UnsafePinned`/`UnsafeUnpin` impl [Part 1: Libs] | Sky | -0/+2 |
| 2025-04-12 | don't store opaque info during encoding | bohan | -56/+18 |
| 2025-04-11 | Rollup merge of #139662 - nnethercote:tweak-DefPathData, r=compiler-errors | Jacob Pratt | -0/+1 |
| 2025-04-11 | Change how anonymous associated types are printed. | Nicholas Nethercote | -0/+1 |
| 2025-04-10 | Stabilize `slice_as_chunks` library feature | Scott McMurray | -1/+0 |