| Age | Commit message (Expand) | Author | Lines |
| 2024-11-12 | Rollup merge of #132668 - ehuss:yield-gate-2024, r=davidtwco | Matthias Krüger | -3/+12 |
| 2024-11-11 | Feature gate yield expressions not in 2024 | Eric Huss | -3/+12 |
| 2024-10-30 | rustdoc-search: simplify rules for generics and type params | Michael Howell | -0/+1 |
| 2024-10-25 | Introduce `Enabled{Lang,Lib}Feature` | 许杰友 Jieyou Xu (Joe) | -11/+12 |
| 2024-10-23 | nightly feature tracking: get rid of the per-feature bool fields | Ralf Jung | -9/+9 |
| 2024-10-22 | make some rustc_feature internals private, and ensure invariants with debug a... | Ralf Jung | -5/+5 |
| 2024-10-22 | terminology: #[feature] *enables* a feature (instead of "declaring" or "activ... | Ralf Jung | -41/+43 |
| 2024-10-15 | stabilize `-Znext-solver=coherence` | lcnr | -1/+1 |
| 2024-10-15 | Rollup merge of #130635 - eholk:pin-reborrow-sugar, r=compiler-errors | Matthias Krüger | -0/+1 |
| 2024-10-11 | Auto merge of #131045 - compiler-errors:remove-unnamed_fields, r=wesleywiser | bors | -1/+0 |
| 2024-10-07 | Add sugar for &pin (const|mut) types | Eric Holk | -0/+1 |
| 2024-10-07 | Rename nested_meta to meta_item_inner | codemountains | -2/+2 |
| 2024-10-01 | Remove unnamed field feature | Michael Goulet | -1/+0 |
| 2024-09-24 | Ban combination of GCE and new solver | Michael Goulet | -1/+22 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -4/+4 |
| 2024-09-14 | stabilize `const_extern_fn` | Folkert de Vries | -19/+6 |
| 2024-08-20 | Auto merge of #127672 - compiler-errors:precise-capturing, r=spastorino | bors | -1/+0 |
| 2024-08-18 | stabilize raw_ref_op | Ralf Jung | -1/+0 |
| 2024-08-17 | Stabilize opaque type precise capturing | Michael Goulet | -1/+0 |
| 2024-08-07 | Stabilize `unsafe_attributes` | carbotaniuman | -1/+0 |
| 2024-08-03 | Rollup merge of #127921 - spastorino:stabilize-unsafe-extern-blocks, r=compil... | Matthias Krüger | -4/+0 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -2/+1 |
| 2024-07-23 | Stabilize unsafe extern blocks (RFC 3484) | Santiago Pastorino | -4/+0 |
| 2024-07-20 | Just totally fully deny late-bound consts | Michael Goulet | -0/+16 |
| 2024-07-10 | Report usage of lib features in ast validation | Michael Goulet | -3/+3 |
| 2024-06-28 | Change RTN to use .. again | Michael Goulet | -22/+2 |
| 2024-06-20 | Properly gate `safe` keyword in pre-expansion | Michael Goulet | -0/+4 |
| 2024-06-06 | Parse unsafe attributes | carbotaniuman | -0/+1 |
| 2024-05-30 | Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanup | León Orell Valerian Liehr | -16/+16 |
| 2024-05-14 | create a feature gate | jdonszelmann | -0/+1 |
| 2024-05-02 | Stabilize exclusive_range | Ross Smyth | -14/+1 |
| 2024-04-25 | ast: Generalize item kind visiting | Vadim Petrochenkov | -1/+1 |
| 2024-04-24 | Stabilise `inline_const` | Gary Guo | -1/+0 |
| 2024-04-15 | Parsing , pre-lowering support for precise captures | Michael Goulet | -0/+1 |
| 2024-04-08 | Add pattern types to parser | Oli Scherer | -0/+3 |
| 2024-03-27 | Feature gate | Jules Bertholet | -0/+1 |
| 2024-03-22 | Rollup merge of #121619 - RossSmyth:pfix_match, r=petrochenkov | Matthias Krüger | -0/+1 |
| 2024-03-21 | Implement macro-based deref!() syntax for deref patterns | Michael Goulet | -8/+2 |
| 2024-03-20 | Add barest-bones deref patterns | Nadrieril | -2/+8 |
| 2024-03-19 | Auto merge of #122055 - compiler-errors:stabilize-atb, r=oli-obk | bors | -8/+0 |
| 2024-03-14 | Add feature gates for `f16` and `f128` | Trevor Gross | -1/+12 |
| 2024-03-08 | Stabilize associated type bounds | Michael Goulet | -8/+0 |
| 2024-03-07 | Rollup merge of #119888 - weiznich:stablize_diagnostic_namespace, r=compiler-... | Guillaume Gomez | -8/+0 |
| 2024-03-05 | Add postfix-match experimental feature | Ross Smyth | -0/+1 |
| 2024-03-06 | Rewrite the `untranslatable_diagnostic` lint. | Nicholas Nethercote | -0/+4 |
| 2024-03-05 | Rename all `ParseSess` variables/fields/lifetimes as `psess`. | Nicholas Nethercote | -1/+1 |
| 2024-02-27 | Stabilize the `#[diagnostic]` namespace and `#[diagnostic::on_unimplemented]`... | Georg Semmler | -8/+0 |
| 2024-02-20 | Reduce capabilities of `Diagnostic`. | Nicholas Nethercote | -0/+3 |
| 2024-02-01 | Correctly check `never_type` feature gating | Guillaume Gomez | -0/+13 |
| 2024-01-19 | add help message for `exclusive_range_pattern` error | Rowan S-L | -1/+2 |