| Age | Commit message (Expand) | Author | Lines |
| 2024-06-10 | replace version placeholder | Pietro Albini | -7/+7 |
| 2024-06-06 | Fix ordering | carbotaniuman | -2/+2 |
| 2024-06-06 | Remove extraneous attribute | carbotaniuman | -1/+0 |
| 2024-06-06 | Add unsafe to `ffi_pure` and `ffi_const` | carbotaniuman | -2/+2 |
| 2024-06-06 | Fix doc comment | carbotaniuman | -1/+2 |
| 2024-06-06 | Error on unsafe on non-unsafe attribute | carbotaniuman | -2/+6 |
| 2024-06-06 | Reorder `unsafe` macro cases | carbotaniuman | -12/+12 |
| 2024-06-06 | Parse unsafe attributes | carbotaniuman | -3/+54 |
| 2024-06-06 | Auto merge of #124482 - spastorino:unsafe-extern-blocks, r=oli-obk | bors | -0/+2 |
| 2024-06-06 | Rollup merge of #125168 - Jules-Bertholet:match-ergonomics-2024-align-with-rf... | Matthias Krüger | -4/+3 |
| 2024-06-05 | Add unsafe_extern_blocks feature flag | Santiago Pastorino | -0/+2 |
| 2024-06-04 | Rollup merge of #124486 - beetrees:vectorcall-tracking-issue, r=ehuss | 许杰友 Jieyou Xu (Joe) | -2/+2 |
| 2024-06-01 | Auto merge of #124577 - GuillaumeGomez:stabilize-custom_code_classes_in_docs,... | bors | -2/+2 |
| 2024-05-29 | Make `std::env::{set_var, remove_var}` unsafe in edition 2024 | Tobias Bucher | -0/+6 |
| 2024-05-15 | Gate implicit mutable by-reference bindings behind `mut ref` | Jules Bertholet | -2/+2 |
| 2024-05-15 | Remove `ref_pat_everywhere` | Jules Bertholet | -2/+1 |
| 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/+2 |
| 2024-05-04 | Implement do_not_recommend in the new solver | Michael Goulet | -1/+1 |
| 2024-05-03 | Rollup merge of #124480 - Enselic:on-broken-pipe, r=jieyouxu | Michael Goulet | -6/+0 |
| 2024-05-02 | Stabilize exclusive_range | Ross Smyth | -2/+2 |
| 2024-05-02 | Change `SIGPIPE` ui from `#[unix_sigpipe = "..."]` to `-Zon-broken-pipe=...` | Martin Nordholts | -6/+0 |
| 2024-05-01 | Replace version placeholders for 1.79 | Mark Rousskov | -14/+14 |
| 2024-05-01 | Stabilize `custom_code_classes_in_docs` feature | Guillaume Gomez | -2/+2 |
| 2024-04-28 | Add tracking issue and unstable book page for `"vectorcall"` ABI | beetrees | -2/+2 |
| 2024-04-25 | debuginfo: Stabilize `-Z debug-macros`, `-Z collapse-macro-debuginfo` and `#[... | Vadim Petrochenkov | -8/+5 |
| 2024-04-24 | Stabilise `inline_const` | Gary Guo | -2/+2 |
| 2024-04-24 | Add explicit syntax for coroutines instead of relying on closures having `yie... | Oli Scherer | -0/+6 |
| 2024-04-23 | Put the RFC behind a feature gate `result_ffi_guarantees` | Arvind Mukund | -0/+3 |
| 2024-04-23 | Rollup merge of #124067 - RalfJung:weak-lang-items, r=davidtwco | Matthias Krüger | -1/+1 |
| 2024-04-22 | Stabilize generic `NonZero`. | Markus Reiter | -1/+0 |
| 2024-04-17 | consistency rename: language item -> lang item | Ralf Jung | -1/+1 |
| 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-11 | remove some things that do not need to be | Matthias Krüger | -1/+1 |
| 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/+2 |
| 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/+3 |
| 2024-04-02 | Address review comments | Jules Bertholet | -2/+2 |
| 2024-03-30 | Implement "&<pat> everywhere" | Jules Bertholet | -0/+2 |
| 2024-03-29 | Auto merge of #123080 - Jules-Bertholet:mut-ref-mut, r=Nadrieril | bors | -0/+2 |
| 2024-03-27 | Feature gate | Jules Bertholet | -0/+2 |