| Age | Commit message (Expand) | Author | Lines |
| 2025-05-10 | minor: code review tweak | gohome001 | -24/+8 |
| 2025-05-10 | Merge from rustc | The Miri Cronjob Bot | -2045/+3052 |
| 2025-05-10 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-05-10 | Auto merge of #140876 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2025-05-09 | Split duration_constructors to get non-controversial bits out faster. | Dietrich Daroch | -1/+1 |
| 2025-05-09 | Update cargo | Weihang Lo | -0/+0 |
| 2025-05-09 | Rollup merge of #140843 - jieyouxu:broken-pipe, r=Kobzol | Matthias Krüger | -2/+20 |
| 2025-05-09 | Make diagnostics experimental by default | Florian Diebold | -33/+47 |
| 2025-05-09 | run-make-support: support "ejecting" the underlying std command | Jieyou Xu | -2/+20 |
| 2025-05-09 | Remove mono item collection strategy override from -Zprint-mono-items | Tomasz Miąsko | -1/+4 |
| 2025-05-09 | Rollup merge of #140804 - bend-n:signed, r=lcnr | Stuart Cook | -0/+1 |
| 2025-05-09 | move (and remove) impl Trait tests | lcnr | -30/+30 |
| 2025-05-08 | Auto merge of #140786 - Kobzol:try-builds-no-deny-warnings, r=jieyouxu | bors | -13/+32 |
| 2025-05-08 | Remove let_chains feature as it is stable | est31 | -1/+0 |
| 2025-05-08 | Merge pull request #19507 from Hmikihiro/fix_module_doc_links | Lukas Wirth | -149/+548 |
| 2025-05-08 | add signed integers to unnecessary_lints to ensure feature parity with clippy | bendn | -0/+1 |
| 2025-05-08 | Merge pull request #4311 from est31/edition_2024 | Ralf Jung | -12/+11 |
| 2025-05-08 | Update miri, cargo-miri and miri-cript to edition 2024 | est31 | -12/+11 |
| 2025-05-08 | add assert to check ast_index smaller than INNER_ATTR_SET_BIT | Hayashi Mikihiro | -13/+9 |
| 2025-05-08 | remove commented-out test leftover | Ralf Jung | -1/+0 |
| 2025-05-08 | remove stray stderr file | Ralf Jung | -22/+0 |
| 2025-05-08 | Do not deny warnings for fast try builds | Jakub Beránek | -10/+27 |
| 2025-05-08 | Rollup merge of #140755 - dpaoliello:arm64windebuginfo, r=jieyouxu | Matthias Krüger | -0/+1 |
| 2025-05-08 | Fix postfix snippets duplicating derefs | Chayim Refael Friedman | -13/+33 |
| 2025-05-08 | perf: Request cancellation while processing changed files | Lukas Wirth | -80/+136 |
| 2025-05-08 | Migrate `opt-dist` to edition 2024 | Jakub Beránek | -2/+5 |
| 2025-05-08 | Remove unused dependency from opt-dist | Jakub Beránek | -1/+0 |
| 2025-05-08 | Still complete parentheses & method call arguments if there are existing pare... | Chayim Refael Friedman | -3/+76 |
| 2025-05-08 | Rollup merge of #140260 - compiler-errors:only-global-post-norm, r=lcnr | Matthias Krüger | -3/+3 |
| 2025-05-08 | Auto merge of #140106 - dianne:deref-pat-usefulness, r=Nadrieril | bors | -0/+3 |
| 2025-05-07 | [win][arm64] Disable various DebugInfo tests that don't work on Arm64 Windows | Daniel Paoliello | -0/+1 |
| 2025-05-07 | Rollup merge of #140745 - jchecahi:run-make-support-cargo-rustc-dylib, r=jiey... | Guillaume Gomez | -1/+4 |
| 2025-05-07 | Require T: TypeFoldable in Binder<T> visit | Michael Goulet | -3/+3 |
| 2025-05-07 | run-make-support: set rustc dylib path for cargo wrapper | Jesus Checa Hidalgo | -1/+4 |
| 2025-05-07 | test suite: use CARGO_TARGET_TMPDIR for temporary build artifacts | Ralf Jung | -3/+2 |
| 2025-05-07 | Auto merge of #137995 - hkBst:parse_format_reuse_unescape, r=nnethercote | bors | -3/+3 |
| 2025-05-06 | add stubbed-out cases for rust-analyzer | dianne | -0/+3 |
| 2025-05-07 | Rollup merge of #134273 - RalfJung:de-stabilize-bench, r=ibraheemdev,traviscross | Jacob Pratt | -0/+1 |
| 2025-05-07 | extract function: `doc_attributes` to find def from inner doc | Hayashi Mikihiro | -8/+26 |
| 2025-05-07 | add doc link test for hover | Hayashi Mikihiro | -0/+122 |
| 2025-05-07 | add doc link test for goto def | Hayashi Mikihiro | -0/+68 |
| 2025-05-07 | check module path inner or outer | Hayashi Mikihiro | -130/+256 |
| 2025-05-06 | Remove duplicate impl of string unescape | Marijn Schouten | -3/+3 |
| 2025-05-06 | Merge pull request #19738 from ChayimFriedman2/weird-gats | Lukas Wirth | -0/+32 |
| 2025-05-06 | Remove ast index mask | Hayashi Mikihiro | -7/+10 |
| 2025-05-06 | import std::iter::repeat | Hayashi Mikihiro | -0/+1 |
| 2025-05-06 | Update crates/hir-expand/src/attrs.rs | Hayashi Mikihiro | -1/+1 |
| 2025-05-06 | Update crates/hir-expand/src/attrs.rs | Hayashi Mikihiro | -1/+1 |
| 2025-05-06 | fix: resolve doc path if outer comments exist on module and replace from cfg_... | Hayashi Mikihiro | -34/+99 |
| 2025-05-06 | Don't panic on some weird code | Chayim Refael Friedman | -0/+32 |