| Age | Commit message (Expand) | Author | Lines |
| 2024-07-05 | Properly gate `safe` keyword in pre-expansion | Michael Goulet | -1/+20 |
| 2024-06-06 | Parse unsafe attributes | carbotaniuman | -0/+21 |
| 2024-06-06 | Auto merge of #124482 - spastorino:unsafe-extern-blocks, r=oli-obk | bors | -0/+13 |
| 2024-06-06 | Rollup merge of #125168 - Jules-Bertholet:match-ergonomics-2024-align-with-rf... | Matthias Krüger | -63/+0 |
| 2024-06-05 | Add unsafe_extern_blocks feature flag | Santiago Pastorino | -0/+13 |
| 2024-06-04 | Rollup merge of #124486 - beetrees:vectorcall-tracking-issue, r=ehuss | 许杰友 Jieyou Xu (Joe) | -0/+7 |
| 2024-06-03 | Auto merge of #125778 - estebank:issue-67100, r=compiler-errors | bors | -2/+2 |
| 2024-05-31 | Rollup merge of #125635 - fmease:mv-type-binding-assoc-item-constraint, r=com... | Matthias Krüger | -3/+3 |
| 2024-05-30 | Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanup | León Orell Valerian Liehr | -3/+3 |
| 2024-05-29 | Use parenthetical notation for `Fn` traits | Esteban Küber | -2/+2 |
| 2024-05-29 | ast: Revert a breaking attribute visiting order change | Vadim Petrochenkov | -22/+22 |
| 2024-05-29 | Rollup merge of #124320 - Urgau:print-check-cfg, r=petrochenkov | 许杰友 Jieyou Xu (Joe) | -0/+5 |
| 2024-05-21 | Auto merge of #124417 - Xiretza:translate-early-lints, r=fmease | bors | -2/+2 |
| 2024-05-21 | Make early lints translatable | Xiretza | -2/+2 |
| 2024-05-20 | Move 100 entries from tests/ui into subdirs | Jubilee Young | -0/+234 |
| 2024-05-21 | Rollup merge of #124050 - saethlin:less-sysroot-libc, r=ChrisDenton | Matthias Krüger | -3/+3 |
| 2024-05-20 | Rollup merge of #125314 - jdonszelmann:global-registration-feature-gate, r=pn... | Matthias Krüger | -0/+16 |
| 2024-05-20 | Fix feature-gates/rustc-private.rs | Ben Kimock | -3/+3 |
| 2024-05-20 | add todo test for feature gate | jdonszelmann | -1/+16 |
| 2024-05-17 | Rollup merge of #123694 - Xiretza:expand-diagnostics, r=compiler-errors | Matthias Krüger | -1/+34 |
| 2024-05-15 | Remove `ref_pat_everywhere` | Jules Bertholet | -63/+0 |
| 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 |