| Age | Commit message (Expand) | Author | Lines |
| 2024-10-12 | Rollup merge of #131567 - CastilloDel:reject-unstable-with-accepted-features,... | Matthias Krüger | -0/+41 |
| 2024-10-12 | Emit an error for unstable attributes that reference already stable features | CastilloDel | -0/+41 |
| 2024-10-11 | Auto merge of #131045 - compiler-errors:remove-unnamed_fields, r=wesleywiser | bors | -92/+0 |
| 2024-10-10 | Rollup merge of #131475 - fmease:compiler-mv-obj-safe-dyn-compat-2, r=jieyouxu | Matthias Krüger | -125/+125 |
| 2024-10-10 | Add gate for precise capturing in traits | Michael Goulet | -0/+19 |
| 2024-10-10 | UI tests: Rename "object safe" to "dyn compatible" | León Orell Valerian Liehr | -17/+17 |
| 2024-10-10 | Rename feature object_safe_for_dispatch to dyn_compatible_for_dispatch | León Orell Valerian Liehr | -76/+76 |
| 2024-10-06 | more `asm!` -> `naked_asm!` in tests | Folkert de Vries | -6/+6 |
| 2024-10-06 | disallow `asm!` in `#[naked]` functions | Folkert de Vries | -2/+2 |
| 2024-10-06 | use `naked_asm!` in feature-gate-naked_functions test | Folkert | -12/+45 |
| 2024-10-06 | use `naked_asm!` in naked-function tests | Folkert | -2/+2 |
| 2024-10-05 | Auto merge of #129244 - cjgillot:opaque-hir, r=compiler-errors | bors | -8/+8 |
| 2024-10-04 | Rollup merge of #130633 - eholk:pin-reborrow-self, r=compiler-errors | Jubilee | -3/+33 |
| 2024-10-04 | Bless ui tests. | Camille GILLOT | -8/+8 |
| 2024-10-04 | Rollup merge of #131034 - Urgau:cfg-true-false, r=nnethercote | Guillaume Gomez | -0/+53 |
| 2024-10-04 | Feature gate boolean lit support in cfg predicates | Urgau | -0/+53 |
| 2024-10-01 | Split out method receivers in feature gate test | Eric Holk | -25/+6 |
| 2024-10-01 | Remove unnamed field feature | Michael Goulet | -92/+0 |
| 2024-09-29 | fix(hir_analysis/wfcheck): don't leak {type error} | Barrett Ray | -2/+2 |
| 2024-09-27 | Rollup merge of #130826 - fmease:compiler-mv-obj-safe-dyn-compat, r=compiler-... | Matthias Krüger | -7/+7 |
| 2024-09-26 | Rollup merge of #130912 - estebank:point-at-arg-type, r=compiler-errors | Jubilee | -8/+8 |
| 2024-09-27 | On implicit `Sized` bound on fn argument, point at type instead of pattern | Esteban Küber | -8/+8 |
| 2024-09-26 | Stabilize `const_refs_to_static` | Ding Xiang Fei | -38/+0 |
| 2024-09-25 | Compiler: Rename "object safe" to "dyn compatible" | León Orell Valerian Liehr | -7/+7 |
| 2024-09-23 | Allow reborrowing pinned self methods | Eric Holk | -3/+52 |
| 2024-09-23 | add unqualified_local_imports lint | Ralf Jung | -0/+19 |
| 2024-09-22 | fix rustc_nonnull_optimization_guaranteed docs | Ralf Jung | -2/+3 |
| 2024-09-20 | Rollup merge of #130526 - eholk:pin-reborrow, r=compiler-errors | Guillaume Gomez | -0/+36 |
| 2024-09-18 | Rollup merge of #129422 - compiler-errors:repr-rust, r=fmease | Jubilee | -1/+64 |
| 2024-09-18 | Begin experimental support for pin reborrowing | Eric Holk | -0/+36 |
| 2024-09-15 | also stabilize const_refs_to_cell | Ralf Jung | -49/+0 |
| 2024-09-15 | const_refs_to_cell: dont let mutable references sneak past the interior mutab... | Ralf Jung | -8/+45 |
| 2024-09-13 | Auto merge of #107251 - dingxiangfei2009:let-chain-rescope, r=jieyouxu | bors | -0/+45 |
| 2024-09-12 | Re-enable `ConstArgKind::Path` lowering by default | Noah Lev | -5/+0 |
| 2024-09-11 | Revert 'Stabilize -Znext-solver=coherence' | Michael Goulet | -2/+0 |
| 2024-09-11 | rescope temp lifetime in let-chain into IfElse | Ding Xiang Fei | -0/+45 |
| 2024-09-09 | Ban non-array SIMD | Scott McMurray | -7/+4 |
| 2024-09-06 | Auto merge of #121848 - lcnr:stabilize-next-solver, r=compiler-errors | bors | -0/+2 |
| 2024-09-05 | stabilize `-Znext-solver=coherence` | lcnr | -0/+2 |
| 2024-09-05 | Rollup merge of #129664 - adetaylor:arbitrary-self-types-pointers-feature-gat... | Matthias Krüger | -6/+57 |
| 2024-09-01 | Revert "Auto merge of #127537 - veluca93:struct_tf, r=BoxyUwU" | Jakub Beránek | -14/+0 |
| 2024-08-29 | Rollup merge of #123940 - kornelski:remove-derived-debug, r=Urgau | Guillaume Gomez | -0/+18 |
| 2024-08-28 | fmt-debug option | Kornel | -0/+18 |
| 2024-08-28 | Implement RFC 3525. | Luca Versari | -0/+14 |
| 2024-08-27 | Arbitrary self types v2: pointers feature gate. | Adrian Taylor | -6/+57 |
| 2024-08-24 | Rollup merge of #129246 - BoxyUwU:feature_gate_const_arg_path, r=cjgillot | Matthias Krüger | -0/+5 |
| 2024-08-22 | Gate repr(Rust) correctly on non-ADT items | Michael Goulet | -1/+64 |
| 2024-08-21 | Rollup merge of #128727 - RalfJung:conflicting-repr-future-incompat, r=lcnr | Matthias Krüger | -0/+14 |
| 2024-08-20 | Auto merge of #127672 - compiler-errors:precise-capturing, r=spastorino | bors | -20/+3 |
| 2024-08-19 | Retroactively feature gate `ConstArgKind::Path` | Boxy | -0/+5 |