| Age | Commit message (Expand) | Author | Lines |
| 2025-05-07 | Rollup merge of #139534 - madhav-madhusoodanan:apx-target-feature-addition, r... | Jacob Pratt | -0/+19 |
| 2025-05-07 | Rollup merge of #134273 - RalfJung:de-stabilize-bench, r=ibraheemdev,traviscross | Jacob Pratt | -32/+10 |
| 2025-05-06 | Added apxf target feature test | Madhav Madhusoodanan | -0/+19 |
| 2025-05-06 | Rollup merge of #140035 - fee1-dead-contrib:push-oszwkkvmpkks, r=jieyouxu,wes... | Stuart Cook | -0/+20 |
| 2025-05-05 | Implement RFC 3503: frontmatters | Deadbeef | -0/+20 |
| 2025-05-04 | Initial support for dynamically linked crates | Bryanskiy | -0/+18 |
| 2025-05-04 | Rollup merge of #139675 - sayantn:avx10, r=Amanieu | Stuart Cook | -0/+19 |
| 2025-05-02 | resolve: Support imports of associated types and glob imports from traits | Vadim Petrochenkov | -1/+14 |
| 2025-04-30 | compiletest: Make diagnostic kind mandatory on line annotations | Vadim Petrochenkov | -1/+1 |
| 2025-04-28 | Rollup merge of #140323 - tgross35:cfg-unstable-float, r=Urgau | Chris Denton | -0/+51 |
| 2025-04-28 | AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}... | Andrew Zhogin | -0/+49 |
| 2025-04-27 | Implement the internal feature `cfg_target_has_reliable_f16_f128` | Trevor Gross | -0/+51 |
| 2025-04-26 | Add the `avx10.1` and `avx10.2` target features | sayantn | -0/+19 |
| 2025-04-24 | Deprecate the unstable `concat_idents!` | Trevor Gross | -6/+12 |
| 2025-04-20 | stabilize `naked_functions` | Folkert de Vries | -99/+2 |
| 2025-04-19 | Rollup merge of #139753 - folkertdev:naked-function-unsafe-attribute, r=tgros... | Chris Denton | -28/+31 |
| 2025-04-19 | Auto merge of #139114 - m-ou-se:super-let-pin, r=davidtwco | bors | -31/+0 |
| 2025-04-19 | Make `#[naked]` an unsafe attribute | Folkert de Vries | -28/+31 |
| 2025-04-17 | Auto merge of #139949 - matthiaskrgr:rollup-pxc5tsx, r=matthiaskrgr | bors | -84/+31 |
| 2025-04-17 | Rollup merge of #138632 - clubby789:stabilize-cfg-boolean-lit, r=davidtwco,Ur... | Matthias Krüger | -84/+31 |
| 2025-04-16 | Add test for `extern` without explicit ABI | Obei Sideg | -0/+272 |
| 2025-04-15 | Implement `pin!()` using `super let`. | Mara Bos | -31/+0 |
| 2025-04-13 | Rollup merge of #139718 - folkertdev:unsafe-attributes-earlier-editions, r=fm... | Jacob Pratt | -6/+6 |
| 2025-04-13 | Rollup merge of #139001 - folkertdev:naked-function-rustic-abi, r=traviscross... | Jacob Pratt | -0/+59 |
| 2025-04-13 | error on unsafe attributes in pre-2024 editions | Folkert de Vries | -6/+6 |
| 2025-04-10 | replace `//@ compile-flags: --edition` with `//@ edition` | Pietro Albini | -3/+3 |
| 2025-04-08 | UI tests: add missing diagnostic kinds where possible | Vadim Petrochenkov | -23/+23 |
| 2025-04-07 | Add `naked_functions_rustic_abi` feature gate | Folkert de Vries | -0/+59 |
| 2025-04-07 | Rollup merge of #139455 - Skgland:remove_rust-intrinsic_ABI, r=oli-obk | Stuart Cook | -229/+25 |
| 2025-04-06 | update/bless tests | Bennet Bleßmann | -229/+25 |
| 2025-04-04 | Add feature gate test for cfg'd out super let. | Mara Bos | -1/+18 |
| 2025-04-03 | Use `cfg(false)` in UI tests | clubby789 | -31/+31 |
| 2025-04-03 | Stabilize `cfg_boolean_literals` | clubby789 | -53/+0 |
| 2025-04-03 | Rollup merge of #139294 - beetrees:fix-f16-f128-literal-feature-gate, r=fmease | Matthias Krüger | -12/+54 |
| 2025-04-03 | Rollup merge of #139080 - m-ou-se:super-let-gate, r=traviscross | Matthias Krüger | -0/+17 |
| 2025-04-03 | Fix the `f16`/`f128` feature gate on integer literals | beetrees | -12/+54 |
| 2025-04-02 | Rollup merge of #138003 - sayantn:new-amx, r=Amanieu | Stuart Cook | -0/+19 |
| 2025-04-01 | Auto merge of #138492 - lcnr:rm-inline_const_pat, r=oli-obk | bors | -17/+0 |
| 2025-03-30 | Remove attribute `#[rustc_error]` | Vadim Petrochenkov | -12/+2 |
| 2025-03-28 | Rollup merge of #139063 - fmease:fix-tait-atpit-gating, r=oli-obk | Matthias Krüger | -12/+154 |
| 2025-03-28 | Add the feature gate for the `super let` experiment. | Mara Bos | -0/+17 |
| 2025-03-28 | Fix TAIT & ATPIT feature gating in the presence of anon consts | León Orell Valerian Liehr | -12/+154 |
| 2025-03-25 | Rollup merge of #138128 - compiler-errors:precise-capturing-in-traits, r=oli-... | Jacob Pratt | -19/+0 |
| 2025-03-25 | compiletest: Support matching on diagnostics without a span | Vadim Petrochenkov | -0/+4 |
| 2025-03-23 | Stabilize precise_capturing_in_traits | Michael Goulet | -19/+0 |
| 2025-03-21 | Rollup merge of #138570 - folkertdev:naked-function-target-feature-gate, r=Am... | Matthias Krüger | -0/+28 |
| 2025-03-21 | remove `feature(inline_const_pat)` | lcnr | -17/+0 |
| 2025-03-18 | Revert "Rollup merge of #136355 - GuillaumeGomez:proc-macro_add_value_retriev... | Ralf Jung | -16/+0 |
| 2025-03-17 | Rollup merge of #133870 - nbdd0121:asm, r=traviscross,nnethercote | Matthias Krüger | -26/+1 |
| 2025-03-17 | Stabilize asm_goto | Gary Guo | -26/+1 |