| Age | Commit message (Expand) | Author | Lines |
| 2024-06-10 | Rollup merge of #126223 - jieyouxu:rmake-run-in-tmpdir-self-test, r=Kobzol | Matthias Krüger | -0/+38 |
| 2024-06-10 | Rollup merge of #126215 - gurry:125737-bad-err-anon-futs, r=lcnr | Matthias Krüger | -0/+4 |
| 2024-06-10 | Rollup merge of #126211 - lolbinarycat:llvm-outputs-rmake, r=jieyouxu | Matthias Krüger | -5/+20 |
| 2024-06-10 | Rollup merge of #126115 - gurry:125876-ice-unwrap-probe-many-result, r=compil... | Matthias Krüger | -0/+51 |
| 2024-06-10 | Add explanatory note to async block type mismatch error | Gurinder Singh | -0/+4 |
| 2024-06-10 | run-make: add run_in_tmpdir self-test | 许杰友 Jieyou Xu (Joe) | -0/+38 |
| 2024-06-10 | migrate tests/run-make/llvm-outputs to use rmake.rs | binarycat | -5/+20 |
| 2024-06-10 | Auto merge of #107099 - edward-shen:edward-shen/rustdoc-remap-path-prefix, r=... | bors | -0/+92 |
| 2024-06-09 | Auto merge of #126205 - jieyouxu:rollup-s64z5ng, r=jieyouxu | bors | -0/+70 |
| 2024-06-09 | Rollup merge of #126176 - notriddle:notriddle/fix-type-name-normalize, r=fmease | 许杰友 Jieyou Xu (Joe) | -0/+70 |
| 2024-06-09 | rustdoc-search: use lowercase, non-normalized name for type search | Michael Howell | -0/+70 |
| 2024-06-09 | Rollup merge of #125963 - workingjubilee:remove-hashes-from-codegen-tests, r=... | 许杰友 Jieyou Xu (Joe) | -8/+8 |
| 2024-06-09 | Rollup merge of #125041 - scottmcm:gvn-for-from-raw-parts, r=cjgillot | 许杰友 Jieyou Xu (Joe) | -14/+432 |
| 2024-06-09 | rustdoc: Add support for --remap-path-prefix | Edward Shen | -0/+92 |
| 2024-06-09 | Auto merge of #126166 - matthiaskrgr:crsh, r=jieyouxu | bors | -0/+323 |
| 2024-06-09 | Auto merge of #126185 - matthiaskrgr:rollup-72dn1s2, r=matthiaskrgr | bors | -13/+39 |
| 2024-06-09 | Rollup merge of #126155 - Zalathar:run-make-fulldeps, r=onur-ozkan | Matthias Krüger | -13/+0 |
| 2024-06-09 | Rollup merge of #126137 - Enselic:normalize-generic-arg, r=compiler-errors | Matthias Krüger | -0/+39 |
| 2024-06-09 | tests: add more crashes | Matthias Krüger | -0/+323 |
| 2024-06-09 | Auto merge of #126163 - RalfJung:simd-packed, r=calebzulawski,workingjubilee | bors | -4/+19 |
| 2024-06-09 | Remove empty test suite `tests/run-make-fulldeps` | Zalathar | -4/+0 |
| 2024-06-09 | Auto merge of #126087 - jieyouxu:rmake-docs, r=Kobzol | bors | -0/+43 |
| 2024-06-09 | Remove useless feature gate test for `#[feature(extern_prelude)]` | Zalathar | -9/+0 |
| 2024-06-09 | Auto merge of #126150 - RalfJung:offset_of_slice, r=compiler-errors | bors | -1/+101 |
| 2024-06-08 | simd packed types: update outdated check, extend codegen test | Ralf Jung | -4/+19 |
| 2024-06-08 | run-make: add some basic docs about the test suite's setup | 许杰友 Jieyou Xu (Joe) | -0/+43 |
| 2024-06-08 | Migrate runmake tests away from custom commands and `command_output` | Jakub Beránek | -107/+86 |
| 2024-06-08 | offset_of: allow (unstably) taking the offset of slice tail fields | Ralf Jung | -1/+101 |
| 2024-06-08 | tests: Add ui/higher-ranked/trait-bounds/normalize-generic-arg.rs | Martin Nordholts | -0/+39 |
| 2024-06-08 | Auto merge of #126097 - Kobzol:runmake-change-cwd, r=jieyouxu | bors | -240/+199 |
| 2024-06-08 | Fix windows test | Jakub Beránek | -2/+2 |
| 2024-06-08 | Remove unnecessary functions and the last mention of TMPDIR from `run-make-su... | Jakub Beránek | -16/+17 |
| 2024-06-08 | Auto merge of #126111 - Zalathar:fulldeps-hotplug, r=jieyouxu | bors | -32/+37 |
| 2024-06-08 | Fix ICE due to `unwrap` in `probe_for_name_many` | Gurinder Singh | -0/+51 |
| 2024-06-08 | Rollup merge of #126065 - bvanjoi:fix-124490, r=petrochenkov | León Orell Valerian Liehr | -0/+44 |
| 2024-06-08 | Rollup merge of #126057 - Sunshine40:rustdoc-search-non-english, r=notriddle | León Orell Valerian Liehr | -8/+270 |
| 2024-06-07 | Rollup merge of #126112 - Kobzol:runmake-source-root, r=jieyouxu | Matthias Krüger | -2/+2 |
| 2024-06-07 | Rollup merge of #126077 - oli-obk:revert_is_mir_available, r=BoxyUwU | Matthias Krüger | -3/+8 |
| 2024-06-07 | Rollup merge of #125572 - mu001999-contrib:dead/enhance, r=pnkfelix | Matthias Krüger | -60/+179 |
| 2024-06-07 | Rollup merge of #124214 - carbotaniuman:parse_unsafe_attrs, r=michaelwoerister | Matthias Krüger | -0/+119 |
| 2024-06-07 | mark binding undetermined if target name exist and not obtained | bohan | -0/+44 |
| 2024-06-07 | Add regression test | Oli Scherer | -3/+8 |
| 2024-06-07 | Port `tests/run-make-fulldeps/hotplug_codegen_backend` to ui-fulldeps | Zalathar | -29/+36 |
| 2024-06-07 | Address review comments | Jakub Beránek | -8/+8 |
| 2024-06-07 | Remove all usages of `tmp_dir` from tests | Jakub Beránek | -206/+175 |
| 2024-06-07 | Fix `bare-outfile` test | Jakub Beránek | -5/+1 |
| 2024-06-07 | Fix `mixing-formats` run-make test | Jakub Beránek | -17/+10 |
| 2024-06-07 | Auto merge of #125918 - oli-obk:const_block_ice, r=compiler-errors | bors | -14/+41 |
| 2024-06-07 | Fix codegen test | Oli Scherer | -3/+3 |
| 2024-06-07 | Add regression test | Oli Scherer | -0/+18 |