| Age | Commit message (Expand) | Author | Lines |
| 2024-04-08 | Actually create ranged int types in the type system. | Oli Scherer | -0/+2 |
| 2024-04-08 | Thread pattern types through the HIR | Oli Scherer | -0/+5 |
| 2024-04-08 | Stop exporting `TypeckRootCtxt` and `FnCtxt`. | Oli Scherer | -43/+3 |
| 2024-04-08 | Add pattern types to ast | Oli Scherer | -0/+5 |
| 2024-04-08 | Replace branch coverage line anonymization test with MC/DC | Zalathar | -52/+48 |
| 2024-04-08 | Add MC/DC support to coverage test tools | zhuyunxing | -2/+57 |
| 2024-04-07 | Move tests | Caio | -26/+26 |
| 2024-04-07 | compiletest: properly handle revisioned run-rustfix tests | 许杰友 Jieyou Xu (Joe) | -1/+21 |
| 2024-04-07 | Auto merge of #123221 - pacak:cache_emit, r=fmease,jieyouxu | bors | -18/+30 |
| 2024-04-07 | Rollup merge of #123563 - Oneirical:version, r=jieyouxu | Matthias Krüger | -2/+1 |
| 2024-04-06 | MIRI_REPLACE_LIBRS_IF_NOT_TEST: also apply to crates.io crates | Ralf Jung | -7/+2 |
| 2024-04-06 | Rewrite version test as UI test | Oneirical | -2/+1 |
| 2024-04-06 | Auto merge of #123557 - GuillaumeGomez:rollup-3af7urf, r=GuillaumeGomez | bors | -954/+990 |
| 2024-04-06 | extend run-make test runner with some helper functions | Michael Baikov | -18/+30 |
| 2024-04-06 | make 'missing extern static' error consistent with missing shim | Ralf Jung | -15/+11 |
| 2024-04-06 | optimize tidy check on `src/tools/tidy/src/issues.txt` | onur-ozkan | -4397/+4402 |
| 2024-04-06 | Merge from rustc | Ralf Jung | -1995/+5730 |
| 2024-04-06 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2024-04-06 | chore: fix some typos | findseat | -7/+7 |
| 2024-04-05 | Update cargo | Weihang Lo | -0/+0 |
| 2024-04-05 | Rollup merge of #123500 - belovdv:remove-miri-jobserver-fixme, r=RalfJung,oli... | Guillaume Gomez | -0/+7 |
| 2024-04-05 | Rollup merge of #121419 - agg23:xrOS-pr, r=davidtwco | Guillaume Gomez | -1/+1 |
| 2024-04-05 | Revert "remove miri jobserver workaround" | belovdv | -0/+7 |
| 2024-04-05 | Auto merge of #123497 - GuillaumeGomez:rollup-usqb4q9, r=GuillaumeGomez | bors | -24/+347 |
| 2024-04-05 | Rollup merge of #123474 - jieyouxu:issue-7349-port, r=Mark-Simulacrum | Guillaume Gomez | -1/+0 |
| 2024-04-05 | Rollup merge of #123350 - compiler-errors:async-closure-by-move, r=oli-obk | Guillaume Gomez | -0/+38 |
| 2024-04-05 | Rollup merge of #123149 - jieyouxu:rmake-arguments-non-c-like-enum, r=Mark-Si... | Guillaume Gomez | -19/+308 |
| 2024-04-05 | Rollup merge of #122334 - GuillaumeGomez:vendor-cg_gcc, r=Mark-Simulacrum | Guillaume Gomez | -4/+1 |
| 2024-04-05 | Auto merge of #123317 - RalfJung:test-in-miri, r=m-ou-se,saethlin,onur-ozkan | bors | -34/+90 |
| 2024-04-05 | linux/foreign_items: reorder things to make more sense, remove duplicate sock... | Ralf Jung | -47/+32 |
| 2024-04-05 | miri: go look for the item in all crates of the right name | Ralf Jung | -17/+34 |
| 2024-04-05 | Auto merge of #123469 - belovdv:remove-miri-jobserver-fixme, r=petrochenkov | bors | -7/+0 |
| 2024-04-05 | Auto merge of #123484 - jhpratt:rollup-usz4e64, r=jhpratt | bors | -2/+5 |
| 2024-04-04 | Rollup merge of #123407 - GuillaumeGomez:js-failed-theme, r=notriddle | Jacob Pratt | -2/+5 |
| 2024-04-04 | Force `move` async-closures that are `FnOnce` to make their inner coroutines ... | Michael Goulet | -31/+14 |
| 2024-04-04 | Actually use the inferred ClosureKind from signature inference in coroutine-c... | Michael Goulet | -10/+65 |
| 2024-04-05 | use `Lrc` instead of the aliased type `Arc` directly | y21 | -3/+3 |
| 2024-04-04 | Port issue-7349 to a codegen test | 许杰友 Jieyou Xu (Joe) | -1/+0 |
| 2024-04-04 | remove miri jobserver workaround | belovdv | -7/+0 |
| 2024-04-04 | Merge commit '9725c4a162502a02c1c67fdca6b797fe09b2b73c' into clippy-subtree-u... | Philipp Krones | -1932/+5287 |
| 2024-04-04 | Rename ModSep to PathSep | León Orell Valerian Liehr | -2/+2 |
| 2024-04-04 | Select specific CI YAML files to expand | Jakub Beránek | -23/+16 |
| 2024-04-04 | Rollup merge of #122448 - high-cloud:move-hir-tree, r=oli-obk | Matthias Krüger | -1/+0 |
| 2024-04-04 | move hir-tree test from run-make to ui test | Yaodong Yang | -1/+0 |
| 2024-04-04 | adjust frame_in_std to recognize std tests | Ralf Jung | -10/+8 |
| 2024-04-04 | Merge from rustc | The Miri Cronjob Bot | -28/+127 |
| 2024-04-04 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-04-04 | Auto merge of #119820 - lcnr:leak-check-2, r=jackh726 | bors | -1/+0 |
| 2024-04-03 | update messages | Dan | -2/+2 |
| 2024-04-03 | rebase oddity | Boxy | -1/+0 |