| Age | Commit message (Expand) | Author | Lines |
| 2024-05-14 | create a feature gate | jdonszelmann | -0/+1 |
| 2024-05-06 | Auto merge of #124747 - MasterAwesome:master, r=davidtwco | bors | -0/+448 |
| 2024-05-05 | Rollup merge of #124749 - RossSmyth:stable_range, r=davidtwco | Guillaume Gomez | -20/+0 |
| 2024-05-04 | Auto merge of #124345 - Urgau:compiletest-check-cfg, r=jieyouxu | bors | -12/+12 |
| 2024-05-04 | tests/ui: prepare some tests for --check-cfg by default | Urgau | -12/+12 |
| 2024-05-03 | Rollup merge of #124480 - Enselic:on-broken-pipe, r=jieyouxu | Michael Goulet | -17/+0 |
| 2024-05-02 | Stabilize exclusive_range | Ross Smyth | -20/+0 |
| 2024-05-02 | Change `SIGPIPE` ui from `#[unix_sigpipe = "..."]` to `-Zon-broken-pipe=...` | Martin Nordholts | -17/+0 |
| 2024-04-30 | Replace item names containing an error code with something more meaningful | León Orell Valerian Liehr | -2/+2 |
| 2024-04-28 | Add tracking issue and unstable book page for `"vectorcall"` ABI | beetrees | -0/+7 |
| 2024-04-27 | Rollup merge of #124382 - petrochenkov:itemvisit, r=lcnr | Matthias Krüger | -22/+22 |
| 2024-04-25 | ast: Generalize item kind visiting | Vadim Petrochenkov | -22/+22 |
| 2024-04-25 | debuginfo: Stabilize `-Z debug-macros`, `-Z collapse-macro-debuginfo` and `#[... | Vadim Petrochenkov | -20/+0 |
| 2024-04-25 | Add `--print=check-cfg` to get the expected configs | Urgau | -0/+5 |
| 2024-04-24 | Stabilise `inline_const` | Gary Guo | -19/+0 |
| 2024-04-24 | Error on using `yield` without also using `#[coroutine]` on the closure | Oli Scherer | -11/+57 |
| 2024-04-23 | Put the RFC behind a feature gate `result_ffi_guarantees` | Arvind Mukund | -0/+448 |
| 2024-04-22 | expand: fix minor diagnostics bug | Xiretza | -2/+2 |
| 2024-04-17 | consistency rename: language item -> lang item | Ralf Jung | -5/+5 |
| 2024-04-16 | Rollup merge of #123501 - Urgau:stabilize-check-cfg, r=petrochenkov | Matthias Krüger | -5/+0 |
| 2024-04-16 | Auto merge of #123468 - compiler-errors:precise-capturing, r=oli-obk | bors | -0/+17 |
| 2024-04-16 | Rollup merge of #123603 - compiler-errors:no-intrinsic, r=estebank | León Orell Valerian Liehr | -56/+28 |
| 2024-04-15 | Some ordering and duplication checks | Michael Goulet | -0/+17 |
| 2024-04-15 | Stabilize checking of cfgs at compile-time: --check-cfg option | Urgau | -5/+0 |
| 2024-04-11 | tests: add tests for doc comments on expressions | Xiretza | -1/+34 |
| 2024-04-09 | Further cleanup cfgs in the UI test suite | Urgau | -2/+2 |
| 2024-04-08 | Rollup merge of #120144 - petrochenkov:unty, r=davidtwco | Matthias Krüger | -18/+0 |
| 2024-04-07 | Don't even parse an intrinsic unless the feature gate is enabled | Michael Goulet | -56/+28 |
| 2024-04-06 | Put checks that detect UB under their own flag below debug_assertions | Ben Kimock | -0/+18 |
| 2024-04-05 | Rollup merge of #123311 - Jules-Bertholet:andpat-everywhere, r=Nadrieril | Guillaume Gomez | -0/+63 |
| 2024-04-04 | Rollup merge of #123431 - slanterns:literal_byte_character_c_string_stabilize... | Matthias Krüger | -47/+0 |
| 2024-04-04 | Stabilize `Literal::c_string` | Slanterns | -24/+0 |
| 2024-04-04 | Stabilize `Literal::byte_character` | Slanterns | -23/+0 |
| 2024-04-03 | Fix f16 and f128 feature gates in editions other than 2015 | Trevor Gross | -20/+20 |
| 2024-04-03 | Update f16 and f128 tests to run on both 2015 and 2018 editions | Trevor Gross | -10/+124 |
| 2024-04-02 | Address review comments | Jules Bertholet | -0/+63 |
| 2024-03-27 | Feature gate | Jules Bertholet | -0/+56 |
| 2024-03-22 | Remove RustcEncodable/Decodable from 2024 prelude | Jacob Pratt | -0/+82 |
| 2024-03-22 | Rollup merge of #121619 - RossSmyth:pfix_match, r=petrochenkov | Matthias Krüger | -0/+40 |
| 2024-03-20 | Add barest-bones deref patterns | Nadrieril | -0/+22 |
| 2024-03-19 | Auto merge of #122055 - compiler-errors:stabilize-atb, r=oli-obk | bors | -199/+0 |
| 2024-03-18 | Rollup merge of #122158 - estebank:feature-sugg, r=WaffleLapkin | Matthias Krüger | -13/+52 |
| 2024-03-18 | Rollup merge of #122060 - clubby789:stabilize-imported-main, r=lcnr | Matthias Krüger | -19/+0 |
| 2024-03-18 | Provide structured suggestion for `#![feature(foo)]` | Esteban Küber | -13/+52 |
| 2024-03-14 | Add feature gates for `f16` and `f128` | Trevor Gross | -0/+136 |
| 2024-03-13 | privacy: Stabilize lint `unnameable_types` | Vadim Petrochenkov | -18/+0 |
| 2024-03-11 | Rollup merge of #121840 - oli-obk:freeze, r=dtolnay | Jacob Pratt | -0/+38 |
| 2024-03-08 | Stabilize associated type bounds | Michael Goulet | -199/+0 |
| 2024-03-08 | Auto merge of #121500 - oli-obk:track_errors12, r=petrochenkov | bors | -46/+46 |
| 2024-03-08 | Rollup merge of #119365 - nbdd0121:asm-goto, r=Amanieu | Matthias Krüger | -0/+23 |