| Age | Commit message (Expand) | Author | Lines |
| 2024-12-26 | Use empty `SymbolInformation.signature_documentation.relative_path` | Michael Sloan | -9/+2 |
| 2024-12-26 | Provide SCIP `external_symbols` + fix symbols provided with Document | Michael Sloan | -58/+146 |
| 2024-12-25 | Improve SCIP symbols | Michael Sloan | -270/+522 |
| 2024-12-25 | Improve rustdoc code | Guillaume Gomez | -24/+22 |
| 2024-12-25 | Auto merge of #134703 - poliorcetics:ab/push-ovsylkzsoxku, r=GuillaumeGomez | bors | -12/+10 |
| 2024-12-25 | swap_typed_nonoverlapping: properly detect overlap even when swapping scalar ... | Ralf Jung | -3/+25 |
| 2024-12-25 | rename typed_swap → typed_swap_nonoverlapping | Ralf Jung | -12/+12 |
| 2024-12-25 | we generally make later flags overwrite earlier flags, so remove some logic g... | Ralf Jung | -18/+3 |
| 2024-12-25 | remove some flags that have been hard errors for a while | Ralf Jung | -9/+0 |
| 2024-12-25 | show an error on some invalid flag combinations: TB + permissive provenance; ... | Ralf Jung | -17/+21 |
| 2024-12-25 | miri: add test for overlapping typed_swap | Ralf Jung | -0/+28 |
| 2024-12-25 | Auto merge of #134738 - clubby789:forbid-output-ui, r=jieyouxu | bors | -2/+4 |
| 2024-12-25 | Auto merge of #134748 - DianQK:rollup-3y5fzcx, r=DianQK | bors | -0/+211 |
| 2024-12-25 | Rollup merge of #134525 - adetaylor:unstable-book-changes, r=wesleywiser | DianQK | -0/+211 |
| 2024-12-25 | Auto merge of #134747 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-12-24 | Update cargo | Weihang Lo | -0/+0 |
| 2024-12-25 | Auto merge of #134729 - oliveredget:typo, r=jieyouxu | bors | -1/+1 |
| 2024-12-25 | compiletest: Support `forbid-output` in UI tests | clubby789 | -2/+4 |
| 2024-12-25 | fix missing name enum when hovering on fields in variants | roife | -3/+14 |
| 2024-12-24 | fix: Fix metrics workflow using the wrong download-artifact version | Lukas Wirth | -1/+1 |
| 2024-12-24 | Merge pull request #18743 from ChayimFriedman2/e0107 | Lukas Wirth | -275/+881 |
| 2024-12-24 | Merge pull request #18754 from Veykril/push-zkkzxrsxnqnm | Lukas Wirth | -140/+209 |
| 2024-12-24 | Unify handling of path diagnostics in hir-ty | Chayim Refael Friedman | -247/+848 |
| 2024-12-24 | Cleanup target fetching for cargo metadata | Lukas Wirth | -140/+209 |
| 2024-12-24 | Auto merge of #134724 - onur-ozkan:type-improvements, r=jieyouxu | bors | -53/+34 |
| 2024-12-24 | chore: fix typos | oliveredget | -1/+1 |
| 2024-12-24 | Merge pull request #18707 from ChayimFriedman2/subst | Lukas Wirth | -186/+1015 |
| 2024-12-24 | Merge pull request #18718 from Giga-Bowser/fix-syntaxfactory-intoiterator | Lukas Wirth | -16/+28 |
| 2024-12-24 | Merge pull request #18722 from markmurphydev/status_bar_settings | Lukas Wirth | -35/+62 |
| 2024-12-24 | improve type mutation for certain structures | onur-ozkan | -53/+34 |
| 2024-12-24 | Merge pull request #18750 from Veykril/push-tyvtqpwrwvsr | Lukas Wirth | -103/+7 |
| 2024-12-24 | Back out "internal: Disable rustc test metrics" | Lukas Wirth | -2/+7 |
| 2024-12-24 | Remove dangling outdated test module | Lukas Wirth | -101/+0 |
| 2024-12-24 | Merge pull request #18749 from PrototypeNM1/windows-debugger-wait | Lukas Wirth | -7/+25 |
| 2024-12-24 | Auto merge of #134625 - compiler-errors:unsafe-binders-ty, r=oli-obk | bors | -2/+8 |
| 2024-12-24 | nit: cleanups in `Cfg::simplify_with` | Alexis (Poliorcetics) Bourget | -12/+10 |
| 2024-12-23 | minor: Break out of waiting for debugger on Windows using native debugger che... | Nicholas Rishel | -7/+25 |
| 2024-12-23 | Auto merge of #134405 - rmehri01:x-completions, r=onur-ozkan | bors | -2/+5952 |
| 2024-12-23 | Auto merge of #134687 - matthiaskrgr:rollup-m32tkax, r=matthiaskrgr | bors | -1/+21 |
| 2024-12-23 | use std::sync::Once instead of hand-rolling a bad version of it | Ralf Jung | -13/+12 |
| 2024-12-23 | many-seeds: add flag to keep going even after we found a failing seed | Ralf Jung | -7/+24 |
| 2024-12-23 | stop using process-wide state, now that we are running multiple interpreters ... | Ralf Jung | -47/+47 |
| 2024-12-23 | Rollup merge of #134669 - clubby789:dev-ci-mode, r=jieyouxu | Matthias Krüger | -0/+4 |
| 2024-12-23 | Rollup merge of #134528 - jieyouxu:fix-rustc-bootstrap-test, r=Kobzol | Matthias Krüger | -1/+17 |
| 2024-12-23 | remove --many-seeds from ./miri run | Ralf Jung | -120/+30 |
| 2024-12-23 | remove many-seeds mode from cargo-miri | Ralf Jung | -182/+104 |
| 2024-12-23 | add -Zmiri-many-seeds flag to the driver itself | Ralf Jung | -94/+172 |
| 2024-12-23 | tests: migrate `incr-add-rust-src-component` to rmake.rs | 许杰友 Jieyou Xu (Joe) | -1/+0 |
| 2024-12-23 | Auto merge of #134681 - lnicola:sync-from-ra, r=lnicola | bors | -2151/+3082 |
| 2024-12-23 | Link to dev guide on Docker testing | clubby789 | -0/+4 |