| Age | Commit message (Expand) | Author | Lines |
| 2024-04-24 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-04-23 | Update cargo | Weihang Lo | -0/+0 |
| 2024-04-23 | Rollup merge of #124286 - bjorn3:sync_cg_clif-2024-04-23, r=bjorn3 | Matthias Krüger | -0/+1 |
| 2024-04-23 | Rollup merge of #124003 - WaffleLapkin:dellvmization, r=scottmcm,RalfJung,antoyo | Matthias Krüger | -3/+3 |
| 2024-04-23 | Fix wording in shift functions doc comments | Eduardo Sánchez Muñoz | -2/+2 |
| 2024-04-23 | Configure clippy not to generate warnings about arithmetic operations on `rus... | Eduardo Sánchez Muñoz | -4/+1 |
| 2024-04-23 | Implement LLVM x86 AVX2 intrinsics | Eduardo Sánchez Muñoz | -256/+2476 |
| 2024-04-23 | CI: don't run cron-fail-notify when the job just got canceled | Ralf Jung | -1/+1 |
| 2024-04-23 | Auto merge of #3504 - forcedebug:master, r=RalfJung | bors | -8/+8 |
| 2024-04-23 | add Windows TLS bug to trophy case | Ralf Jung | -1/+3 |
| 2024-04-23 | chore: fix some typos in comments | forcedebug | -8/+8 |
| 2024-04-23 | Rollup merge of #124099 - voidc:disallow-ambiguous-expr-attrs, r=davidtwco | Matthias Krüger | -10/+10 |
| 2024-04-23 | Update allowed cg_clif deps | bjorn3 | -0/+1 |
| 2024-04-23 | Auto merge of #3493 - eduardosm:env-set, r=oli-obk | bors | -12/+43 |
| 2024-04-23 | Missing word at the end of sentence | Oli Scherer | -1/+1 |
| 2024-04-23 | Auto merge of #124277 - matthiaskrgr:rollup-zdb93i4, r=matthiaskrgr | bors | -30/+121 |
| 2024-04-23 | Merge from rustc | The Miri Cronjob Bot | -3320/+6628 |
| 2024-04-23 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-04-23 | Rollup merge of #124220 - RalfJung:interpret-wrong-vtable, r=oli-obk | Matthias Krüger | -30/+116 |
| 2024-04-23 | Rollup merge of #123680 - compiler-errors:gen-kw, r=Nadrieril | Matthias Krüger | -0/+5 |
| 2024-04-23 | Auto merge of #123992 - compiler-errors:no-has-typeck-results, r=jackh726 | bors | -3/+3 |
| 2024-04-23 | Auto merge of #121801 - zetanumbers:async_drop_glue, r=oli-obk | bors | -0/+235 |
| 2024-04-22 | Rollup merge of #124230 - reitermarkus:generic-nonzero-stable, r=dtolnay | Guillaume Gomez | -2/+0 |
| 2024-04-22 | Stabilize generic `NonZero`. | Markus Reiter | -2/+0 |
| 2024-04-22 | Deny gen keyword in edition_2024_compat lints | Michael Goulet | -0/+5 |
| 2024-04-22 | Add localtime_r shim | tiif | -0/+273 |
| 2024-04-21 | Add `-Zmiri-env-set` to set environment variables without modifying the host ... | Eduardo Sánchez Muñoz | -12/+43 |
| 2024-04-21 | Rollup merge of #124235 - c410-f3r:tests98765, r=jieyouxu | Matthias Krüger | -35/+35 |
| 2024-04-21 | Move some tests | Caio | -35/+35 |
| 2024-04-21 | Add gnullvm targets to manifest | Mateusz Mikuła | -0/+3 |
| 2024-04-21 | Miri: detect wrong vtables in wide pointers | Ralf Jung | -30/+116 |
| 2024-04-21 | Auto merge of #124193 - RalfJung:miri, r=RalfJung | bors | -685/+1400 |
| 2024-04-21 | the mir-validation ICE test behaves strangely on Windows hosts | Ralf Jung | -5/+8 |
| 2024-04-20 | Auto merge of #124208 - jieyouxu:rollup-gbgpu4u, r=jieyouxu | bors | -4/+97 |
| 2024-04-20 | Rollup merge of #124196 - RalfJung:mir-opt-tests, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -3/+3 |
| 2024-04-20 | Rollup merge of #124071 - kjetilkjeka:llvm_bitcode_linker_build_manifest, r=M... | 许杰友 Jieyou Xu (Joe) | -1/+5 |
| 2024-04-20 | Rollup merge of #123986 - ehuss:lint-renamed, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -0/+89 |
| 2024-04-20 | Auto merge of #122013 - Swatinem:unicode-gen-fastpath, r=scottmcm | bors | -3/+27 |
| 2024-04-20 | Merge commit '55d9a533b309119c8acd13061581b43ae8840823' into sync-from-ra | Laurențiu Nicola | -3270/+6206 |
| 2024-04-20 | mir-opt tests: rename unit-test -> test-mir-pass | Ralf Jung | -3/+3 |
| 2024-04-20 | ensure the ICE-to-file logic does not affect our test | Ralf Jung | -0/+1 |
| 2024-04-20 | more consistently talk about the 'active thread', not the 'current thread' | Ralf Jung | -29/+29 |
| 2024-04-20 | global allocations: don't make up a super-high VectorIdx, just use the main t... | Ralf Jung | -19/+21 |
| 2024-04-20 | Rollup merge of #124137 - tgross35:testsuite-multi-rev-regex, r=jieyouxu | Matthias Krüger | -1/+16 |
| 2024-04-20 | Add a lower bound check to `unicode-table-generator` output | Arpad Borsos | -3/+27 |
| 2024-04-20 | Auto merge of #3495 - RalfJung:data-race-clocks, r=RalfJung | bors | -124/+119 |
| 2024-04-20 | restrict VClock API surface | Ralf Jung | -26/+44 |
| 2024-04-20 | reuse_pool: only do acquire_clock if we reused from a different thread | Ralf Jung | -4/+8 |
| 2024-04-20 | data_race: make the release/acquire API more clear | Ralf Jung | -94/+67 |
| 2024-04-20 | re-bless tests | Ralf Jung | -0/+2 |