| Age | Commit message (Expand) | Author | Lines |
| 2024-03-06 | Rewrite the `untranslatable_diagnostic` lint. | Nicholas Nethercote | -2/+2 |
| 2024-03-05 | Rollup merge of #122014 - surechen:change_attributes_to_local_20240304, r=lcnr | Matthias Krüger | -13/+26 |
| 2024-03-05 | Change some attributes to only_local. | surechen | -13/+26 |
| 2024-03-04 | Add a scheme for moving away from `extern "rust-intrinsic"` entirely | Oli Scherer | -0/+4 |
| 2024-03-03 | Add new `pattern_complexity` attribute to add possibility to limit and check ... | Guillaume Gomez | -0/+6 |
| 2024-02-29 | Forbid implementing `Freeze` even if the trait is stabilized | Oli Scherer | -0/+2 |
| 2024-02-29 | Rollup merge of #121740 - surechen:change_attribute_to_local_20240228, r=lcnr | Jacob Pratt | -18/+45 |
| 2024-02-28 | Changing some attributes to only_local. | surechen | -18/+45 |
| 2024-02-27 | Stabilize the `#[diagnostic]` namespace and `#[diagnostic::on_unimplemented]`... | Georg Semmler | -2/+2 |
| 2024-02-27 | Changing some attributes to only_local. | surechen | -22/+41 |
| 2024-02-26 | Auto merge of #121516 - RalfJung:platform-intrinsics-begone, r=oli-obk | bors | -2/+3 |
| 2024-02-26 | Rollup merge of #121493 - surechen:edit_attribute_only_local, r=lcnr | Matthias Krüger | -18/+44 |
| 2024-02-25 | Rollup merge of #119590 - ChrisDenton:cfg-target-abi, r=Nilstrieb | Matthias Krüger | -3/+2 |
| 2024-02-25 | remove platform-intrinsics ABI; make SIMD intrinsics be regular intrinsics | Ralf Jung | -2/+3 |
| 2024-02-25 | Auto merge of #121114 - Nilstrieb:no-inline!, r=saethlin | bors | -0/+4 |
| 2024-02-24 | Stabilize `cfg_target_abi` | Chris Denton | -3/+2 |
| 2024-02-24 | Add `#[rustc_no_mir_inline]` for standard library UB checks | Nilstrieb | -0/+4 |
| 2024-02-24 | Add asm label support to AST and HIR | Gary Guo | -0/+2 |
| 2024-02-23 | Rollup merge of #120742 - Nadrieril:use-min_exh_pats, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-02-23 | By changing some attributes to only_local, reducing encoding attributes in th... | surechen | -18/+44 |
| 2024-02-20 | Stabilize `LazyCell` and `LazyLock` (`lazy_cell`) | Peter Jaszkowiak | -1/+0 |
| 2024-05-22 | Auto merge of #125326 - weiznich:move/do_not_recommend_to_diganostic_namespac... | bors | -6/+0 |
| 2024-05-21 | Move `#[do_not_recommend]` to the `#[diagnostic]` namespace | Georg Semmler | -6/+0 |
| 2024-05-20 | Implement BOXED_SLICE_INTO_ITER | Michael Goulet | -4/+5 |
| 2024-05-20 | Rollup merge of #125314 - jdonszelmann:global-registration-feature-gate, r=pn... | Matthias Krüger | -0/+2 |
| 2024-05-20 | address nit | Felix S Klock II | -1/+1 |
| 2024-05-14 | create a feature gate | jdonszelmann | -0/+2 |
| 2024-05-13 | Add expr_2021 nonterminal and feature flag | Eric Holk | -0/+2 |
| 2024-02-16 | Auto merge of #120500 - oli-obk:intrinsics2.0, r=WaffleLapkin | bors | -0/+4 |
| 2024-02-15 | Replace `NonZero::<_>::new` with `NonZero::new`. | Markus Reiter | -1/+1 |
| 2024-02-15 | Use generic `NonZero` internally. | Markus Reiter | -8/+9 |
| 2024-02-13 | Unmark the feature gate as incomplete | Nadrieril | -1/+1 |
| 2024-02-12 | Rollup merge of #120965 - ChrisDenton:sahf, r=michaelwoerister | Matthias Krüger | -0/+2 |
| 2024-02-12 | Add lahfsahf and prfchw target feature | Chris Denton | -0/+2 |
| 2024-02-12 | Implement intrinsics with fallback bodies | Oli Scherer | -0/+4 |
| 2024-02-12 | Tweak delayed bug mentions. | Nicholas Nethercote | -1/+1 |
| 2024-02-10 | unstably allow constants to refer to statics and read from immutable statics | Ralf Jung | -0/+2 |
| 2024-02-09 | Auto merge of #120676 - Mark-Simulacrum:bootstrap-bump, r=clubby789 | bors | -6/+6 |
| 2024-02-09 | Rollup merge of #120693 - nnethercote:invert-diagnostic-lints, r=davidtwco | Matthias Krüger | -2/+0 |
| 2024-02-08 | Bump version placeholders | Mark Rousskov | -6/+6 |
| 2024-02-06 | Rollup merge of #120502 - clubby789:remove-ffi-returns-twice, r=compiler-errors | Matthias Krüger | -5/+3 |
| 2024-02-06 | Invert diagnostic lints. | Nicholas Nethercote | -2/+0 |
| 2024-02-01 | `#![feature(inline_const_pat)]` is no longer incomplete | Matthew Jasper | -1/+1 |
| 2024-01-30 | Remove `ffi_returns_twice` feature | clubby789 | -5/+3 |
| 2024-01-30 | Remove the `abi_amdgpu_kernel` feature | clubby789 | -2/+2 |
| 2024-01-24 | Add feature gate | Nadrieril | -0/+3 |
| 2024-01-22 | Revert "Auto merge of #118133 - Urgau:stabilize_trait_upcasting, r=WaffleLapkin" | Oli Scherer | -3/+3 |
| 2024-01-19 | Split remaining offset_of features into new tracking issues | George Bateman | -2/+2 |
| 2024-01-19 | Stabilize simple offset_of | George Bateman | -0/+2 |
| 2024-01-17 | Improved collapse_debuginfo attribute, added command-line flag (no|external|yes) | Andrew Zhogin | -1/+1 |