| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-06-25 | RFC 2383: Stabilize `lint_reasons` :tada: | xFrednet | -5/+5 |
| 2024-06-24 | Rollup merge of #126682 - Zalathar:coverage-attr, r=lcnr | Michael Goulet | -11/+15 |
| 2024-06-24 | Rollup merge of #125575 - dingxiangfei2009:derive-smart-ptr, r=davidtwco | Michael Goulet | -0/+8 |
| 2024-06-24 | coverage: Tighten validation of `#[coverage(off)]` and `#[coverage(on)]` | Zalathar | -10/+14 |
| 2024-06-24 | coverage: Forbid multiple `#[coverage(..)]` attributes | Zalathar | -1/+1 |
| 2024-06-24 | Rollup merge of #126177 - carbotaniuman:unsafe_attr_errors, r=jieyouxu | Matthias Krüger | -5/+1 |
| 2024-06-23 | Add hard error and migration lint for unsafe attrs | carbotaniuman | -5/+1 |
| 2024-06-23 | Rollup merge of #126830 - RalfJung:unsized-fn-params, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-06-24 | SmartPointer derive-macro | Xiangfei Ding | -0/+8 |
| 2024-06-22 | Rollup merge of #126552 - fee1-dead-contrib:rmfx, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-06-22 | Make `effects` an incomplete feature | Deadbeef | -1/+1 |
| 2024-06-22 | make unsized_fn_params an internal feature | Ralf Jung | -1/+1 |
| 2024-06-22 | Add `#[rustc_dump_{predicates,item_bounds}]` | León Orell Valerian Liehr | -0/+8 |
| 2024-06-20 | Auto merge of #116088 - nbdd0121:unwind, r=Amanieu,RalfJung | bors | -2/+2 |
| 2024-06-19 | Rollup merge of #126668 - fmease:rm-rustc_dump_program_clauses-attrs, r=fee1-... | fee1-dead | -8/+0 |
| 2024-06-19 | Stabilise c_unwind | Gary Guo | -2/+2 |
| 2024-06-19 | Remove now NOP attrs `#[rustc_dump{,_env}_program_clauses]` | León Orell Valerian Liehr | -8/+0 |
| 2024-06-19 | Rollup merge of #125293 - dingxiangfei2009:tail-expr-temp-lifetime, r=esteban... | 许杰友 Jieyou Xu (Joe) | -0/+2 |
| 2024-06-17 | Delay a bug and mark precise_capturing as not incomplete | Michael Goulet | -1/+1 |
| 2024-06-17 | Rework precise capturing syntax | Michael Goulet | -1/+1 |
| 2024-06-18 | tail expression behind terminating scope | Ding Xiang Fei | -0/+2 |
| 2024-06-14 | Auto merge of #118958 - c410-f3r:concat-again, r=petrochenkov | bors | -0/+2 |
| 2024-06-13 | Add a new concat metavar expr | Caio | -0/+2 |