| Age | Commit message (Expand) | Author | Lines |
| 2025-05-07 | Rollup merge of #140706 - GuillaumeGomez:fix-missing-temp-dir-cleanup, r=notr... | Guillaume Gomez | -3/+21 |
| 2025-05-07 | Rollup merge of #140234 - nnethercote:separate-Analysis-and-Results, r=davidtwco | Guillaume Gomez | -2/+1 |
| 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 | add armv5te-unknown-linux-gnueabi target maintainer | Adrian Friedli | -1/+31 |
| 2025-05-07 | Auto merge of #140735 - GuillaumeGomez:rollup-dlhbxsg, r=GuillaumeGomez | bors | -12/+12 |
| 2025-05-07 | Rollup merge of #139518 - xizheyin:issue-138527, r=traviscross | Guillaume Gomez | -12/+12 |
| 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-06 | let deref patterns participate in usefulness/exhaustiveness | dianne | -2/+1 |
| 2025-05-07 | Rollup merge of #140709 - notriddle:rm-unportable-markdown, r=GuillaumeGomez | Jacob Pratt | -159/+1 |
| 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-06 | rustdoc: remove unportable markdown lint and old parser | Michael Howell | -159/+1 |
| 2025-05-06 | Ensure that temporary doctest folder is correctly removed even if doctests fa... | Guillaume Gomez | -3/+21 |
| 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 some unused `#![feature]`s | Alex Macleod | -1/+0 |
| 2025-05-06 | avoid duplicating commands | Tshepang Mbambo | -4/+5 |
| 2025-05-06 | Rollup merge of #140658 - dianne:lit-deref-pats-p2, r=oli-obk | Guillaume Gomez | -7/+24 |
| 2025-05-06 | Rollup merge of #140135 - GuillaumeGomez:sidebars-image, r=rustdoc | Guillaume Gomez | -22/+23 |
| 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 |
| 2025-05-06 | Merge pull request #19721 from ChayimFriedman2/more-parallel | Lukas Wirth | -256/+188 |
| 2025-05-06 | Notify the user that we're collecting symbols | Chayim Refael Friedman | -1/+10 |
| 2025-05-06 | Rollup merge of #140687 - ehuss:update-mdbook, r=jieyouxu | Stuart Cook | -3/+3 |
| 2025-05-06 | Rollup merge of #140251 - Zalathar:coverage-dump-path, r=clubby789 | Stuart Cook | -104/+377 |
| 2025-05-06 | Rollup merge of #140035 - fee1-dead-contrib:push-oszwkkvmpkks, r=jieyouxu,wes... | Stuart Cook | -6/+50 |
| 2025-05-06 | Rollup merge of #139773 - thaliaarchi:vec-into-iter-last, r=workingjubilee | Stuart Cook | -7/+46 |
| 2025-05-06 | coverage-dump: Dump filenames instead of global file IDs (and bless) | Zalathar | -2/+1 |
| 2025-05-06 | coverage-dump: Make filenames available to covfun record dumping | Zalathar | -3/+87 |
| 2025-05-06 | coverage-dump: Include filenames hash in covfun line data | Zalathar | -26/+101 |
| 2025-05-06 | coverage-dump: Extract a common parser method for maybe-compressed bytes | Zalathar | -23/+41 |
| 2025-05-06 | coverage-dump: Extract some common code to an `llvm_utils` submodule | Zalathar | -48/+51 |
| 2025-05-06 | bootstrap: Add check/test/run steps for src/tools/coverage-dump | Zalathar | -4/+98 |
| 2025-05-06 | Auto merge of #131160 - ismailarilik:handle-potential-query-instability-lint-... | bors | -31/+31 |
| 2025-05-05 | Auto merge of #140682 - GuillaumeGomez:rollup-6xjf6zn, r=GuillaumeGomez | bors | -16/+39 |
| 2025-05-05 | Update mdbook to 0.4.49 | Eric Huss | -3/+3 |
| 2025-05-05 | Add a `--num-threads` to the `prime-caches` CLI command | Chayim Refael Friedman | -60/+61 |
| 2025-05-05 | Better manage parallel prime caches | Chayim Refael Friedman | -245/+167 |
| 2025-05-05 | Support environment variable CARGO_MANIFEST_PATH. | Victor | -0/+17 |
| 2025-05-05 | Rollup merge of #140676 - rustbot:docs-update, r=ehuss | Guillaume Gomez | -0/+0 |