| Age | Commit message (Expand) | Author | Lines |
| 2023-07-07 | Treat closures as part of their parent | Oli Scherer | -16/+9 |
| 2023-07-07 | Fix one layer of closures not being able to constrain opaque types | Oli Scherer | -15/+1 |
| 2023-07-07 | Add regression test | Oli Scherer | -0/+38 |
| 2023-07-07 | Remove normalization from `opaque_types_defined_by` | Oli Scherer | -17/+62 |
| 2023-07-07 | Require TAITs to be mentioned in the signatures of functions that register hi... | Oli Scherer | -147/+574 |
| 2023-07-06 | Rollup merge of #113421 - spastorino:new-rpitit-29, r=compiler-errors | Michael Goulet | -0/+38 |
| 2023-07-06 | Rollup merge of #113419 - spastorino:new-rpitit-28, r=compiler-errors | Michael Goulet | -0/+97 |
| 2023-07-06 | Rollup merge of #113397 - compiler-errors:new-select-prefer-obj, r=lcnr | Michael Goulet | -0/+13 |
| 2023-07-06 | Rollup merge of #113318 - tgross35:113283-allocator-trait-eq, r=m-ou-se | Michael Goulet | -0/+18 |
| 2023-07-06 | Rollup merge of #113164 - JohnTitor:issue-109054, r=compiler-errors | Michael Goulet | -0/+34 |
| 2023-07-06 | Don't call type_of on TAIT in defining scope in new solver | Michael Goulet | -100/+39 |
| 2023-07-06 | Do not assert >1 RPITITs on collect_return_position_impl_trait_in_trait_tys | Santiago Pastorino | -0/+38 |
| 2023-07-06 | Avoid calling item_name for RPITIT | Santiago Pastorino | -0/+97 |
| 2023-07-06 | Rollup merge of #113395 - compiler-errors:new-solver-dyn-star-selection, r=ol... | Matthias Krüger | -1/+3 |
| 2023-07-06 | Auto merge of #113348 - saethlin:metadata-module-not-compiled, r=Nilstrieb | bors | -51/+11 |
| 2023-07-06 | Prefer object candidates over impl candidates in new selection | Michael Goulet | -0/+13 |
| 2023-07-06 | Dont ICE for `dyn* Trait: Trait` goals during selection in new trait solver | Michael Goulet | -1/+3 |
| 2023-07-06 | Rollup merge of #113350 - chenyukang:yukang-fix-113342-parser, r=compiler-errors | fee1-dead | -0/+20 |
| 2023-07-06 | Rollup merge of #113334 - fmease:revert-lexing-c-str-lits, r=compiler-errors | fee1-dead | -16/+120 |
| 2023-07-06 | Rollup merge of #113163 - JohnTitor:issue-112895, r=compiler-errors | fee1-dead | -0/+40 |
| 2023-07-05 | Remove some unnecessary normalization | Ben Kimock | -51/+11 |
| 2023-07-06 | Add a regression test for #112895 | Yuki Okushi | -0/+40 |
| 2023-07-06 | Add a regression test for #109054 | Yuki Okushi | -0/+34 |
| 2023-07-05 | Auto merge of #113370 - compiler-errors:rollup-8gvyy8e, r=compiler-errors | bors | -25/+392 |
| 2023-07-05 | Rollup merge of #113337 - compiler-errors:next-solver-winnow-specializing, r=... | Michael Goulet | -0/+22 |
| 2023-07-05 | Rollup merge of #113321 - BoxyUwU:move_constkind_to_typeir, r=oli-obk | Michael Goulet | -1/+1 |
| 2023-07-05 | Rollup merge of #113320 - oli-obk:eval_obligation_query, r=petrochenkov,BoxyUwU | Michael Goulet | -24/+369 |
| 2023-07-05 | Auto merge of #113210 - fee1-dead-contrib:effects-mvp, r=oli-obk | bors | -0/+29 |
| 2023-07-05 | Add regression test | León Orell Valerian Liehr | -0/+24 |
| 2023-07-05 | Revert the lexing of c_str_literals | León Orell Valerian Liehr | -16/+96 |
| 2023-07-05 | Deal with fallout | Boxy | -1/+1 |
| 2023-07-05 | Fix the issue of wrong diagnosis for extern pub fn | yukang | -0/+20 |
| 2023-07-05 | Test that you can't circumvent the `Sized` bound check | Oli Scherer | -0/+73 |
| 2023-07-05 | Make `unused_associated_type_bounds`'s lint level changeable | Oli Scherer | -0/+3 |
| 2023-07-05 | Add more tests | Oli Scherer | -0/+59 |
| 2023-07-05 | Add some extra information to opaque type cycle errors | Oli Scherer | -15/+360 |
| 2023-07-05 | Fix some tests to *only* test their main issue and not have secondary failures | Oli Scherer | -9/+9 |
| 2023-07-05 | Lint now-unnecessary associated type bounds | Oli Scherer | -0/+41 |
| 2023-07-05 | Don't require associated types with `Self: Sized` bounds in `dyn Trait` objects | Oli Scherer | -13/+3 |
| 2023-07-05 | Winnow specializing impls | Michael Goulet | -0/+22 |
| 2023-07-04 | Rollup merge of #113324 - lcnr:const-evaluatable-goal, r=BoxyUwU | Matthias Krüger | -3/+33 |
| 2023-07-04 | implement `ConstEvaluatable` goals in new solver | lcnr | -3/+33 |
| 2023-07-04 | Auto merge of #113309 - chenyukang:yukang-fix-89640-space, r=Nilstrieb | bors | -0/+16 |
| 2023-07-04 | add test | Deadbeef | -0/+29 |
| 2023-07-04 | Detect extra space in keyword for better hint | yukang | -0/+16 |
| 2023-07-04 | Auto merge of #113303 - compiler-errors:yeet-chalk, r=lcnr | bors | -799/+3 |
| 2023-07-04 | Add a test for `PartialEq` across `Allocator`s breaking inference (#113283) | Trevor Gross | -0/+18 |
| 2023-07-04 | Auto merge of #113304 - cuviper:indexmap-2, r=Mark-Simulacrum | bors | -10/+2 |
| 2023-07-04 | Auto merge of #113215 - compiler-errors:rpitit-predicates-tweaks, r=spastorino | bors | -15/+52 |
| 2023-07-04 | Auto merge of #112917 - chenyukang:yukang-fix-112590, r=estebank | bors | -9/+110 |