| Age | Commit message (Expand) | Author | Lines |
| 2024-09-22 | Auto merge of #130689 - RalfJung:rustc_nonnull_optimization_guaranteed, r=jie... | bors | -2/+4 |
| 2024-09-22 | fix rustc_nonnull_optimization_guaranteed docs | Ralf Jung | -2/+4 |
| 2024-09-21 | remove `#[cmse_nonsecure_entry]` | Folkert | -5/+1 |
| 2024-09-20 | Rollup merge of #130526 - eholk:pin-reborrow, r=compiler-errors | Guillaume Gomez | -0/+2 |
| 2024-09-19 | Make `link_cfg` internal because it's in perme-unstable | Urgau | -1/+1 |
| 2024-09-18 | Begin experimental support for pin reborrowing | Eric Holk | -0/+2 |
| 2024-09-15 | also stabilize const_refs_to_cell | Ralf Jung | -2/+2 |
| 2024-09-15 | stabilize const_mut_refs | Ralf Jung | -2/+2 |
| 2024-09-14 | stabilize `const_extern_fn` | Folkert de Vries | -2/+2 |
| 2024-09-13 | Auto merge of #107251 - dingxiangfei2009:let-chain-rescope, r=jieyouxu | bors | -0/+2 |
| 2024-09-12 | Re-enable `ConstArgKind::Path` lowering by default | Noah Lev | -2/+0 |
| 2024-09-11 | rescope temp lifetime in let-chain into IfElse | Ding Xiang Fei | -0/+2 |
| 2024-09-08 | Auto merge of #130036 - weiznich:diagnostic_unstable_tracking, r=compiler-errors | bors | -2/+11 |
| 2024-09-07 | Auto merge of #129941 - BoxyUwU:bump-boostrap, r=albertlarsan68 | bors | -16/+16 |
| 2024-09-06 | Correctly handle stability of `#[diagnostic]` attributes | Georg Semmler | -2/+11 |
| 2024-09-05 | Rollup merge of #128919 - Nadrieril:lint-query-leaks, r=cjgillot | Matthias Krüger | -0/+6 |
| 2024-09-05 | Rollup merge of #129664 - adetaylor:arbitrary-self-types-pointers-feature-gat... | Matthias Krüger | -1/+3 |
| 2024-09-03 | replace placeholder version | Boxy | -16/+16 |
| 2024-09-03 | Add an internal lint that warns when accessing untracked data | Nadrieril | -0/+6 |
| 2024-09-02 | Rollup merge of #129875 - Sajjon:sajjon_fix_typos_batch_1, r=compiler-errors,... | Matthias Krüger | -1/+1 |
| 2024-09-02 | chore: Fix typos in 'compiler' (batch 1) | Alexander Cyon | -1/+1 |
| 2024-09-01 | Revert "Auto merge of #127537 - veluca93:struct_tf, r=BoxyUwU" | Jakub Beránek | -2/+0 |
| 2024-08-29 | Rollup merge of #123940 - kornelski:remove-derived-debug, r=Urgau | Guillaume Gomez | -0/+4 |
| 2024-08-28 | Rollup merge of #128192 - mrkajetanp:feature-detect, r=Amanieu | Jubilee | -0/+1 |
| 2024-08-28 | fmt-debug option | Kornel | -0/+4 |
| 2024-08-28 | Implement RFC 3525. | Luca Versari | -0/+2 |
| 2024-08-27 | Arbitrary self types v2: pointers feature gate. | Adrian Taylor | -1/+3 |
| 2024-08-27 | rustc_target: Add various aarch64 features | Kajetan Puchalski | -0/+1 |
| 2024-08-27 | Add `warn(unreachable_pub)` to `rustc_feature`. | Nicholas Nethercote | -0/+1 |
| 2024-08-25 | Rollup merge of #129487 - GrigorenkoPV:repr_transparent_external_private_fiel... | Matthias Krüger | -0/+5 |
| 2024-08-24 | Rollup merge of #129246 - BoxyUwU:feature_gate_const_arg_path, r=cjgillot | Matthias Krüger | -0/+2 |
| 2024-08-24 | New `#[rustc_pub_transparent]` attribute | Pavel Grigorenko | -0/+5 |
| 2024-08-22 | stabilize const_fn_floating_point_arithmetic | Ralf Jung | -2/+2 |
| 2024-08-20 | Auto merge of #127672 - compiler-errors:precise-capturing, r=spastorino | bors | -2/+2 |
| 2024-08-19 | Retroactively feature gate `ConstArgKind::Path` | Boxy | -0/+2 |
| 2024-08-18 | stabilize raw_ref_op | Ralf Jung | -2/+2 |
| 2024-08-17 | Auto merge of #128771 - carbotaniuman:stabilize_unsafe_attr, r=nnethercote | bors | -2/+2 |
| 2024-08-17 | Stabilize opaque type precise capturing | Michael Goulet | -2/+2 |
| 2024-08-15 | Rollup merge of #128925 - dingxiangfei2009:smart-ptr-helper-attr, r=compiler-... | Matthias Krüger | -6/+0 |
| 2024-08-14 | Rollup merge of #128570 - folkertdev:stabilize-asm-const, r=Amanieu | 许杰友 Jieyou Xu (Joe) | -2/+2 |
| 2024-08-13 | stabilize `asm_const` | Folkert | -2/+2 |
| 2024-08-13 | `#[deprecated_safe_2024]`: Also use the `// TODO:` hint in the compiler error | Tobias Bucher | -1/+1 |
| 2024-08-13 | Allow to customize `// TODO:` comment for deprecated safe autofix | Tobias Bucher | -2/+2 |
| 2024-08-13 | derive(SmartPointer): register helper attributes | Ding Xiang Fei | -6/+0 |
| 2024-08-10 | Stabilize `min_exhaustive_patterns` | Nadrieril | -3/+2 |
| 2024-08-07 | Stabilize `unsafe_attributes` | carbotaniuman | -2/+2 |
| 2024-08-05 | Rollup merge of #127655 - RalfJung:invalid_type_param_default, r=compiler-errors | Matthias Krüger | -2/+3 |
| 2024-08-03 | Rollup merge of #128581 - jieyouxu:checked-attr, r=nnethercote | Matthias Krüger | -4/+4 |
| 2024-08-03 | Rollup merge of #127921 - spastorino:stabilize-unsafe-extern-blocks, r=compil... | Matthias Krüger | -2/+2 |
| 2024-08-03 | Assert that all attributes are actually checked via `CheckAttrVisitor` and ar... | Oli Scherer | -4/+4 |