| Age | Commit message (Expand) | Author | Lines |
| 2024-11-23 | Rollup merge of #127483 - BertalanD:no_sanitize-global-var, r=rcvalle | 许杰友 Jieyou Xu (Joe) | -3/+34 |
| 2024-11-20 | Rollup merge of #132732 - gavincrawford:as_ptr_attribute, r=Urgau | Jacob Pratt | -0/+3 |
| 2024-11-11 | Add #[rustc_as_ptr] attribute | gavincrawford | -0/+3 |
| 2024-11-11 | Auto merge of #127589 - notriddle:notriddle/search-sem-3, r=GuillaumeGomez | bors | -2/+25 |
| 2024-11-08 | remove support for rustc_safe_intrinsic attribute; use rustc_intrinsic functi... | Ralf Jung | -22/+0 |
| 2024-11-02 | Allow disabling ASan instrumentation for globals | Daniel Bertalan | -3/+34 |
| 2024-10-30 | rustdoc-search: simplify rules for generics and type params | Michael Howell | -2/+25 |
| 2024-10-29 | TypingMode :thinking: | lcnr | -2/+2 |
| 2024-10-28 | Error on alignments greater than `isize::MAX` | asquared31415 | -1/+43 |
| 2024-10-27 | Auto merge of #131284 - dingxiangfei2009:rename-smart-ptr-to-coerce-referent,... | bors | -1/+1 |
| 2024-10-25 | tcx.is_const_fn doesn't work the way it is described, remove it | Ralf Jung | -1/+1 |
| 2024-10-24 | rustdoc: Extend fake_variadic to "wrapped" tuples | Tau Gärtli | -6/+18 |
| 2024-10-24 | Plumb through param_env to note_type_err | Michael Goulet | -2/+2 |
| 2024-10-24 | s/SmartPointer/CoerceReferent/g | Ding Xiang Fei | -1/+1 |
| 2024-10-23 | nightly feature tracking: get rid of the per-feature bool fields | Ralf Jung | -2/+2 |
| 2024-10-22 | Rollup merge of #131732 - m4tx:fix-82824, r=davidtwco | Matthias Krüger | -9/+17 |
| 2024-10-20 | misapplied optimize attribute throws a compilation error (#128488) | ash | -17/+13 |
| 2024-10-15 | Unify secondary_span and swap_secondary_and_primary | Michael Goulet | -1/+0 |
| 2024-10-15 | Add doc(plugins), doc(passes), etc. to INVALID_DOC_ATTRIBUTES | Mateusz Maćkowski | -9/+17 |
| 2024-10-11 | Single commit implementing the enzyme/autodiff frontend | Manuel Drehwald | -0/+15 |
| 2024-10-06 | Rename NestedMetaItem to MetaItemInner | codemountains | -15/+14 |
| 2024-10-04 | rm `ItemKind::OpaqueTy` | Noah Lev | -2/+0 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -30/+19 |
| 2024-09-21 | remove `#[cmse_nonsecure_entry]` | Folkert | -24/+0 |
| 2024-09-18 | Rollup merge of #129422 - compiler-errors:repr-rust, r=fmease | Jubilee | -0/+9 |
| 2024-09-12 | Rollup merge of #130235 - compiler-errors:nested-if, r=michaelwoerister | Stuart Cook | -11/+7 |
| 2024-09-11 | Also fix if in else | Michael Goulet | -11/+7 |
| 2024-09-09 | Remove needless returns detected by clippy in the compiler | Eduardo Sánchez Muñoz | -4/+1 |
| 2024-09-03 | Add an internal lint that warns when accessing untracked data | Nadrieril | -32/+8 |
| 2024-09-01 | Revert "Auto merge of #127537 - veluca93:struct_tf, r=BoxyUwU" | Jakub Beránek | -28/+5 |
| 2024-08-28 | Auto merge of #127537 - veluca93:struct_tf, r=BoxyUwU | bors | -5/+28 |
| 2024-08-28 | Rollup merge of #129421 - jdonszelmann:naked-repr-align-functions, r=workingj... | Matthias Krüger | -0/+1 |
| 2024-08-28 | Implement RFC 3525. | Luca Versari | -5/+28 |
| 2024-08-27 | add repr to the allowlist for naked functions, and test that it works | jdonszelmann | -0/+1 |
| 2024-08-26 | Rollup merge of #129525 - notriddle:notriddle/fake-variadic-tuple-array, r=Gu... | Matthias Krüger | -0/+10 |
| 2024-08-24 | rustdoc: clean up tuple <-> primitive conversion docs | Michael Howell | -0/+10 |
| 2024-08-24 | New `#[rustc_pub_transparent]` attribute | Pavel Grigorenko | -0/+13 |
| 2024-08-22 | Gate repr(Rust) correctly on non-ADT items | Michael Goulet | -0/+9 |
| 2024-08-21 | Use bool in favor of Option<()> for diagnostics | Michael Goulet | -2/+1 |
| 2024-08-18 | Fix wording of misapplied `must_not_suspend` error | Goldstein | -1/+1 |
| 2024-08-18 | Check that `#[may_dangle]` is properly applied | Goldstein | -1/+22 |
| 2024-08-17 | Rollup merge of #128989 - s7tya:check-linkage-attribute-pos, r=petrochenkov | Matthias Krüger | -1/+14 |
| 2024-08-17 | Emit an error for invalid use of the linkage attribute | Shina | -1/+14 |
| 2024-08-12 | Rollup merge of #128886 - GrigorenkoPV:untranslatable-diagnostic, r=nnethercote | Guillaume Gomez | -4/+2 |
| 2024-08-11 | Rollup merge of #128762 - fmease:use-more-slice-pats, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2024-08-10 | rustc_passes: make some messages in check_attr translatable | Pavel Grigorenko | -4/+2 |
| 2024-08-07 | Rollup merge of #128552 - s7tya:check-no-sanitize-attribute-pos, r=BoxyUwU | Trevor Gross | -1/+6 |
| 2024-08-07 | Use more slice patterns inside the compiler | León Orell Valerian Liehr | -2/+2 |
| 2024-08-06 | check_attr: treat cfg_attr like cfg | 许杰友 Jieyou Xu (Joe) | -0/+1 |
| 2024-08-05 | Emit an error for invalid use of the `#[no_sanitize]` attribute | Shina | -1/+6 |