| Age | Commit message (Expand) | Author | Lines |
| 2025-05-27 | Rollup merge of #141580 - oli-obk:early-dyn-catches-the-incompat, r=compiler-... | Michael Goulet | -2/+2 |
| 2025-05-27 | Rollup merge of #141552 - jieyouxu:cfg-version-tests, r=est31 | Michael Goulet | -243/+10 |
| 2025-05-27 | test: convert version_check ui test to run-make | Fabian Grünbichler | -17/+0 |
| 2025-05-27 | Use more detailed spans in dyn compat errors within bodies | Oli Scherer | -2/+2 |
| 2025-05-27 | support `#[cfg(...)]` on arguments to the `asm!` macros | Folkert de Vries | -0/+105 |
| 2025-05-26 | cfg_version: pull out dedicated syntax test from feature gate test | Jieyou Xu | -243/+10 |
| 2025-05-26 | Deduplicate dyn compatibility violations due to coercion | Michael Goulet | -22/+1 |
| 2025-05-23 | Do not try to confirm non-dyn compatible method | Michael Goulet | -35/+1 |
| 2025-05-21 | Update UI tests | Marcelo Domínguez | -23/+23 |
| 2025-05-18 | Rollup merge of #140746 - dianne:guard-pat-res, r=oli-obk | León Orell Valerian Liehr | -27/+6 |
| 2025-05-18 | name resolution for guard patterns | dianne | -27/+6 |
| 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 |