| Age | Commit message (Expand) | Author | Lines |
| 2024-04-16 | Change the output artifact path to `$root_dir/obj/$image` when running locally | DianQK | -10/+11 |
| 2024-04-09 | Only output to `GITHUB_STEP_SUMMARY` in a CI environment | DianQK | -1/+3 |
| 2024-04-09 | Use `isCI` in `run.sh` | DianQK | -3/+3 |
| 2024-04-09 | Rollup merge of #123652 - cuviper:ui-vendor, r=jieyouxu | Matthias Krüger | -0/+5 |
| 2024-04-09 | Rollup merge of #123647 - fmease:rustdoc-clean-up-blanket-impls-synth, r=camelid | Matthias Krüger | -131/+121 |
| 2024-04-09 | Rollup merge of #123636 - rustbot:docs-update, r=ehuss | Matthias Krüger | -0/+0 |
| 2024-04-09 | Rollup merge of #123624 - GuillaumeGomez:theme-switch-tests, r=notriddle | Matthias Krüger | -13/+11 |
| 2024-04-09 | Rollup merge of #122768 - oli-obk:why_is_E0699_so_bad, r=WaffleLapkin | Matthias Krüger | -14/+31 |
| 2024-04-08 | Auto merge of #122077 - oli-obk:eager_opaque_checks4, r=lcnr | bors | -1/+0 |
| 2024-04-08 | Fix UI tests with dist-vendored dependencies | Josh Stone | -0/+5 |
| 2024-04-08 | rustdoc: slightly clean up the synthesis of blanket impls | León Orell Valerian Liehr | -131/+121 |
| 2024-04-08 | Rollup merge of #123547 - klensy:bs-pubs, r=onur-ozkan | Matthias Krüger | -30/+0 |
| 2024-04-08 | Manually set cache directory path when running GUI tests | Guillaume Gomez | -12/+10 |
| 2024-04-08 | Update books | rustbot | -0/+0 |
| 2024-04-08 | Auto merge of #120131 - oli-obk:pattern_types_syntax, r=compiler-errors | bors | -4/+47 |
| 2024-04-08 | Mark some tests as known-bugs and add the test case from the corresponding issue | Oli Scherer | -1/+0 |
| 2024-04-08 | Rollup merge of #123625 - oli-obk:private_fnctxt, r=fee1-dead | Matthias Krüger | -43/+3 |
| 2024-04-08 | Rollup merge of #122807 - danielhuang:fix-1, r=davidtwco | Matthias Krüger | -2/+2 |
| 2024-04-08 | Normalize layout test to protect against android alignment differences | Oli Scherer | -1/+2 |
| 2024-04-08 | Actually create ranged int types in the type system. | Oli Scherer | -4/+12 |
| 2024-04-08 | Thread pattern types through the HIR | Oli Scherer | -4/+33 |
| 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 | Update browser-ui-test version to 0.17.2 | Guillaume Gomez | -1/+1 |
| 2024-04-08 | Auto merge of #123569 - c410-f3r:testsssssss, r=jieyouxu | bors | -26/+26 |
| 2024-04-08 | Auto merge of #123506 - RalfJung:miri-test-libstd, r=Mark-Simulacrum | bors | -10/+55 |
| 2024-04-07 | Move tests | Caio | -26/+26 |
| 2024-04-07 | Auto merge of #123601 - jieyouxu:compiletest-run-rustfix-revisions, r=WaffleL... | bors | -1/+21 |
| 2024-04-07 | compiletest: properly handle revisioned run-rustfix tests | 许杰友 Jieyou Xu (Joe) | -1/+21 |
| 2024-04-07 | Rollup merge of #123584 - tgross35:rustc_doc_primitive-usage-error, r=fmease | Matthias Krüger | -2/+10 |
| 2024-04-07 | Auto merge of #123221 - pacak:cache_emit, r=fmease,jieyouxu | bors | -18/+30 |
| 2024-04-07 | Auto merge of #123585 - matthiaskrgr:rollup-dexaj7a, r=matthiaskrgr | bors | -0/+8 |
| 2024-04-07 | also test core+alloc on a 32bit big-endian target | Ralf Jung | -1/+5 |
| 2024-04-07 | disable debug assertions to speed up the check-aux job | Ralf Jung | -0/+4 |
| 2024-04-07 | run some std tests on more targets | Ralf Jung | -11/+28 |
| 2024-04-07 | also test parts of std | Ralf Jung | -0/+10 |
| 2024-04-07 | check-aux: test core and alloc in Miri | Ralf Jung | -0/+10 |
| 2024-04-07 | rustdoc: error when `rustc_doc_primitive` has an unknown type | Trevor Gross | -2/+10 |
| 2024-04-07 | Rollup merge of #123581 - tgross35:f16-f128-rustdoc-updates, r=fmease | Matthias Krüger | -0/+8 |
| 2024-04-07 | Auto merge of #123555 - DianQK:update-llvm-18, r=cuviper | bors | -0/+0 |
| 2024-04-06 | Add `f16` and `f128` to rustdoc's `PrimitiveType` | Trevor Gross | -0/+8 |
| 2024-04-07 | Rollup merge of #123563 - Oneirical:version, r=jieyouxu | Matthias Krüger | -2/+1 |
| 2024-04-07 | Rollup merge of #123411 - saethlin:ub-checks, r=Urgau,RalfJung | Matthias Krüger | -1/+19 |
| 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 | Rollup merge of #123553 - RalfJung:miri, r=RalfJung | Guillaume Gomez | -954/+990 |
| 2024-04-06 | Put checks that detect UB under their own flag below debug_assertions | Ben Kimock | -1/+19 |
| 2024-04-06 | Auto merge of #123339 - onur-ozkan:optimize-tidy-check, r=Mark-Simulacrum | bors | -4397/+4402 |
| 2024-04-06 | extend run-make test runner with some helper functions | Michael Baikov | -18/+30 |
| 2024-04-06 | Update to LLVM 18.1.3 | DianQK | -0/+0 |