| Age | Commit message (Expand) | Author | Lines |
| 2025-02-09 | compiler: gate `extern "{abi}"` in ast_lowering | Jubilee Young | -39/+5 |
| 2025-02-07 | compiler: use rustc_abi in rustc_ast_* | Jubilee Young | -4/+3 |
| 2025-02-03 | Rename rustc_contract to contract | Celina G. Val | -2/+2 |
| 2025-02-03 | Separate contract feature gates for the internal machinery | Felix S. Klock II | -0/+2 |
| 2025-01-21 | Auto merge of #134299 - RalfJung:remove-start, r=compiler-errors | bors | -12/+0 |
| 2025-01-21 | remove support for the #[start] attribute | Ralf Jung | -12/+0 |
| 2025-01-19 | Run `clippy --fix` for `unnecessary_map_or` lint | Yotam Ofek | -1/+1 |
| 2025-01-08 | update cfg(bootstrap) | Pietro Albini | -1/+1 |
| 2025-01-07 | warn about broken simd not only on structs but also enums and unions when we ... | Matthias Krüger | -1/+1 |
| 2024-12-22 | Begin to implement type system layer of unsafe binders | Michael Goulet | -1/+1 |
| 2024-12-18 | Re-export more `rustc_span::symbol` things from `rustc_span`. | Nicholas Nethercote | -2/+1 |
| 2024-12-13 | Rollup merge of #134140 - compiler-errors:unsafe-binders-ast, r=oli-obk | Matthias Krüger | -0/+1 |
| 2024-12-13 | Stabilize async closures | Michael Goulet | -5/+0 |
| 2024-12-12 | Add unwrap_unsafe_binder and wrap_unsafe_binder macro operators | Michael Goulet | -0/+1 |
| 2024-12-09 | review comments: rewordings | Esteban Küber | -1/+1 |
| 2024-12-09 | Introduce `default_field_values` feature | Esteban Küber | -0/+1 |
| 2024-12-08 | Rollup merge of #133424 - Nadrieril:guard-patterns-parsing, r=fee1-dead | Matthias Krüger | -0/+1 |
| 2024-12-03 | Rollup merge of #133545 - clubby789:symbol-intern-lit, r=jieyouxu | Matthias Krüger | -2/+3 |
| 2024-12-02 | Gate async fn trait bound modifier on async_trait_bounds | Michael Goulet | -0/+5 |
| 2024-11-28 | Replace `Symbol::intern` calls with preinterned symbols | clubby789 | -2/+3 |
| 2024-11-25 | Refactor `where` predicates, and reserve for attributes support | Frank King | -2/+2 |
| 2024-11-24 | parse guard patterns | Nadrieril | -0/+1 |
| 2024-11-21 | Implement the unsafe-fields RFC. | Luca Versari | -0/+1 |
| 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 |