| Age | Commit message (Expand) | Author | Lines |
| 2024-05-15 | Gate implicit mutable by-reference bindings behind `mut ref` | Jules Bertholet | -2/+0 |
| 2024-05-15 | Remove `ref_pat_everywhere` | Jules Bertholet | -2/+0 |
| 2024-05-06 | Auto merge of #124747 - MasterAwesome:master, r=davidtwco | bors | -0/+3 |
| 2024-05-05 | Rollup merge of #124749 - RossSmyth:stable_range, r=davidtwco | Guillaume Gomez | -2/+0 |
| 2024-05-03 | Rollup merge of #124480 - Enselic:on-broken-pipe, r=jieyouxu | Michael Goulet | -2/+0 |
| 2024-05-02 | Stabilize exclusive_range | Ross Smyth | -2/+0 |
| 2024-05-02 | Change `SIGPIPE` ui from `#[unix_sigpipe = "..."]` to `-Zon-broken-pipe=...` | Martin Nordholts | -2/+0 |
| 2024-05-01 | Replace version placeholders for 1.79 | Mark Rousskov | -9/+9 |
| 2024-04-25 | debuginfo: Stabilize `-Z debug-macros`, `-Z collapse-macro-debuginfo` and `#[... | Vadim Petrochenkov | -2/+0 |
| 2024-04-24 | Stabilise `inline_const` | Gary Guo | -2/+0 |
| 2024-04-23 | Put the RFC behind a feature gate `result_ffi_guarantees` | Arvind Mukund | -0/+3 |
| 2024-04-16 | Rollup merge of #123512 - Jules-Bertholet:ref-pat-eat-one-layer-2024, r=Nadri... | Guillaume Gomez | -0/+2 |
| 2024-04-16 | Rollup merge of #123535 - Jules-Bertholet:mut_dont_reset_binding_mode_2024, r... | Matthias Krüger | -0/+2 |
| 2024-04-15 | Match ergonomics 2024: Implement eat-one-layer | Jules Bertholet | -0/+2 |
| 2024-04-15 | Mark gate as incomplete | Jules Bertholet | -1/+1 |
| 2024-04-15 | Rename feature gate | Jules Bertholet | -1/+1 |
| 2024-04-15 | Match ergonomics 2024: `mut` doesn't reset binding mode | Jules Bertholet | -0/+2 |
| 2024-04-15 | Validation and other things | Michael Goulet | -2/+2 |
| 2024-04-15 | Parsing , pre-lowering support for precise captures | Michael Goulet | -0/+2 |
| 2024-04-08 | Set the correct tracking issue for pattern types | Oli Scherer | -1/+1 |
| 2024-04-08 | Auto merge of #120131 - oli-obk:pattern_types_syntax, r=compiler-errors | bors | -0/+2 |
| 2024-04-08 | Rollup merge of #120144 - petrochenkov:unty, r=davidtwco | Matthias Krüger | -2/+0 |
| 2024-04-08 | Add pattern types to parser | Oli Scherer | -0/+2 |
| 2024-04-06 | Put checks that detect UB under their own flag below debug_assertions | Ben Kimock | -0/+2 |
| 2024-04-02 | Address review comments | Jules Bertholet | -2/+2 |
| 2024-03-30 | Implement "&<pat> everywhere" | Jules Bertholet | -0/+2 |
| 2024-03-27 | Feature gate | Jules Bertholet | -0/+2 |
| 2024-03-22 | Rollup merge of #121619 - RossSmyth:pfix_match, r=petrochenkov | Matthias Krüger | -0/+2 |
| 2024-03-20 | Add barest-bones deref patterns | Nadrieril | -0/+2 |
| 2024-03-19 | branch 1.78: replace-version-placeholder | Mark Rousskov | -8/+8 |
| 2024-03-19 | Auto merge of #122055 - compiler-errors:stabilize-atb, r=oli-obk | bors | -2/+0 |
| 2024-03-18 | Rollup merge of #122060 - clubby789:stabilize-imported-main, r=lcnr | Matthias Krüger | -2/+0 |
| 2024-03-14 | Add feature gates for `f16` and `f128` | Trevor Gross | -0/+4 |
| 2024-03-13 | privacy: Stabilize lint `unnameable_types` | Vadim Petrochenkov | -2/+0 |
| 2024-03-11 | Rollup merge of #121840 - oli-obk:freeze, r=dtolnay | Jacob Pratt | -0/+2 |
| 2024-03-08 | Stabilize associated type bounds | Michael Goulet | -2/+0 |
| 2024-03-08 | Rollup merge of #119365 - nbdd0121:asm-goto, r=Amanieu | Matthias Krüger | -0/+2 |
| 2024-03-07 | Rollup merge of #119888 - weiznich:stablize_diagnostic_namespace, r=compiler-... | Guillaume Gomez | -2/+0 |
| 2024-03-06 | Stabilize `imported_main` | clubby789 | -2/+0 |
| 2024-03-05 | Add postfix-match experimental feature | Ross Smyth | -0/+2 |
| 2024-03-03 | Add new `pattern_complexity` attribute to add possibility to limit and check ... | Guillaume Gomez | -0/+2 |
| 2024-02-29 | Forbid implementing `Freeze` even if the trait is stabilized | Oli Scherer | -0/+2 |
| 2024-02-27 | Stabilize the `#[diagnostic]` namespace and `#[diagnostic::on_unimplemented]`... | Georg Semmler | -2/+0 |
| 2024-02-26 | Auto merge of #121516 - RalfJung:platform-intrinsics-begone, r=oli-obk | bors | -2/+0 |
| 2024-02-25 | remove platform-intrinsics ABI; make SIMD intrinsics be regular intrinsics | Ralf Jung | -2/+0 |
| 2024-02-24 | Stabilize `cfg_target_abi` | Chris Denton | -2/+0 |
| 2024-02-24 | Add asm label support to AST and HIR | Gary Guo | -0/+2 |
| 2024-02-13 | Unmark the feature gate as incomplete | Nadrieril | -1/+1 |
| 2024-02-12 | Add lahfsahf and prfchw target feature | Chris Denton | -0/+2 |
| 2024-02-10 | unstably allow constants to refer to statics and read from immutable statics | Ralf Jung | -0/+2 |