| Age | Commit message (Expand) | Author | Lines |
| 2025-08-28 | Rollup merge of #142472 - GuillaumeGomez:doc-attribute-attribute, r=fmease | Guillaume Gomez | -0/+1 |
| 2025-08-28 | Add new `doc(attribute = "...")` attribute | Guillaume Gomez | -0/+1 |
| 2025-08-27 | Port the `#[link]` attribute to the new parser | Jonathan Brouwer | -0/+10 |
| 2025-08-26 | rustc_codegen_ssa: More comprehensive RISC-V ELF flags | Tsukasa OI | -0/+2 |
| 2025-08-22 | Rollup merge of #145726 - aapoalas:reborrow-lang-experiment, r=petrochenkov | Jacob Pratt | -0/+1 |
| 2025-08-22 | Rollup merge of #145573 - veluca93:unsafe-force-target-feature, r=davidtwco | Jacob Pratt | -0/+2 |
| 2025-08-22 | address review comments | Deadbeef | -4/+8 |
| 2025-08-22 | print raw lifetime idents with `r#` | Deadbeef | -13/+57 |
| 2025-08-22 | Add an experimental unsafe(force_target_feature) attribute. | Luca Versari | -0/+2 |
| 2025-08-21 | Introduce Reborrow lang item and trait | Aapo Alasuutari | -0/+1 |
| 2025-08-20 | Auto merge of #144086 - clubby789:alloc-zeroed, r=nikic | bors | -0/+1 |
| 2025-08-20 | Pass `alloc-variant-zeroed` to LLVM | clubby789 | -0/+1 |
| 2025-08-19 | Rollup merge of #142681 - 1c3t3a:sanitize-off-on, r=rcvalle | Stuart Cook | -0/+1 |
| 2025-08-18 | Remove the no_sanitize attribute in favor of sanitize | Bastian Kersting | -0/+1 |
| 2025-08-18 | Rollup merge of #145208 - joshtriplett:mbe-derive, r=petrochenkov | Stuart Cook | -0/+1 |
| 2025-08-18 | Rollup merge of #145206 - scrabsha:push-uxovoqzrxnlx, r=jdonszelmann | Stuart Cook | -0/+8 |
| 2025-08-16 | Auto merge of #145304 - m-ou-se:simplify-panic, r=oli-obk | bors | -1/+1 |
| 2025-08-15 | Rollup merge of #144922 - Kobzol:derive-from, r=nnethercote | Jacob Pratt | -0/+4 |
| 2025-08-15 | Implement `#[derive(From)]` | Jakub Beránek | -0/+3 |
| 2025-08-15 | Add `derive_from` unstable feature | Jakub Beránek | -0/+1 |
| 2025-08-15 | Port `#[custom_mir(..)]` to the new attribute system | Sasha Pourcelot | -0/+8 |
| 2025-08-14 | mbe: Parse macro `derive` rules | Josh Triplett | -0/+1 |
| 2025-08-14 | Basic implementation of `autodiff` intrinsic | Marcelo Domínguez | -0/+1 |
| 2025-08-13 | Port the `#[linkage]` attribute to the new attribute system | Sasha Pourcelot | -0/+8 |
| 2025-08-12 | Revert "Partially outline code inside the panic! macro". | Mara Bos | -1/+1 |
| 2025-08-09 | Rollup merge of #145132 - camsteffen:refactor-map-unit-fn, r=fee1-dead | Stuart Cook | -0/+1 |
| 2025-08-08 | Refactor map_unit_fn lint | Cameron Steffen | -0/+1 |
| 2025-08-08 | mbe: Parse macro attribute rules | Josh Triplett | -0/+1 |
| 2025-08-07 | Rollup merge of #144439 - xizheyin:symbol-rs, r=petrochenkov | Stuart Cook | -4/+48 |
| 2025-08-07 | Rollup merge of #138689 - jedbrown:jed/nvptx-target-feature, r=ZuseZ4 | Stuart Cook | -0/+1 |
| 2025-08-06 | Introduce ModernIdent type to unify macro 2.0 hygiene handling | xizheyin | -4/+48 |
| 2025-07-22 | Rollup merge of #144212 - bjorn3:remove_unique_lang_item, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -1/+0 |
| 2025-07-20 | Remove the ptr_unique lang item | bjorn3 | -1/+0 |
| 2025-07-19 | Mitigate `#[align]` name resolution ambiguity regression with a rename | Jieyou Xu | -0/+2 |
| 2025-07-18 | Rollup merge of #143925 - oli-obk:slice-const-partialeq, r=fee1-dead | Matthias Krüger | -0/+1 |
| 2025-07-17 | Make `derive_const` usable within libcore again | Oli Scherer | -0/+1 |
| 2025-07-17 | Auto merge of #144044 - fmease:rollup-kg413pt, r=fmease | bors | -0/+1 |
| 2025-07-16 | add `const_make_global`; err for `const_allocate` ptrs if didn't call | Deadbeef | -0/+1 |
| 2025-07-15 | Implement other logics | tiif | -0/+1 |
| 2025-07-13 | Auto merge of #143461 - folkertdev:cfg-select-builtin-macro, r=petrochenkov | bors | -0/+1 |
| 2025-07-13 | make `cfg_select` a builtin macro | Folkert de Vries | -0/+1 |
| 2025-07-09 | Add opaque TypeId handles for CTFE | Oli Scherer | -0/+1 |
| 2025-07-03 | Remove PointerLike trait | Michael Goulet | -1/+0 |
| 2025-07-03 | Rollup merge of #134006 - klensy:typos, r=nnethercote | Jana Dönszelmann | -1/+1 |
| 2025-07-03 | setup CI and tidy to use typos for spellchecking and fix few typos | klensy | -1/+1 |
| 2025-07-02 | Rollup merge of #143070 - joshtriplett:macro-rules-parse, r=petrochenkov | Matthias Krüger | -1/+0 |
| 2025-06-30 | Introduce `ByteSymbol`. | Nicholas Nethercote | -22/+101 |
| 2025-06-29 | Rollup merge of #142078 - sayantn:more-intrinsics, r=workingjubilee | Guillaume Gomez | -0/+3 |
| 2025-06-28 | Rollup merge of #143110 - yotamofek:pr/tidy-sort-for-symbols, r=nnethercote | Matthias Krüger | -67/+64 |
| 2025-06-28 | Auto merge of #141759 - 1c3t3a:discriminants-query, r=saethlin | bors | -0/+1 |