| Age | Commit message (Expand) | Author | Lines |
| 2023-10-24 | Test match underscore on void from union. | Camille GILLOT | -0/+18 |
| 2023-10-24 | Add miri test matching on `!`. | Camille GILLOT | -0/+25 |
| 2023-10-24 | Add diverging match guard test. | Camille GILLOT | -2/+12 |
| 2023-10-24 | Update documentation. | Camille GILLOT | -3/+3 |
| 2023-10-24 | Add miri tests. | Camille GILLOT | -0/+46 |
| 2023-10-24 | Use `PlaceMention` for match scrutinees. | Camille GILLOT | -501/+290 |
| 2023-10-24 | Auto merge of #117124 - bjorn3:sync_cg_clif-2023-10-24, r=bjorn3 | bors | -138/+260 |
| 2023-10-24 | Merge commit '93a5433f17ab5ed48cc88f1e69b0713b16183373' into sync_cg_clif-202... | bjorn3 | -138/+260 |
| 2023-10-24 | Auto merge of #116461 - ChrisDenton:sleep, r=thomcc | bors | -1/+100 |
| 2023-10-24 | Auto merge of #116435 - compiler-errors:re-erased, r=lcnr | bors | -9/+100 |
| 2023-10-24 | Auto merge of #116319 - BlackHoleFox:apple-rand-take-2, r=thomcc | bors | -58/+52 |
| 2023-10-24 | Auto merge of #116238 - tamird:gettimeofday, r=thomcc | bors | -200/+80 |
| 2023-10-24 | Auto merge of #116998 - pcc:new-ndk2, r=onur-ozkan | bors | -75/+62 |
| 2023-10-23 | Remove Apple RNG fallbacks and simplify implementation | BlackHoleFox | -58/+52 |
| 2023-10-24 | Auto merge of #116300 - cjgillot:split-move, r=petrochenkov | bors | -536/+558 |
| 2023-10-23 | Auto merge of #117103 - matthiaskrgr:rollup-96zuuom, r=matthiaskrgr | bors | -634/+698 |
| 2023-10-23 | Rollup merge of #117086 - amandasystems:patch-1, r=Mark-Simulacrum | Matthias Krüger | -0/+2 |
| 2023-10-23 | Rollup merge of #117074 - ouz-a:remove_smir, r=compiler-errors | Matthias Krüger | -5/+1 |
| 2023-10-23 | Rollup merge of #117070 - notriddle:notriddle/cleanx, r=fmease | Matthias Krüger | -27/+26 |
| 2023-10-23 | Rollup merge of #117046 - bvanjoi:fix-116186, r=oli-obk | Matthias Krüger | -1/+47 |
| 2023-10-23 | Rollup merge of #116859 - Nilstrieb:more-more-funny-pretty-printers, r=oli-obk | Matthias Krüger | -592/+615 |
| 2023-10-23 | Rollup merge of #107159 - devnexen:random_fbsd_update, r=workingjubilee | Matthias Krüger | -9/+7 |
| 2023-10-23 | Auto merge of #116033 - bvanjoi:fix-116032, r=petrochenkov | bors | -55/+133 |
| 2023-10-23 | Let's see what those opaque types actually are | Michael Goulet | -8/+76 |
| 2023-10-23 | Handle ReErased in responses in new solver | Michael Goulet | -2/+25 |
| 2023-10-23 | Improve android-ndk property interface | Peter Collingbourne | -75/+62 |
| 2023-10-23 | Update Cranelift to 0.101.1 | bjorn3 | -57/+32 |
| 2023-10-23 | Auto merge of #107009 - cjgillot:jump-threading, r=pnkfelix | bors | -137/+2797 |
| 2023-10-23 | Auto merge of #117087 - matthiaskrgr:rollup-08kkjkz, r=matthiaskrgr | bors | -212/+352 |
| 2023-10-23 | Remove smir from triage and add me to stablemir | Oğuz Ağcayazı | -5/+1 |
| 2023-10-23 | Rollup merge of #117073 - yotamofek:fix-coroutines-feature-rename-suggestion,... | Matthias Krüger | -1/+1 |
| 2023-10-23 | Rollup merge of #117064 - dtolnay:handleerrors, r=cjgillot | Matthias Krüger | -128/+73 |
| 2023-10-23 | Rollup merge of #117040 - Zalathar:instrument-coverage-ui, r=cjgillot | Matthias Krüger | -3/+72 |
| 2023-10-23 | Rollup merge of #116978 - tromey:rust-printers-cleanup, r=Mark-Simulacrum | Matthias Krüger | -55/+78 |
| 2023-10-23 | Rollup merge of #116960 - lqd:applied-member-constraints-scope, r=matthewjasper | Matthias Krüger | -25/+128 |
| 2023-10-23 | Update .mailmap to promote my livename | Amanda Stjerna | -0/+2 |
| 2023-10-23 | return unfixed len if pat has reported error | bohan | -1/+47 |
| 2023-10-23 | Implement all llvm intrinsics necessary for the image crate | bjorn3 | -0/+103 |
| 2023-10-23 | Auto merge of #116837 - oli-obk:smir_run_macro, r=spastorino | bors | -73/+92 |
| 2023-10-23 | Remove FIXME after fix | Michael Howell | -1/+0 |
| 2023-10-23 | Update rust-analyzer config | bjorn3 | -1/+1 |
| 2023-10-23 | Implement llvm intrinsics necessary for rav1e | bjorn3 | -0/+34 |
| 2023-10-23 | Auto merge of #116835 - oli-obk:evaluated_static_in_metadata2, r=RalfJung | bors | -59/+79 |
| 2023-10-23 | Try to work around 32 bit mingw issues | Oli Scherer | -0/+3 |
| 2023-10-23 | Auto merge of #116849 - oli-obk:error_shenanigans, r=cjgillot | bors | -310/+425 |
| 2023-10-23 | Avoid having `rustc_smir` depend on `rustc_interface` or `rustc_driver` | Oli Scherer | -73/+89 |
| 2023-10-23 | Avoid collect_and_partition_mono_items call when not doing codegen | bjorn3 | -8/+15 |
| 2023-10-23 | Fix suggestion for renamed coroutines feature | Yotam Ofek | -1/+1 |
| 2023-10-23 | Ensure that `eval_to_allocation_raw` isn't called on static items from miri | Oli Scherer | -9/+6 |
| 2023-10-23 | Split `eval_to_allocation_raw_provider` | Oli Scherer | -2/+9 |