| Age | Commit message (Expand) | Author | Lines |
| 2025-01-06 | Rollup merge of #131830 - hoodmane:emscripten-wasm-eh, r=workingjubilee | Jacob Pratt | -0/+16 |
| 2025-01-06 | Add support for wasm exception handling to Emscripten target | Hood Chatham | -0/+16 |
| 2025-01-06 | Add `kl` and `widekl` target features, and the feature gate | Sayantan Chakraborty | -0/+19 |
| 2025-01-02 | Unconditionally lower generic_arg_infer | Michael Goulet | -17/+3 |
| 2024-12-31 | allow irrefutable let patterns in feature gate test | Max Niederman | -29/+10 |
| 2024-12-24 | Auto merge of #134625 - compiler-errors:unsafe-binders-ty, r=oli-obk | bors | -2/+2 |
| 2024-12-23 | Revert "Auto merge of #130766 - clarfonthey:stable-coverage-attribute, r=wesl... | Zalathar | -12/+23 |
| 2024-12-22 | Begin to implement type system layer of unsafe binders | Michael Goulet | -2/+2 |
| 2024-12-18 | Rollup merge of #134481 - estebank:unstable-lint-span, r=compiler-errors | Jacob Pratt | -24/+24 |
| 2024-12-18 | Point at lint name instead of whole attr for gated lints | Esteban Küber | -24/+24 |
| 2024-12-16 | Stabilize #[coverage] attribute | ltdk | -23/+12 |
| 2024-12-14 | Auto merge of #134185 - compiler-errors:impl-trait-in-bindings, r=oli-obk | bors | -0/+18 |
| 2024-12-14 | Auto merge of #134294 - matthiaskrgr:rollup-anh6io8, r=matthiaskrgr | bors | -5/+44 |
| 2024-12-14 | (Re-)Implement impl_trait_in_bindings | Michael Goulet | -0/+18 |
| 2024-12-14 | Rollup merge of #134271 - adetaylor:feature-gate-test, r=wesleywiser | Matthias Krüger | -3/+42 |
| 2024-12-14 | Rollup merge of #134262 - adetaylor:revert-diagnostics, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2024-12-14 | Rollup merge of #134181 - estebank:trim-render, r=oli-obk | Matthias Krüger | -18/+0 |
| 2024-12-13 | de-stabilize bench attribute | Ralf Jung | -32/+10 |
| 2024-12-13 | Arbitrary self types v2: better feature gate test | Adrian Taylor | -3/+42 |
| 2024-12-13 | Rollup merge of #134140 - compiler-errors:unsafe-binders-ast, r=oli-obk | Matthias Krüger | -0/+20 |
| 2024-12-13 | Arbitrary self types v2: adjust diagnostic. | Adrian Taylor | -2/+2 |
| 2024-12-13 | Auto merge of #132706 - compiler-errors:async-closures, r=oli-obk | bors | -12/+1 |
| 2024-12-13 | Stabilize async closures | Michael Goulet | -12/+1 |
| 2024-12-12 | Filter empty lines, comments and delimiters from previous to last multiline s... | Esteban Küber | -10/+0 |
| 2024-12-12 | Tweak multispan rendering | Esteban Küber | -8/+0 |
| 2024-12-12 | Auto merge of #132961 - adetaylor:arbitrary-self-types-the-big-bit, r=compile... | bors | -11/+11 |
| 2024-12-12 | Add tests | Michael Goulet | -0/+20 |
| 2024-12-11 | Arbitrary self types v2: use Receiver trait | Adrian Taylor | -11/+11 |
| 2024-12-10 | Add feature gate, not working yet | Michael Goulet | -0/+62 |
| 2024-12-09 | review comments: rewordings | Esteban Küber | -22/+22 |
| 2024-12-09 | Introduce `default_field_values` feature | Esteban Küber | -0/+424 |
| 2024-12-08 | Rollup merge of #133424 - Nadrieril:guard-patterns-parsing, r=fee1-dead | Matthias Krüger | -0/+165 |
| 2024-12-05 | fix issue 132391 | Folkert de Vries | -1/+16 |
| 2024-12-04 | Auto merge of #133818 - matthiaskrgr:rollup-iav1wq7, r=matthiaskrgr | bors | -16/+0 |
| 2024-12-03 | Remove generic_associated_types_extended feature gate | Michael Goulet | -16/+0 |
| 2024-12-02 | Gate async fn trait bound modifier on async_trait_bounds | Michael Goulet | -0/+31 |
| 2024-11-26 | tests: remove `//@ pretty-expanded` usages | 许杰友 Jieyou Xu (Joe) | -3/+1 |
| 2024-11-25 | Rollup merge of #131664 - taiki-e:s390x-asm-vreg-inout, r=Amanieu | Matthias Krüger | -0/+46 |
| 2024-11-24 | parse guard patterns | Nadrieril | -0/+165 |
| 2024-11-24 | Make asm_goto_with_outputs a separate feature gate | Gary Guo | -0/+26 |
| 2024-11-24 | Make s390x non-clobber-only vector register support unstable | Taiki Endo | -0/+46 |
| 2024-11-23 | Update tests for new TRPL chapter order | Chris Krycho | -1/+1 |
| 2024-11-23 | Auto merge of #132915 - veluca93:unsafe-fields, r=jswrenn | bors | -0/+69 |
| 2024-11-22 | Stabilize the 2024 edition | Eric Huss | -2/+2 |
| 2024-11-21 | Implement the unsafe-fields RFC. | Luca Versari | -0/+69 |
| 2024-11-19 | Introduce `min_generic_const_args` and directly represent paths | Noah Lev | -0/+22 |
| 2024-11-18 | Rollup merge of #133171 - binchengqu:master, r=jieyouxu | Guillaume Gomez | -1/+1 |
| 2024-11-18 | Add the missing quotation mark in comment | binchengqu | -1/+1 |
| 2024-11-18 | Overhaul the `-l` option parser (for linking to native libs) | Zalathar | -1/+1 |
| 2024-11-18 | Modify some feature-gate tests to also check command-line handling | Zalathar | -4/+16 |