| Age | Commit message (Expand) | Author | Lines |
| 2024-08-24 | New `#[rustc_pub_transparent]` attribute | Pavel Grigorenko | -0/+5 |
| 2024-08-22 | stabilize const_fn_floating_point_arithmetic | Ralf Jung | -2/+2 |
| 2024-08-20 | Auto merge of #127672 - compiler-errors:precise-capturing, r=spastorino | bors | -2/+2 |
| 2024-08-19 | Retroactively feature gate `ConstArgKind::Path` | Boxy | -0/+2 |
| 2024-08-18 | stabilize raw_ref_op | Ralf Jung | -2/+2 |
| 2024-08-17 | Auto merge of #128771 - carbotaniuman:stabilize_unsafe_attr, r=nnethercote | bors | -2/+2 |
| 2024-08-17 | Stabilize opaque type precise capturing | Michael Goulet | -2/+2 |
| 2024-08-15 | Rollup merge of #128925 - dingxiangfei2009:smart-ptr-helper-attr, r=compiler-... | Matthias Krüger | -6/+0 |
| 2024-08-14 | Rollup merge of #128570 - folkertdev:stabilize-asm-const, r=Amanieu | 许杰友 Jieyou Xu (Joe) | -2/+2 |
| 2024-08-13 | stabilize `asm_const` | Folkert | -2/+2 |
| 2024-08-13 | `#[deprecated_safe_2024]`: Also use the `// TODO:` hint in the compiler error | Tobias Bucher | -1/+1 |
| 2024-08-13 | Allow to customize `// TODO:` comment for deprecated safe autofix | Tobias Bucher | -2/+2 |
| 2024-08-13 | derive(SmartPointer): register helper attributes | Ding Xiang Fei | -6/+0 |
| 2024-08-10 | Stabilize `min_exhaustive_patterns` | Nadrieril | -3/+2 |
| 2024-08-07 | Stabilize `unsafe_attributes` | carbotaniuman | -2/+2 |
| 2024-08-05 | Rollup merge of #127655 - RalfJung:invalid_type_param_default, r=compiler-errors | Matthias Krüger | -2/+3 |
| 2024-08-03 | Rollup merge of #128581 - jieyouxu:checked-attr, r=nnethercote | Matthias Krüger | -4/+4 |
| 2024-08-03 | Rollup merge of #127921 - spastorino:stabilize-unsafe-extern-blocks, r=compil... | Matthias Krüger | -2/+2 |
| 2024-08-03 | Assert that all attributes are actually checked via `CheckAttrVisitor` and ar... | Oli Scherer | -4/+4 |
| 2024-08-02 | Add the `sha512`, `sm3` and `sm4` target features | sayantn | -0/+2 |
| 2024-07-30 | Auto merge of #128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68 | bors | -9/+9 |
| 2024-07-29 | Stabilize offset_of_nested | George Bateman | -2/+2 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -13/+14 |
| 2024-07-28 | Update CURRENT_RUSTC_VERSION | Mark Rousskov | -9/+9 |
| 2024-07-25 | Support ?Trait bounds in supertraits and dyn Trait under a feature gate | Bryanskiy | -0/+2 |
| 2024-07-23 | Stabilize unsafe extern blocks (RFC 3484) | Santiago Pastorino | -2/+2 |
| 2024-07-22 | Rollup merge of #127506 - liushuyu:s390x-target-features, r=davidtwco | Trevor Gross | -0/+1 |
| 2024-07-17 | Split part of `adt_const_params` into `unsized_const_params` | Boxy | -0/+3 |
| 2024-07-17 | Forbid `!Sized` types and references | Boxy | -2/+2 |
| 2024-07-17 | rustc_codegen_ssa: add s390x_target_feature symbol | liushuyu | -0/+1 |
| 2024-07-15 | make invalid_type_param_default lint show up in cargo future-compat reports | Ralf Jung | -2/+3 |
| 2024-07-14 | Rollup merge of #127630 - compiler-errors:type-ascription, r=chenyukang | Matthias Krüger | -2/+0 |
| 2024-07-14 | clarify the meaning of the version number for accepted/removed features | Ralf Jung | -0/+14 |
| 2024-07-12 | Added the `xop` target feature and `xop_target_feature` gate | sayantn | -0/+2 |
| 2024-07-12 | Rollup merge of #126639 - sayantn:amx, r=Amanieu | Matthias Krüger | -0/+2 |
| 2024-07-11 | Add the feature gate and target-features | sayantn | -0/+2 |
| 2024-07-12 | Rollup merge of #127622 - compiler-errors:builtin-internal, r=lqd | Matthias Krüger | -2/+2 |
| 2024-07-11 | Remove lang feature for type ascription | Michael Goulet | -2/+0 |
| 2024-07-11 | Mark builtin syntax as internal | Michael Goulet | -2/+2 |
| 2024-07-11 | Remove extern "wasm" ABI | Nikita Popov | -2/+3 |
| 2024-07-09 | Auto merge of #127200 - fee1-dead-contrib:trait_def_const_trait, r=compiler-e... | bors | -1/+1 |
| 2024-07-05 | Auto merge of #127008 - Jules-Bertholet:tc-ergonomics, r=Nadrieril | bors | -0/+2 |
| 2024-07-03 | Add `constness` to `TraitDef` | Deadbeef | -1/+1 |
| 2024-06-30 | add `rustc_dump_def_parents` attribute | Boxy | -0/+4 |
| 2024-06-30 | New features gates mustn't specify a version by hand | Guillaume Boisseau | -1/+1 |
| 2024-06-28 | implement new effects desugaring | Deadbeef | -0/+4 |
| 2024-06-28 | Rollup merge of #124741 - nebulark:patchable-function-entries-pr, r=estebank,... | Matthias Krüger | -0/+9 |
| 2024-06-27 | Implement TC's match ergonomics 2024 proposal | Jules Bertholet | -0/+2 |
| 2024-06-25 | Updated code for changes to RFC, added additional error handling, added | Florian Schmiderer | -7/+6 |
| 2024-06-25 | Support `#[patchable_function_entries]` | Matthew Maurer | -0/+10 |