| Age | Commit message (Expand) | Author | Lines |
| 2024-07-18 | Rollup merge of #127822 - Oneirical:amazon-rainfortest, r=jieyouxu | Trevor Gross | -3/+0 |
| 2024-07-18 | Rollup merge of #127687 - RalfJung:pattern-cleanup, r=oli-obk,lcnr | Trevor Gross | -2/+1 |
| 2024-07-18 | Rollup merge of #127491 - Oneirical:bulletproof-test, r=jieyouxu | Trevor Gross | -8/+0 |
| 2024-07-18 | avoid creating an Instance only to immediately disassemble it again | Ralf Jung | -1/+0 |
| 2024-07-18 | valtree construction: keep track of which type was valtree-incompatible | Ralf Jung | -1/+1 |
| 2024-07-17 | Migrate `atomic-lock-free` to `rmake` | Jerry Wang | -1/+0 |
| 2024-07-17 | Add `llvm_components_contain` to `run-make-support` | Jerry Wang | -1/+8 |
| 2024-07-17 | rewrite unstable-flag-required to rmake | Oneirical | -1/+0 |
| 2024-07-17 | rewrite missing-crate-dependency to rmake | Oneirical | -1/+0 |
| 2024-07-17 | rewrite and rename issue-85401-static-mir | Oneirical | -1/+0 |
| 2024-07-17 | rewrite extern-fn-mangle to rmake | Oneirical | -1/+0 |
| 2024-07-17 | rewrite extern-fn-with-packed-struct to rmake | Oneirical | -1/+0 |
| 2024-07-17 | rewrite extern-fn-explicit-align to rmake | Oneirical | -1/+0 |
| 2024-07-17 | rewrite static-extern-type to rmake | Oneirical | -1/+0 |
| 2024-07-17 | rewrite longjmp-across-rust to rmake | Oneirical | -1/+0 |
| 2024-07-17 | rewrite extern-fn-struct-passing-abi to rmake | Oneirical | -1/+0 |
| 2024-07-17 | rewrite and rename issue-25581 | Oneirical | -1/+0 |
| 2024-07-17 | rewrite extern-fn-with-extern-types to rmake | Oneirical | -1/+0 |
| 2024-07-17 | run_make_support: use `fs` internally, but `rfs` to tests | 许杰友 Jieyou Xu (Joe) | -21/+30 |
| 2024-07-17 | run_make_support: rename `assert_recursive_eq` to `assert_dirs_are_equal` | 许杰友 Jieyou Xu (Joe) | -3/+3 |
| 2024-07-17 | run_make_support: moved some helpers into `string` module | 许杰友 Jieyou Xu (Joe) | -46/+54 |
| 2024-07-17 | run_make_support: move some helpers from assertion to path | 许杰友 Jieyou Xu (Joe) | -53/+53 |
| 2024-07-17 | run_make_support: coalesce fs helpers into single `fs` module | 许杰友 Jieyou Xu (Joe) | -117/+104 |
| 2024-07-17 | run_make_support: rename `cygpath_windows` to `get_windows_path` and move und... | 许杰友 Jieyou Xu (Joe) | -42/+45 |
| 2024-07-17 | run_make_support: rename `env_checked` -> `env` | 许杰友 Jieyou Xu (Joe) | -11/+10 |
| 2024-07-17 | run_make_support: move `build_native_static_lib` under `external_deps` | 许杰友 Jieyou Xu (Joe) | -50/+30 |
| 2024-07-17 | run_make_support: make `set_host_rpath` private and move into `util` | 许杰友 Jieyou Xu (Joe) | -24/+28 |
| 2024-07-17 | run_make_support: move `handle_failed_output` into `util` module | 许杰友 Jieyou Xu (Joe) | -24/+31 |
| 2024-07-17 | run_make_support: move `assert_recursive_eq` into `assertion_helpers` | 许杰友 Jieyou Xu (Joe) | -27/+28 |
| 2024-07-17 | run_make_support: rename `recursive_diff` to `assert_recursive_eq` | 许杰友 Jieyou Xu (Joe) | -3/+3 |
| 2024-07-17 | run_make_support: move assertions and helpers into own module | 许杰友 Jieyou Xu (Joe) | -134/+150 |
| 2024-07-17 | run_make_support: move `run_in_tmpdir` and `test_while_readonly` to `scoped_r... | 许杰友 Jieyou Xu (Joe) | -54/+75 |
| 2024-07-17 | run_make_support: move fs helpers to own module | 许杰友 Jieyou Xu (Joe) | -65/+75 |
| 2024-07-17 | run_make_support: move path-related helpers into own module | 许杰友 Jieyou Xu (Joe) | -34/+75 |
| 2024-07-17 | run_make_support: move artifact name helpers into `artifact_names` module | 许杰友 Jieyou Xu (Joe) | -76/+87 |
| 2024-07-17 | run_make_support: move `ar` into own module | 许杰友 Jieyou Xu (Joe) | -14/+30 |
| 2024-07-17 | run_make_support: cleanup and document some lib.rs reexports | 许杰友 Jieyou Xu (Joe) | -1/+10 |
| 2024-07-17 | run_make_support: move external deps to `external_deps` module | 许杰友 Jieyou Xu (Joe) | -24/+49 |
| 2024-07-17 | run_make_support: move `env_var{,_os}` into `env_checked` module | 许杰友 Jieyou Xu (Joe) | -25/+27 |
| 2024-07-17 | run_make_support: move target checks into `targets` module | 许杰友 Jieyou Xu (Joe) | -36/+59 |
| 2024-07-17 | run_make_support: move `impl_common_helpers` into own `macros` module | 许杰友 Jieyou Xu (Joe) | -122/+125 |
| 2024-07-17 | Auto merge of #127838 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-07-17 | Auto merge of #126208 - Oneirical:one-flew-over-the-cuckoo's-test, r=jieyouxu | bors | -23/+80 |
| 2024-07-16 | Update cargo | Weihang Lo | -0/+0 |
| 2024-07-16 | Auto merge of #127831 - tgross35:rollup-c0j9n7b, r=tgross35 | bors | -3/+90 |
| 2024-07-16 | Rollup merge of #127501 - compiler-errors:invert-infer-error-mod-struture, r=... | Trevor Gross | -1/+1 |
| 2024-07-16 | Rollup merge of #127390 - Oneirical:rough-testimation, r=jieyouxu | Trevor Gross | -2/+0 |
| 2024-07-16 | Rollup merge of #126967 - alexcrichton:wasm32-wasip2-tier-2, r=Mark-Simulacrum | Trevor Gross | -0/+89 |
| 2024-07-16 | build_native_static_lib with llvm_ar for run_make_support | Oneirical | -23/+45 |
| 2024-07-16 | rewrite prune-link-args to rmake format | Oneirical | -5/+33 |