| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-08-17 | Auto merge of #128771 - carbotaniuman:stabilize_unsafe_attr, r=nnethercote | bors | -21/+0 |
| 2024-08-17 | Bless test fallout | Michael Goulet | -3/+3 |
| 2024-08-17 | Stabilize opaque type precise capturing | Michael Goulet | -17/+0 |
| 2024-08-15 | Rollup merge of #128925 - dingxiangfei2009:smart-ptr-helper-attr, r=compiler-... | Matthias Krüger | -12/+1 |
| 2024-08-13 | stabilize `asm_const` | Folkert | -39/+0 |
| 2024-08-13 | derive(SmartPointer): register helper attributes | Ding Xiang Fei | -12/+1 |
| 2024-08-12 | Rollup merge of #128886 - GrigorenkoPV:untranslatable-diagnostic, r=nnethercote | Guillaume Gomez | -2/+0 |
| 2024-08-10 | rustc_ast_lowering: make "yield syntax is experimental" translatable | Pavel Grigorenko | -2/+0 |
| 2024-08-10 | Update tests | Nadrieril | -6/+6 |
| 2024-08-07 | Stabilize `unsafe_attributes` | carbotaniuman | -21/+0 |
| 2024-08-06 | bump conflicting_repr_hints lint to be shown in dependencies | Ralf Jung | -0/+14 |
| 2024-08-05 | Rollup merge of #127655 - RalfJung:invalid_type_param_default, r=compiler-errors | Matthias Krüger | -33/+0 |
| 2024-08-03 | Rollup merge of #127921 - spastorino:stabilize-unsafe-extern-blocks, r=compil... | Matthias Krüger | -36/+0 |
| 2024-08-02 | Add the `sha512`, `sm3` and `sm4` target features | sayantn | -0/+19 |
| 2024-07-30 | Auto merge of #124339 - oli-obk:supports_feature, r=wesleywiser | bors | -0/+17 |
| 2024-07-30 | Make RUSTC_OVERRIDE_VERSION_STRING overwrite the rendered version output, too | Oli Scherer | -1/+1 |
| 2024-07-30 | Test RUSTC_OVERRIDE_VERSION_STRING | Oli Scherer | -0/+17 |
| 2024-07-29 | Stabilize offset_of_nested | George Bateman | -94/+4 |
| 2024-07-28 | stabilize `is_sorted` | Slanterns | -56/+0 |
| 2024-07-26 | Forbid `?Trait` bounds repetitions | Bryanskiy | -1/+26 |
| 2024-07-25 | Support ?Trait bounds in supertraits and dyn Trait under a feature gate | Bryanskiy | -0/+70 |
| 2024-07-24 | Do not use question as label | Esteban Küber | -3/+3 |
| 2024-07-23 | Stabilize unsafe extern blocks (RFC 3484) | Santiago Pastorino | -36/+0 |