| Age | Commit message (Expand) | Author | Lines |
| 2025-08-26 | rustc_codegen_ssa: More comprehensive RISC-V ELF flags | Tsukasa OI | -0/+2 |
| 2025-08-25 | Do not open every source file twice when reading it | Jakub Beránek | -2/+8 |
| 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 | Rollup merge of #144897 - fee1-dead-contrib:raw_lifetimes_printing, r=fmease | Jacob Pratt | -13/+61 |
| 2025-08-22 | Auto merge of #145494 - cjgillot:span-decode-once, r=lqd | bors | -10/+9 |
| 2025-08-22 | Stabilize `round_char_boundary` feature | okaneco | -1/+1 |
| 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 #145505 - cjgillot:tweak-span-cache, r=petrochenkov | 许杰友 Jieyou Xu (Joe) | -16/+14 |
| 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 | Only unpack span data once. | Camille Gillot | -7/+7 |
| 2025-08-16 | Simplify span_data_to_lines_and_cols. | Camille Gillot | -16/+14 |
| 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-10 | Fix doc-comment. | Camille GILLOT | -3/+2 |
| 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 | -5/+50 |
| 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 | -5/+50 |
| 2025-08-02 | Rollup merge of #144478 - joshtriplett:doc-code-formatting-prep, r=Amanieu | Samuel Tardieu | -1/+3 |
| 2025-07-29 | Create two methods to fix `find_oldest_ancestor_in_same_ctxt` | xizheyin | -36/+46 |
| 2025-07-28 | Auto merge of #144469 - Kivooeo:chains-cleanup, r=SparrowLii | bors | -4/+4 |
| 2025-07-28 | use let chains in mir, resolve, target | Kivooeo | -4/+4 |
| 2025-07-27 | Rollup merge of #144385 - xizheyin:macro-hygiene, r=petrochenkov | Matthias Krüger | -0/+17 |
| 2025-07-25 | Improve and regularize comment placement in doc code | Josh Triplett | -1/+3 |
| 2025-07-24 | Inline some methods in rustc_span hygiene | xizheyin | -0/+17 |
| 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 #142903 - cjgillot:local-def-path-hash, r=compiler-errors | bors | -3/+15 |
| 2025-07-17 | Auto merge of #144044 - fmease:rollup-kg413pt, r=fmease | bors | -0/+1 |