| Age | Commit message (Expand) | Author | Lines |
| 2023-01-17 | Rollup merge of #106970 - kylematsuda:earlybinder-item-bounds, r=lcnr | Matthias Krüger | -3/+2 |
| 2023-01-17 | Rollup merge of #104505 - WaffleLapkin:no-double-spaces-in-comments, r=jackh726 | Matthias Krüger | -3/+3 |
| 2023-01-17 | change item_bounds query to return EarlyBinder; remove bound_item_bounds query | Kyle Matsuda | -3/+2 |
| 2023-01-17 | Remove double spaces after dots in comments | Maybe Waffle | -3/+3 |
| 2023-01-15 | instantiate_own doesn't need to return a pair of vectors | Michael Goulet | -3/+2 |
| 2023-01-12 | attempt to make a minimal example work | Deadbeef | -1/+1 |
| 2023-01-04 | Split `-Zchalk` flag into `-Ztrait-solver=(stock|chalk|next)` flag | Michael Goulet | -2/+2 |
| 2022-12-28 | Allow trait method paths to satisfy const Fn bounds | Deadbeef | -7/+19 |
| 2022-12-14 | Ensure no one constructs `AliasTy`s themselves | Oli Scherer | -1/+1 |
| 2022-12-13 | Combine identical alias arms | Michael Goulet | -2/+1 |
| 2022-12-13 | Combine projection and opaque into alias | Michael Goulet | -4/+4 |
| 2022-12-13 | squash OpaqueTy and ProjectionTy into AliasTy | Michael Goulet | -1/+1 |
| 2022-12-13 | ProjectionTy.item_def_id -> ProjectionTy.def_id | Michael Goulet | -1/+1 |
| 2022-12-13 | Use ty::OpaqueTy everywhere | Michael Goulet | -1/+1 |
| 2022-12-08 | Move vtable methods into its own module | Michael Goulet | -5/+8 |
| 2022-11-28 | Rollup merge of #104907 - compiler-errors:selcx-infcx, r=oli-obk | Dylan DPC | -2/+2 |
| 2022-11-27 | Rename `fn_trait_kind_from_{from_lang=>def_id}` to better convey meaning | Maybe Waffle | -1/+1 |
| 2022-11-25 | Remove SelectionContext::infcx() in favor of field access | Michael Goulet | -2/+2 |
| 2022-11-25 | Auto merge of #104902 - matthiaskrgr:rollup-oo27a4u, r=matthiaskrgr | bors | -12/+5 |
| 2022-11-25 | Rollup merge of #104716 - lcnr:selection-candidate, r=jackh726 | Matthias Krüger | -12/+5 |
| 2022-11-25 | Auto merge of #104846 - spastorino:santa-clauses-make-goals-early-christmas-ð... | bors | -6/+1 |
| 2022-11-25 | move 2 candidates into builtin candidate | lcnr | -12/+5 |
| 2022-11-25 | get rid of to_poly_trait_predicate | Oli Scherer | -6/+1 |
| 2022-11-24 | Remove comment, simplify since we asserted fn ptr Self type has no bound vars | Michael Goulet | -10/+1 |
| 2022-11-24 | Also check that fn pointer candidates don't have escaping bound vars | Michael Goulet | -1/+4 |
| 2022-11-24 | Assert that we don't capture escaping bound vars in Fn trait selection | Michael Goulet | -5/+8 |
| 2022-11-24 | Auto merge of #104321 - Swatinem:async-gen, r=oli-obk | bors | -5/+55 |
| 2022-11-24 | Avoid `GenFuture` shim when compiling async constructs | Arpad Borsos | -5/+55 |
| 2022-11-24 | Disable dyn* upcasting | Michael Goulet | -4/+5 |
| 2022-11-21 | Stop passing the self-type as a separate argument. | Oli Scherer | -20/+13 |
| 2022-11-21 | Add helper to create the trait ref for a lang item | Oli Scherer | -11/+8 |
| 2022-11-21 | Use iterators instead of slices at more sites | Oli Scherer | -2/+2 |
| 2022-11-21 | Allow iterators instead of requiring slices that will get turned into iterators | Oli Scherer | -4/+4 |
| 2022-11-21 | Assert that various types have the right amount of generic args and fix the s... | Oli Scherer | -12/+16 |
| 2022-11-18 | Rollup merge of #103386 - compiler-errors:no-coerceunsized-to-dynstar, r=eholk | Matthias Krüger | -3/+5 |
| 2022-11-16 | Convert predicates into Predicate in the Obligation constructor | Oli Scherer | -38/+31 |
| 2022-11-10 | Unbreak upcasting | Michael Goulet | -2/+4 |
| 2022-11-10 | Don't CoerceUnsized dyn* to dyn* | Michael Goulet | -1/+1 |
| 2022-11-04 | Refactor tcx mk_const parameters. | Mateusz | -4/+4 |
| 2022-10-10 | Rollup merge of #102786 - compiler-errors:no-tuple-candidate, r=lcnr | Dylan DPC | -2/+0 |
| 2022-10-07 | Remove tuple candidate, nothing special about it | Michael Goulet | -2/+0 |
| 2022-10-07 | Remove `DefId` from some `SelectionCandidate` variants | Deadbeef | -9/+8 |
| 2022-10-03 | check if const is ADT or not | Takayuki Maeda | -5/+8 |
| 2022-09-27 | Use already resolved self_ty in confirm_fn_pointer_candidate | Michael Goulet | -1/+2 |
| 2022-09-23 | Make `ManuallyDrop` satisfy `~const Destruct` | Deadbeef | -0/+3 |
| 2022-09-21 | Auto merge of #100096 - compiler-errors:fn-return-must-be-sized, r=jackh726 | bors | -1/+30 |
| 2022-09-20 | Auto merge of #101989 - fee1-dead-contrib:const_trait_impl-assoc-caller-bound... | bors | -3/+2 |
| 2022-09-19 | remove the `Subst` trait, always use `EarlyBinder` | lcnr | -1/+1 |
| 2022-09-18 | make projection bounds with const bounds satisfy const | Deadbeef | -3/+2 |
| 2022-09-15 | Normalize struct types in confirm_builtin_unsize_candidate | Michael Goulet | -3/+19 |