| Age | Commit message (Expand) | Author | Lines |
| 2023-10-24 | Mark .rmeta files as /SAFESEH on x86 Windows. | Daniel Cheng | -8/+24 |
| 2023-10-24 | Migrate inline_compatibility.rs test to FileCheck | Tomasz Miąsko | -226/+34 |
| 2023-10-24 | Auto merge of #117135 - matthiaskrgr:rollup-zdh18i6, r=matthiaskrgr | bors | -94/+363 |
| 2023-10-24 | Rollup merge of #117127 - compiler-errors:incomplete, r=lqd | Matthias Krüger | -74/+29 |
| 2023-10-24 | Rollup merge of #117010 - celinval:smir-internal, r=oli-obk | Matthias Krüger | -15/+82 |
| 2023-10-24 | Rollup merge of #116943 - heiher:target-features, r=wesleywiser | Matthias Krüger | -1/+3 |
| 2023-10-24 | Rollup merge of #116841 - chenyukang:yukang-suggest-unwrap-expect, r=b-naber | Matthias Krüger | -0/+245 |
| 2023-10-24 | Rollup merge of #116094 - Swatinem:coverage-branch-gate, r=wesleywiser | Matthias Krüger | -4/+4 |
| 2023-10-24 | Auto merge of #117126 - matthiaskrgr:rollup-8huie8f, r=matthiaskrgr | bors | -0/+95 |
| 2023-10-24 | Merge impl_wf_inference into coherence checking | Michael Goulet | -9/+84 |
| 2023-10-25 | suggest unwrap/expect for let binding type mismatch | yukang | -0/+245 |
| 2023-10-24 | Add diverging match guard test. | Camille GILLOT | -2/+12 |
| 2023-10-24 | Use `PlaceMention` for match scrutinees. | Camille GILLOT | -475/+254 |
| 2023-10-24 | Remove incomplete features from RPITIT/AFIT tests | Michael Goulet | -74/+29 |
| 2023-10-24 | Tweak test to avoid platform dependency. | Camille GILLOT | -15/+15 |
| 2023-10-24 | Rollup merge of #117092 - matthewjasper:attribute-validation, r=compiler-errors | Matthias Krüger | -0/+95 |
| 2023-10-24 | Auto merge of #116773 - dtolnay:validatestable, r=compiler-errors | bors | -75/+85 |
| 2023-10-24 | Add regression test for #117058 | Matthew Jasper | -0/+95 |
| 2023-10-24 | Auto merge of #116435 - compiler-errors:re-erased, r=lcnr | bors | -0/+51 |
| 2023-10-24 | Introduce `-C instrument-coverage=branch` to gate branch coverage | Arpad Borsos | -4/+4 |
| 2023-10-24 | Augment `stringify.rs` test some more. | Nicholas Nethercote | -40/+38 |
| 2023-10-24 | Augment `stringify.rs` test. | Nicholas Nethercote | -2/+47 |
| 2023-10-24 | Redo `stringify.rs` test. | Nicholas Nethercote | -539/+412 |
| 2023-10-23 | Add test and remove double ref | Celina G. Val | -15/+82 |
| 2023-10-24 | tests/ui/abi/compatibility: Set min-llvm-version to 17 for LoongArch64 | WANG Rui | -0/+1 |
| 2023-10-24 | tests: Add features-gate for LoongArch | WANG Rui | -1/+2 |
| 2023-10-24 | Auto merge of #116300 - cjgillot:split-move, r=petrochenkov | bors | -69/+57 |
| 2023-10-23 | nits | Michael Goulet | -0/+12 |
| 2023-10-23 | coherence doesn't like region constraints | Michael Goulet | -3/+37 |
| 2023-10-23 | Consider regions | Michael Goulet | -0/+35 |
| 2023-10-23 | Make things work by using the new solver | Michael Goulet | -15/+9 |
| 2023-10-23 | Auto merge of #117103 - matthiaskrgr:rollup-96zuuom, r=matthiaskrgr | bors | -0/+33 |
| 2023-10-23 | When expecting closure argument but finding block provide suggestion | Esteban Küber | -0/+69 |
| 2023-10-23 | Rollup merge of #117046 - bvanjoi:fix-116186, r=oli-obk | Matthias Krüger | -0/+33 |
| 2023-10-23 | Auto merge of #116033 - bvanjoi:fix-116032, r=petrochenkov | bors | -24/+120 |
| 2023-10-23 | Let's see what those opaque types actually are | Michael Goulet | -1/+37 |
| 2023-10-23 | Handle ReErased in responses in new solver | Michael Goulet | -0/+15 |
| 2023-10-23 | Update `since` stability attributes in tests | David Tolnay | -69/+79 |
| 2023-10-23 | Fix stable feature names in tests | David Tolnay | -9/+9 |
| 2023-10-23 | Auto merge of #107009 - cjgillot:jump-threading, r=pnkfelix | bors | -24/+1798 |
| 2023-10-23 | Auto merge of #117087 - matthiaskrgr:rollup-08kkjkz, r=matthiaskrgr | bors | -1/+175 |
| 2023-10-23 | Rollup merge of #117040 - Zalathar:instrument-coverage-ui, r=cjgillot | Matthias Krüger | -1/+70 |
| 2023-10-23 | Rollup merge of #116960 - lqd:applied-member-constraints-scope, r=matthewjasper | Matthias Krüger | -0/+105 |
| 2023-10-23 | return unfixed len if pat has reported error | bohan | -0/+33 |
| 2023-10-23 | Auto merge of #116837 - oli-obk:smir_run_macro, r=spastorino | bors | -11/+20 |
| 2023-10-23 | Fix closure-inherit-target-feature test for SGX platform | Raoul Strackx | -0/+1 |
| 2023-10-23 | Merge associated types with the other alias types | Oli Scherer | -17/+17 |
| 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 | -168/+142 |
| 2023-10-23 | Avoid having `rustc_smir` depend on `rustc_interface` or `rustc_driver` | Oli Scherer | -11/+17 |