| Age | Commit message (Expand) | Author | Lines |
| 2025-02-21 | Auto merge of #137348 - compiler-errors:span-trim, r=estebank | bors | -3/+2 |
| 2025-02-21 | More sophisticated span trimming | Michael Goulet | -3/+2 |
| 2025-02-19 | Create a generic AVR target: avr-none | Patryk Wychowaniec | -1/+1 |
| 2025-02-17 | Rename `pattern_complexity` attr as `pattern_complexity_limit`. | Nicholas Nethercote | -10/+10 |
| 2025-02-14 | Trim suggestion parts to the subset that is purely additive | Michael Goulet | -1/+1 |
| 2025-02-14 | Consider add-prefix replacements too | Michael Goulet | -3/+2 |
| 2025-02-13 | Auto merge of #136965 - jhpratt:rollup-bsnqvmf, r=jhpratt | bors | -0/+20 |
| 2025-02-13 | Rollup merge of #136948 - workingjubilee:split-off-extern-system-varargs, r=c... | Jacob Pratt | -0/+20 |
| 2025-02-13 | Implement RFC 3624 supertrait_item_shadowing | Michael Goulet | -0/+79 |
| 2025-02-12 | Split out the `extern_system_varargs` feature | Jubilee Young | -0/+20 |
| 2025-02-12 | Rollup merge of #135841 - oli-obk:push-qxlnokwrkkym, r=compiler-errors | Jacob Pratt | -9/+9 |
| 2025-02-11 | Auto merge of #136851 - jhpratt:rollup-ftijn95, r=jhpratt | bors | -24/+2 |
| 2025-02-11 | Reject `impl Trait` bounds in various places where we unconditionally warned ... | Oli Scherer | -9/+9 |
| 2025-02-11 | Rollup merge of #136835 - compiler-errors:contracts-span-hack, r=celinval | Jacob Pratt | -24/+2 |
| 2025-02-11 | Auto merge of #136845 - matthiaskrgr:rollup-ol4np4z, r=matthiaskrgr | bors | -180/+180 |
| 2025-02-10 | Show diff suggestion format on verbose replacement | Esteban Küber | -17/+26 |
| 2025-02-10 | Stop using span hack for contracts feature gating | Michael Goulet | -24/+2 |
| 2025-02-10 | Add ui test for ensuring that users cannot use `literal-escaper` crate for th... | Guillaume Gomez | -0/+16 |
| 2025-02-09 | tests: error strings for ABI stability now match | Jubilee Young | -180/+180 |
| 2025-02-07 | Rollup merge of #134367 - WaffleLapkin:trait_upcasting_as_a_treat, r=compiler... | Matthias Krüger | -27/+0 |
| 2025-02-06 | remove `feature(trait_upcasting)` from tests and bless them | Waffle Lapkin | -27/+0 |
| 2025-02-06 | Rollup merge of #133925 - folkertdev:improve-repr-warnings, r=compiler-errors | Matthias Krüger | -1/+16 |
| 2025-02-05 | Rollup merge of #128045 - pnkfelix:rustc-contracts, r=oli-obk | León Orell Valerian Liehr | -0/+72 |
| 2025-02-04 | Rollup merge of #136167 - pitaj:new_range, r=Nadrieril | Jacob Pratt | -0/+58 |
| 2025-02-04 | Rollup merge of #134777 - saethlin:enable-more-tests-on-windows, r=Noratrieb | Jacob Pratt | -1/+1 |
| 2025-02-04 | Rollup merge of #134814 - sayantn:keylocker, r=oli-obk | Matthias Krüger | -0/+19 |
| 2025-02-03 | Rename rustc_contract to contract | Celina G. Val | -55/+55 |
| 2025-02-03 | Separate contract feature gates for the internal machinery | Felix S. Klock II | -0/+54 |
| 2025-02-03 | Contracts core intrinsics. | Felix S. Klock II | -0/+18 |
| 2025-02-03 | Enable more tests on Windows | Ben Kimock | -1/+1 |
| 2025-02-02 | Rollup merge of #134272 - RalfJung:destabilize-rustc_encodable_decodable, r=o... | Matthias Krüger | -82/+0 |
| 2025-01-30 | implement unstable `new_range` feature | Peter Jaszkowiak | -0/+58 |
| 2025-01-26 | Compiler: Finalize dyn compatibility renaming | León Orell Valerian Liehr | -10/+10 |
| 2025-01-25 | Rollup merge of #134300 - RalfJung:remove-dead-attrs, r=chenyukang | Matthias Krüger | -184/+161 |
| 2025-01-25 | Auto merge of #128657 - clubby789:optimize-none, r=fee1-dead,WaffleLapkin | bors | -2/+15 |
| 2025-01-23 | Implement `optimize(none)` attribute | clubby789 | -2/+15 |
| 2025-01-23 | Bless and add tests | Boxy | -12/+9 |
| 2025-01-22 | Refactor dyn-compatibility error and suggestions | Taylor Cramer | -47/+57 |
| 2025-01-21 | remove long-deprecated no-op attributes no_start and crate_id | Ralf Jung | -184/+161 |
| 2025-01-21 | Auto merge of #134299 - RalfJung:remove-start, r=compiler-errors | bors | -118/+36 |
| 2025-01-21 | remove support for the #[start] attribute | Ralf Jung | -118/+36 |
| 2025-01-18 | Provide suggestion for `#![feature(default_field_values)]` | Esteban Küber | -10/+40 |
| 2025-01-17 | Auto merge of #135047 - Flakebi:amdgpu-kernel-cc, r=workingjubilee | bors | -0/+159 |
| 2025-01-16 | Rollup merge of #134754 - frank-king:feature/import_trait_associated_function... | Matthias Krüger | -0/+116 |
| 2025-01-16 | Implement `use` associated items of traits | Frank King | -0/+116 |
| 2025-01-16 | Add gpu-kernel calling convention | Flakebi | -0/+159 |
| 2025-01-14 | make rustc_encodable_decodable feature properly unstable | Ralf Jung | -82/+0 |
| 2025-01-08 | Rollup merge of #135219 - matthiaskrgr:simd'nt, r=compiler-errors | Jacob Pratt | -5/+51 |
| 2025-01-07 | Rollup merge of #134989 - max-niederman:guard-patterns-hir, r=oli-obk | Matthias Krüger | -29/+10 |
| 2025-01-07 | warn about broken simd not only on structs but also enums and unions when we ... | Matthias Krüger | -5/+51 |