| Age | Commit message (Expand) | Author | Lines |
| 2024-04-17 | allow the tests to pass tidy | Elisha Hollander | -4/+4 |
| 2024-04-17 | add tests | Elisha Hollander | -0/+17 |
| 2024-04-17 | fix value | Elisha Hollander | -1/+1 |
| 2024-04-17 | configure for testing | Elisha Hollander | -1/+4 |
| 2024-04-17 | fmt | Ralf Jung | -5/+1 |
| 2024-04-17 | format style.rs | Elisha Hollander | -2/+2 |
| 2024-04-17 | separate regex generation | Elisha Hollander | -7/+7 |
| 2024-04-17 | Merge from rustc | Ralf Jung | -53/+63 |
| 2024-04-17 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2024-04-17 | use a function to generate the regex | Elisha Hollander | -8/+12 |
| 2024-04-17 | run-make-support: add clang and llvm-readobj command wrappers | 许杰友 Jieyou Xu (Joe) | -0/+121 |
| 2024-04-17 | Rollup merge of #124030 - RalfJung:adjust_alloc_base_pointer, r=oli-obk | Matthias Krüger | -39/+46 |
| 2024-04-17 | Fix copy-path button | Guillaume Gomez | -25/+12 |
| 2024-04-17 | Rename `BindingAnnotation` to `BindingMode` | Jules Bertholet | -108/+106 |
| 2024-04-17 | allow to set line-directives-only too | klensy | -0/+5 |
| 2024-04-17 | Add llvm-bitcode-linker to build manifest | Kjetil Kjeka | -1/+5 |
| 2024-04-17 | bootstrap: actually allow set debuginfo-level to "lines-tables-only" | klensy | -7/+10 |
| 2024-04-17 | enable clippy for bootstrap on CI PRs | onur-ozkan | -0/+1 |
| 2024-04-17 | Auto merge of #3480 - RalfJung:alloc_error_handler, r=RalfJung | bors | -120/+171 |
| 2024-04-17 | no need to use miri's native stderr here | Ralf Jung | -3/+2 |
| 2024-04-17 | tests/utils: add fmt::Write implementations for miri's native stdout/stderr | Ralf Jung | -59/+64 |
| 2024-04-17 | alloc_error_handler tests: directly call handle_alloc_error; test more codepaths | Ralf Jung | -75/+122 |
| 2024-04-17 | Auto merge of #123678 - DianQK:docker-local, r=Kobzol | bors | -14/+17 |
| 2024-04-17 | interpret: rename base_pointer -> root_pointer | Ralf Jung | -35/+35 |
| 2024-04-17 | interpret: pass MemoryKind to adjust_alloc_base_pointer | Ralf Jung | -7/+14 |
| 2024-04-17 | fmt | The Miri Cronjob Bot | -10/+12 |
| 2024-04-17 | Merge from rustc | The Miri Cronjob Bot | -266/+676 |
| 2024-04-17 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-04-17 | Auto merge of #124055 - matthiaskrgr:rollup-waq2e68, r=matthiaskrgr | bors | -169/+461 |
| 2024-04-17 | Rollup merge of #122883 - onur-ozkan:clippy-build-step, r=albertlarsan68 | Matthias Krüger | -103/+395 |
| 2024-04-17 | Rollup merge of #122813 - nnethercote:nicer-quals, r=compiler-errors | Matthias Krüger | -66/+66 |
| 2024-04-17 | Auto merge of #124039 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-04-17 | Update LLVM to 1deeee3 | DianQK | -0/+0 |
| 2024-04-16 | restore line-break | Elisha Hollander | -1/+1 |
| 2024-04-16 | default to no testing | Elisha Hollander | -0/+1 |
| 2024-04-16 | use `FxHashMap` | Elisha Hollander | -2/+4 |
| 2024-04-16 | use one `use` for `std` | Elisha Hollander | -2/+1 |
| 2024-04-16 | refactor | Elisha Hollander | -17/+20 |
| 2024-04-16 | revert using regex | Elisha Hollander | -11/+41 |
| 2024-04-16 | use regex to check for problems | Elisha Hollander | -41/+11 |
| 2024-04-16 | remove redundant whitespace | Elisha Hollander | -1/+1 |
| 2024-04-16 | format | Elisha Hollander | -22/+28 |
| 2024-04-16 | restore original consts | Elisha Hollander | -1/+1 |
| 2024-04-16 | use `generate_problems` | Elisha Hollander | -136/+40 |
| 2024-04-16 | format style.rs | Elisha Hollander | -13/+12 |
| 2024-04-16 | add more `PROBLEMATIC_CONSTS` | Elisha Hollander | -2/+130 |
| 2024-04-17 | Rollup merge of #124013 - RalfJung:box-to-raw, r=oli-obk | Guillaume Gomez | -2/+42 |
| 2024-04-17 | Rollup merge of #123975 - lqd:rust-lld-tests, r=jieyouxu | Guillaume Gomez | -4/+10 |
| 2024-04-17 | Rollup merge of #123673 - oli-obk:sig_wfcheck_ice, r=jieyouxu,estebank | Guillaume Gomez | -3/+6 |
| 2024-04-16 | Update cargo | Weihang Lo | -0/+0 |