| Age | Commit message (Expand) | Author | Lines |
| 2024-12-20 | Auto merge of #134564 - Kobzol:revert-aarch64-runner, r=nikic | bors | -129/+99 |
| 2024-12-20 | internal: Standardize how we take iterator parameters in `SyntaxFactory` | Giga Bowser | -16/+28 |
| 2024-12-20 | Arbitrary self types v2: unstable doc updates. | Adrian Taylor | -0/+211 |
| 2024-12-20 | Revert "Auto merge of #133809 - mrkajetanp:ci-aarch64-dist, r=Kobzol" | Jakub Beránek | -129/+99 |
| 2024-12-20 | Add explanations about `--doctest-compilation-args` in rustdoc book | Guillaume Gomez | -18/+76 |
| 2024-12-20 | Add `--doctest-compilation-args` option to allow passing arguments to doctest... | Guillaume Gomez | -1/+25 |
| 2024-12-20 | Rollup merge of #134514 - bjorn3:more_driver_refactors, r=jieyouxu | DianQK | -6/+8 |
| 2024-12-20 | Move ty lowering diagnostic definitions into a separate module | Chayim Refael Friedman | -29/+34 |
| 2024-12-20 | Merge pull request #18729 from Veykril/push-kyxtnozqzwkn | Lukas Wirth | -53/+140 |
| 2024-12-20 | Clear all check diagnostics when the workspace changes | Lukas Wirth | -0/+1 |
| 2024-12-20 | Arc the package ids coming from flycheck | Lukas Wirth | -12/+21 |
| 2024-12-20 | Arc the workspace root flycheck | Lukas Wirth | -8/+8 |
| 2024-12-20 | Clear flycheck diagnostics more granularly | Lukas Wirth | -48/+125 |
| 2024-12-20 | fix missing ns units in bootstrap's benchmark rendering | The 8472 | -1/+1 |
| 2024-12-20 | Merge pull request #18723 from ChayimFriedman2/tracing-complete | Lukas Wirth | -360/+596 |
| 2024-12-20 | Fix a case where completion was unable to expand a macro | Chayim Refael Friedman | -360/+596 |
| 2024-12-20 | Merge pull request #18728 from Veykril/push-ozqlrzmqklwt | Lukas Wirth | -49/+51 |
| 2024-12-20 | Merge pull request #18702 from ChayimFriedman2/prep | Lukas Wirth | -133/+162 |
| 2024-12-20 | internal: Split serde derive feature into `serde_derive` usage | Lukas Wirth | -49/+51 |
| 2024-12-20 | fmt | Ralf Jung | -411/+211 |
| 2024-12-20 | Merge from rustc | Ralf Jung | -565/+817 |
| 2024-12-20 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2024-12-20 | Show substitution where hovering over generic things | Chayim Refael Friedman | -186/+1015 |
| 2024-12-20 | Merge pull request #18726 from Veykril/push-vyzotyqqtpqs | Lukas Wirth | -26/+19 |
| 2024-12-20 | fix: Reduce applicability of unnecessary_async assist | Lukas Wirth | -26/+19 |
| 2024-12-20 | Rollup merge of #134321 - dtolnay:docassocconst, r=fmease | Jacob Pratt | -99/+170 |
| 2024-12-20 | Rollup merge of #133103 - tiif:fnabi, r=RalfJung | Jacob Pratt | -446/+471 |
| 2024-12-20 | Merge from rustc | The Miri Cronjob Bot | -387/+395 |
| 2024-12-20 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-12-20 | Auto merge of #134433 - MarcoIeni:ubuntu-22-large-runners, r=Kobzol | bors | -3/+3 |
| 2024-12-19 | Auto merge of #134516 - matthiaskrgr:rollup-aqwxii0, r=matthiaskrgr | bors | -10/+10 |
| 2024-12-19 | Auto merge of #133793 - nnethercote:speed-up-expected_tokens, r=spastorino | bors | -16/+17 |
| 2024-12-19 | Rename TyMethodItem -> RequiredMethodItem | David Tolnay | -20/+24 |
| 2024-12-19 | Rename TyAssocTypeItem -> RequiredAssocTypeItem | David Tolnay | -23/+25 |
| 2024-12-19 | Suppress `= _` on associated constants in impls | David Tolnay | -10/+40 |
| 2024-12-19 | Split AssocConstItem into ProvidedAssocConstItem and ImplAssocConstItem | David Tolnay | -34/+62 |
| 2024-12-19 | Rename TyAssocConstItem -> RequiredAssocConstItem | David Tolnay | -22/+29 |
| 2024-12-20 | opt-dist: propagate channel info to bootstrap | Jieyou Xu | -1/+17 |
| 2024-12-19 | Merge pull request #18717 from Veykril/push-pomxnvxotwlr | Lukas Wirth | -7/+11 |
| 2024-12-19 | Make DependencyList an IndexVec | bjorn3 | -6/+8 |
| 2024-12-19 | internal: Set `result_id` for pull diagnostics | Lukas Wirth | -7/+11 |
| 2024-12-19 | Rollup merge of #134463 - jieyouxu:filecheck-prefix, r=Zalathar | Matthias Krüger | -10/+10 |
| 2024-12-19 | Pass FnAbi to find_mir_or_eval_fn | tiif | -446/+471 |
| 2024-12-19 | compiletest: don't register `MSVC`/`NONMSVC` FileCheck prefixes | 许杰友 Jieyou Xu (Joe) | -10/+10 |
| 2024-12-19 | Auto merge of #134499 - jieyouxu:rollup-zmaveur, r=jieyouxu | bors | -98/+130 |
| 2024-12-19 | Rollup merge of #134437 - onur-ozkan:improve-compiler-build, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -30/+34 |
| 2024-12-19 | Rollup merge of #134432 - GuillaumeGomez:intra-doc-in-footnotes, r=notriddle | 许杰友 Jieyou Xu (Joe) | -16/+50 |
| 2024-12-19 | Rollup merge of #134427 - MarcoIeni:ci-remove-code-duplication, r=Kobzol | 许杰友 Jieyou Xu (Joe) | -49/+41 |
| 2024-12-19 | Rollup merge of #133702 - RalfJung:single-variant, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -3/+5 |
| 2024-12-19 | Auto merge of #133961 - lcnr:borrowck-cleanup, r=jackh726 | bors | -1/+1 |