| Age | Commit message (Expand) | Author | Lines |
| 2024-09-14 | stabilize `const_extern_fn` | Folkert de Vries | -122/+111 |
| 2024-09-14 | simd_shuffle: require index argument to be a vector | Ralf Jung | -12/+1 |
| 2024-09-14 | Fix lint levels not getting overridden by attrs on `Stmt` nodes | Gurinder Singh | -1/+9 |
| 2024-09-14 | Merge from rustc | The Miri Cronjob Bot | -334/+312 |
| 2024-09-14 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-09-14 | Auto merge of #125419 - GuillaumeGomez:add-gcc-to-dist, r=Kobzol | bors | -1/+5 |
| 2024-09-13 | Auto merge of #130121 - lolbinarycat:bootstrap-warn-old-upstream-worktree, r=... | bors | -16/+46 |
| 2024-09-13 | Auto merge of #130312 - matthiaskrgr:rollup-ihwsc91, r=matthiaskrgr | bors | -6/+21 |
| 2024-09-13 | Rollup merge of #130305 - tspiteri:clippy-msrv-for-const_float_bits_conv, r=f... | Matthias Krüger | -6/+21 |
| 2024-09-13 | Auto merge of #3881 - RalfJung:miri-run, r=RalfJung | bors | -55/+144 |
| 2024-09-13 | ./miri run: directly run binary instead of using 'cargo run' | Ralf Jung | -55/+144 |
| 2024-09-13 | Auto merge of #130215 - RalfJung:interpret-simd, r=compiler-errors | bors | -147/+150 |
| 2024-09-13 | interpret: simplify SIMD type handling | Ralf Jung | -147/+150 |
| 2024-09-13 | handle transmutes in const context if msrvs::CONST_FLOAT_BITS_CONV | Trevor Spiteri | -9/+16 |
| 2024-09-13 | Revert "stabilize const_float_bits_conv" for src/tools/clippy/clippy_lints | Trevor Spiteri | -5/+13 |
| 2024-09-13 | Update tests for hidden references to mutable static | Obei Sideg | -93/+157 |
| 2024-09-13 | smoke-test './miri run --dep' | Ralf Jung | -1/+3 |
| 2024-09-13 | Auto merge of #18073 - alibektas:immutable_tree_panics, r=lnicola | bors | -2/+41 |
| 2024-09-13 | Rollup merge of #130261 - onur-ozkan:#130242, r=Kobzol | Stuart Cook | -7/+2 |
| 2024-09-13 | Rollup merge of #130245 - RalfJung:miri-alloc-backtrace, r=Amanieu | Stuart Cook | -156/+65 |
| 2024-09-12 | fix: Immutable tree panic in `generate_delegate_trait` | Ali Bektas | -2/+41 |
| 2024-09-12 | enable all pthread tests on Solarish | Ralf Jung | -2/+2 |
| 2024-09-12 | add non-portable linux pthread initializers to layout sanity check | Ralf Jung | -10/+23 |
| 2024-09-12 | Auto merge of #18099 - ChayimFriedman2:diag-only-necessary, r=Veykril | bors | -279/+403 |
| 2024-09-12 | Use more correct handling of lint attributes | Chayim Refael Friedman | -279/+403 |
| 2024-09-12 | Remove an unused piece of logic | Oli Scherer | -4/+1 |
| 2024-09-12 | Rollup merge of #130256 - Zalathar:dump-stamp, r=jieyouxu | Stuart Cook | -0/+6 |
| 2024-09-12 | Rollup merge of #130252 - compiler-errors:const-gen, r=chenyukang | Stuart Cook | -1/+11 |
| 2024-09-12 | Rollup merge of #130156 - nebulark:test_buildinfo, r=jieyouxu | Stuart Cook | -0/+6 |
| 2024-09-12 | Auto merge of #18038 - roife:fix-issue-18034, r=Veykril | bors | -105/+298 |
| 2024-09-12 | Auto merge of #18107 - Veykril:push-oopkquknxqxs, r=Veykril | bors | -38/+24 |
| 2024-09-12 | fix: Don't emit empty inlay hint parts | Lukas Wirth | -38/+24 |
| 2024-09-12 | Auto merge of #18106 - Veykril:push-yzsqoykyowts, r=Veykril | bors | -29/+70 |
| 2024-09-12 | fix: Don't report typed hole error in asm! out ops | Lukas Wirth | -29/+70 |
| 2024-09-12 | move a test to a better location | Ralf Jung | -1/+0 |
| 2024-09-12 | Auto merge of #18105 - Veykril:push-rquxwznuuwpu, r=Veykril | bors | -28/+24 |
| 2024-09-12 | fix: Faulty notifications should not bring down the server | Lukas Wirth | -28/+24 |
| 2024-09-12 | use `local-rebuild` instead of `BOOTSTRAP_SKIP_TARGET_SANITY` workaround | onur-ozkan | -7/+2 |
| 2024-09-12 | Merge from rustc | The Miri Cronjob Bot | -15/+92 |
| 2024-09-12 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-09-12 | Re-run coverage tests if `coverage-dump` was modified | Zalathar | -0/+6 |
| 2024-09-11 | Remove unused functions from ast CoroutineKind | Michael Goulet | -1/+11 |
| 2024-09-11 | Rollup merge of #130239 - RalfJung:miri-ptr-offset-unsigned, r=compiler-errors | Jubilee | -0/+22 |
| 2024-09-11 | Rollup merge of #129696 - RalfJung:stdarch, r=Amanieu | Jubilee | -9/+14 |
| 2024-09-12 | Fix inference of literals when the expectation is Castable | Chayim Refael Friedman | -9/+51 |
| 2024-09-11 | make basic allocation functions track_caller in Miri for nicer backtraces | Ralf Jung | -156/+65 |
| 2024-09-11 | miri: fix overflow detection for unsigned pointer offset | Ralf Jung | -0/+22 |
| 2024-09-11 | Rollup merge of #130161 - onur-ozkan:fmt-changed-files, r=Kobzol,RalfJung | Matthias Krüger | -5/+56 |
| 2024-09-11 | Auto merge of #18075 - roife:fix-issue-17858, r=Veykril | bors | -24/+303 |
| 2024-09-11 | Auto merge of #18080 - Veykril:dedup, r=Veykril | bors | -19760/+133 |