| Age | Commit message (Expand) | Author | Lines |
| 2024-07-21 | Update CURRENT_RUSTC_VERSION | Mark Rousskov | -6/+6 |
| 2024-07-14 | Rollup merge of #127630 - compiler-errors:type-ascription, r=chenyukang | Matthias Krüger | -2/+0 |
| 2024-07-12 | Added the `xop` target feature and `xop_target_feature` gate | sayantn | -0/+2 |
| 2024-07-12 | Rollup merge of #126639 - sayantn:amx, r=Amanieu | Matthias Krüger | -0/+2 |
| 2024-07-11 | Add the feature gate and target-features | sayantn | -0/+2 |
| 2024-07-12 | Rollup merge of #127622 - compiler-errors:builtin-internal, r=lqd | Matthias Krüger | -2/+2 |
| 2024-07-11 | Remove lang feature for type ascription | Michael Goulet | -2/+0 |
| 2024-07-11 | Mark builtin syntax as internal | Michael Goulet | -2/+2 |
| 2024-07-11 | Remove extern "wasm" ABI | Nikita Popov | -2/+0 |
| 2024-07-05 | Auto merge of #127008 - Jules-Bertholet:tc-ergonomics, r=Nadrieril | bors | -0/+2 |
| 2024-06-30 | New features gates mustn't specify a version by hand | Guillaume Boisseau | -1/+1 |
| 2024-06-28 | Rollup merge of #124741 - nebulark:patchable-function-entries-pr, r=estebank,... | Matthias Krüger | -0/+2 |
| 2024-06-27 | Implement TC's match ergonomics 2024 proposal | Jules Bertholet | -0/+2 |
| 2024-06-25 | Updated code for changes to RFC, added additional error handling, added | Florian Schmiderer | -2/+1 |
| 2024-06-25 | Support `#[patchable_function_entries]` | Matthew Maurer | -0/+3 |
| 2024-06-25 | RFC 2383: Stabilize `lint_reasons` :tada: | xFrednet | -2/+0 |
| 2024-06-24 | Rollup merge of #125575 - dingxiangfei2009:derive-smart-ptr, r=davidtwco | Michael Goulet | -0/+2 |
| 2024-06-23 | Rollup merge of #126830 - RalfJung:unsized-fn-params, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-06-24 | SmartPointer derive-macro | Xiangfei Ding | -0/+2 |
| 2024-06-22 | Make `effects` an incomplete feature | Deadbeef | -1/+1 |
| 2024-06-22 | make unsized_fn_params an internal feature | Ralf Jung | -1/+1 |
| 2024-06-19 | Stabilise c_unwind | Gary Guo | -2/+0 |
| 2024-06-19 | Rollup merge of #125293 - dingxiangfei2009:tail-expr-temp-lifetime, r=esteban... | 许杰友 Jieyou Xu (Joe) | -0/+2 |
| 2024-06-17 | Delay a bug and mark precise_capturing as not incomplete | Michael Goulet | -1/+1 |
| 2024-06-17 | Rework precise capturing syntax | Michael Goulet | -1/+1 |
| 2024-06-18 | tail expression behind terminating scope | Ding Xiang Fei | -0/+2 |
| 2024-06-14 | Auto merge of #118958 - c410-f3r:concat-again, r=petrochenkov | bors | -0/+2 |
| 2024-06-13 | Add a new concat metavar expr | Caio | -0/+2 |
| 2024-06-11 | replace version placeholder | Pietro Albini | -5/+5 |
| 2024-06-08 | offset_of: allow (unstably) taking the offset of slice tail fields | Ralf Jung | -0/+2 |
| 2024-06-06 | Fix ordering | carbotaniuman | -2/+2 |
| 2024-06-06 | Fix doc comment | carbotaniuman | -1/+2 |
| 2024-06-06 | Parse unsafe attributes | carbotaniuman | -0/+1 |
| 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/+0 |
| 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/+0 |
| 2024-05-20 | Rollup merge of #125314 - jdonszelmann:global-registration-feature-gate, r=pn... | Matthias Krüger | -0/+2 |
| 2024-05-20 | address nit | Felix S Klock II | -1/+1 |
| 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-14 | create a feature gate | jdonszelmann | -0/+2 |
| 2024-05-13 | Add expr_2021 nonterminal and feature flag | Eric Holk | -0/+2 |
| 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 |