| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-09-13 | Address code review comments | Eric Holk | -5/+3 |
| 2022-09-12 | Plumb dyn trait representation through ty::Dynamic | Eric Holk | -5/+9 |
| 2022-09-12 | Auto merge of #100251 - compiler-errors:tuple-trait-2, r=jackh726 | bors | -0/+2 |
| 2022-09-12 | fn pointers don't implement Fn/FnMut/FnOnce traits if its return type is unsized | Michael Goulet | -1/+30 |
| 2022-08-22 | safe transmute: use `Assume` struct to provide analysis options | Jack Wrenn | -16/+4 |
| 2022-08-07 | Built-in implementation of Tuple trait | Michael Goulet | -0/+2 |
| 2022-08-03 | Auto merge of #99509 - lcnr:commit_unconditionally, r=jackh726 | bors | -162/+145 |
| 2022-07-27 | safe transmute: gracefully handle const params of wrong types | Jack Wrenn | -1/+1 |
| 2022-07-27 | Initial (incomplete) implementation of transmutability trait. | Jack Wrenn | -0/+52 |
| 2022-07-20 | Fix hack that remaps env constness. | Deadbeef | -46/+27 |
| 2022-07-20 | no leak_check -> commit_unconditionally is noop | lcnr | -162/+145 |
| 2022-07-13 | Rename `debugging_opts` to `unstable_opts` | Joshua Nelson | -1/+1 |
| 2022-07-07 | Use map_bound | Jack Huey | -2/+2 |
| 2022-06-28 | Fix trait object reborrow suggestion | Michael Goulet | -3/+3 |