| Age | Commit message (Expand) | Author | Lines |
| 2023-05-26 | Stop normalizing so many different prefixes | jyn | -34/+20 |
| 2023-05-25 | Auto merge of #111473 - compiler-errors:opaques, r=lcnr | bors | -189/+658 |
| 2023-05-25 | Auto merge of #111933 - matthiaskrgr:rollup-m10k3ts, r=matthiaskrgr | bors | -17/+313 |
| 2023-05-25 | Rollup merge of #111875 - WaffleLapkin:defer_on_drop, r=Nilstrieb | Matthias Krüger | -15/+21 |
| 2023-05-25 | Rollup merge of #111624 - cjgillot:private-uninhabited-pattern, r=petrochenkov | Matthias Krüger | -1/+33 |
| 2023-05-25 | Rollup merge of #109899 - daxpedda:patch-1, r=jackh726 | Matthias Krüger | -1/+1 |
| 2023-05-25 | Rollup merge of #95198 - clarfonthey:get_chunk, r=scottmcm | Matthias Krüger | -0/+258 |
| 2023-05-25 | Match on both reveal and solver mode at the same time | Michael Goulet | -41/+38 |
| 2023-05-25 | Add InferCtxt::register_hidden_type_in_new_solver | Michael Goulet | -41/+47 |
| 2023-05-25 | Strongly prefer alias and param-env bounds | Michael Goulet | -32/+78 |
| 2023-05-25 | Pre-populate MIR with opaques, prefer subst-relate candidate | Michael Goulet | -28/+87 |
| 2023-05-25 | Auto merge of #111575 - alex:patch-1, r=pietroalbini | bors | -3/+13 |
| 2023-05-25 | Check that opaque is a defining use, prefer pre-defined opaques | Michael Goulet | -14/+127 |
| 2023-05-25 | Prepopulate opaques in canonical input | Michael Goulet | -81/+243 |
| 2023-05-25 | Move DefiningAnchor | Michael Goulet | -27/+34 |
| 2023-05-25 | Pull out logic from #111131, plus some new logic in EvalCtxt::normalize_opaqu... | Michael Goulet | -43/+122 |
| 2023-05-25 | Auto merge of #111925 - Manishearth:rollup-z6z6l2v, r=Manishearth | bors | -378/+417 |
| 2023-05-24 | Rollup merge of #111915 - jyn514:libtest-errors, r=thomcc | Manish Goregaokar | -3/+3 |
| 2023-05-24 | Rollup merge of #111912 - WaffleLapkin:is_some_and_in_the_compiler, r=petroch... | Manish Goregaokar | -246/+201 |
| 2023-05-24 | Rollup merge of #111876 - danakj:builtins92, r=Mark-Simulacrum | Manish Goregaokar | -3/+3 |
| 2023-05-24 | Rollup merge of #111840 - voidc:borrowck-consumers, r=oli-obk | Manish Goregaokar | -66/+144 |
| 2023-05-24 | Rollup merge of #111741 - compiler-errors:custom-type-op, r=lcnr | Manish Goregaokar | -60/+66 |
| 2023-05-24 | Auto merge of #111919 - matthiaskrgr:rollup-8qcdp0q, r=matthiaskrgr | bors | -428/+661 |
| 2023-05-24 | Rollup merge of #111903 - GuillaumeGomez:migrate-gui-test-color-6, r=notriddle | Matthias Krüger | -6/+6 |
| 2023-05-24 | Rollup merge of #111863 - compiler-errors:check-more-mir, r=b-naber | Matthias Krüger | -27/+9 |
| 2023-05-24 | Rollup merge of #111862 - compiler-errors:opq, r=lcnr | Matthias Krüger | -305/+303 |
| 2023-05-24 | Rollup merge of #111841 - matthewjasper:validate-match-guards, r=compiler-errors | Matthias Krüger | -38/+240 |
| 2023-05-24 | Rollup merge of #111759 - cjgillot:interval-kill, r=b-naber | Matthias Krüger | -50/+101 |
| 2023-05-24 | Rollup merge of #111121 - Zalathar:ra-false-positive, r=jackh726 | Matthias Krüger | -2/+2 |
| 2023-05-24 | Emit diagnostic for privately uninhabited uncovered witnesses. | Camille GILLOT | -1/+33 |
| 2023-05-24 | Auto merge of #111260 - petrochenkov:effvisperf7, r=cjgillot | bors | -163/+100 |
| 2023-05-24 | Split out opaque from type_of | Michael Goulet | -305/+303 |
| 2023-05-24 | Don't skip mir typeck if body has errors | Michael Goulet | -27/+9 |
| 2023-05-24 | Auto merge of #111673 - cjgillot:dominator-preprocess, r=cjgillot,tmiasko | bors | -51/+107 |
| 2023-05-24 | libtest: Improve error when missing `-Zunstable-options` | jyn | -3/+3 |
| 2023-05-24 | Use ObligationCtxt in custom type ops | Michael Goulet | -60/+66 |
| 2023-05-24 | Use `is_some_and`/`is_ok_and` in less obvious spots | Maybe Waffle | -88/+53 |
| 2023-05-24 | Use `Option::is_some_and` and `Result::is_ok_and` in the compiler | Maybe Waffle | -158/+148 |
| 2023-05-24 | Auto merge of #111694 - Amanieu:no-assume-bdynamic, r=petrochenkov | bors | -12/+12 |
| 2023-05-24 | Migrate GUI colors test to original CSS color format | Guillaume Gomez | -6/+6 |
| 2023-05-24 | Auto merge of #111566 - clubby789:bootstrap-override-config, r=ozkanonur | bors | -47/+303 |
| 2023-05-24 | Auto merge of #111195 - GuillaumeGomez:fix-ice-intra-doc-link, r=petrochenkov | bors | -8/+40 |
| 2023-05-24 | Auto merge of #111895 - matthiaskrgr:rollup-9a6szng, r=matthiaskrgr | bors | -25/+182 |
| 2023-05-24 | Rollup merge of #111887 - fmease:inh-proj-pp-tests, r=compiler-errors | Matthias Krüger | -0/+46 |
| 2023-05-24 | Rollup merge of #111880 - compiler-errors:pointer-like-param-env, r=jackh726 | Matthias Krüger | -10/+68 |
| 2023-05-24 | Rollup merge of #111870 - WaffleLapkin:just_🌟traits🌟_query, r=compiler-... | Matthias Krüger | -13/+15 |
| 2023-05-24 | Rollup merge of #111864 - Jules-Bertholet:sized-closures, r=compiler-errors | Matthias Krüger | -2/+29 |
| 2023-05-24 | Rollup merge of #111861 - compiler-errors:rtn-in-super, r=jackh726 | Matthias Krüger | -0/+24 |
| 2023-05-24 | Auto merge of #110936 - loongarch-rs:promote-tier2, r=Mark-Simulacrum | bors | -2/+5 |
| 2023-05-23 | Auto merge of #111890 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |