| Age | Commit message (Expand) | Author | Lines |
| 2024-12-21 | Auto merge of #134604 - RalfJung:miri-sync, r=RalfJung | bors | -998/+1473 |
| 2024-12-21 | Merge from rustc | The Miri Cronjob Bot | -136/+108 |
| 2024-12-21 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-12-21 | Auto merge of #134594 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-12-20 | Update cargo | Weihang Lo | -0/+0 |
| 2024-12-21 | Rollup merge of #128780 - GuillaumeGomez:rustflags-doctests, r=rustdoc | Matthias Krüger | -19/+175 |
| 2024-12-20 | Add test to ensure passing `--doctest_compilation_args` multiple times work | Guillaume Gomez | -1/+1 |
| 2024-12-20 | Move test into the `tests.rs` file | Guillaume Gomez | -23/+22 |
| 2024-12-20 | Add explanations on how arguments are split | Guillaume Gomez | -0/+19 |
| 2024-12-20 | Split arguments from `--doctest-compilation-args` like a shell would | Guillaume Gomez | -8/+64 |
| 2024-12-20 | Auto merge of #134582 - matthiaskrgr:rollup-i0oyqjw, r=matthiaskrgr | bors | -1/+1 |
| 2024-12-20 | Rollup merge of #134556 - the8472:restore-ns-units, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2024-12-20 | Auto merge of #134564 - Kobzol:revert-aarch64-runner, r=nikic | bors | -129/+99 |
| 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 | fix missing ns units in bootstrap's benchmark rendering | The 8472 | -1/+1 |
| 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 | 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-19 | Make DependencyList an IndexVec | bjorn3 | -6/+8 |
| 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 |
| 2024-12-19 | add warning explaining the limitations of the native code mode | Ralf Jung | -10/+88 |
| 2024-12-19 | Auto merge of #134492 - jhpratt:rollup-elpdwd9, r=jhpratt | bors | -0/+0 |
| 2024-12-19 | Speed up `Parser::expected_token_types`. | Nicholas Nethercote | -16/+17 |
| 2024-12-18 | Rollup merge of #134388 - rustbot:docs-update, r=ehuss | Jacob Pratt | -0/+0 |
| 2024-12-19 | Auto merge of #133809 - mrkajetanp:ci-aarch64-dist, r=Kobzol | bors | -99/+129 |
| 2024-12-18 | Update books | rustbot | -0/+0 |
| 2024-12-18 | Merge pull request #4072 from tiif/blockop | Oli Scherer | -114/+391 |