| Age | Commit message (Expand) | Author | Lines |
| 2022-11-24 | with_query_mode -> new | Santiago Pastorino | -8/+3 |
| 2022-11-24 | Remove normalize_projection_type | Santiago Pastorino | -60/+13 |
| 2022-11-24 | Avoid `GenFuture` shim when compiling async constructs | Arpad Borsos | -54/+156 |
| 2022-11-24 | Rollup merge of #104742 - WaffleLapkin:forbidden-SUPER-deref, r=compiler-errors | Matthias Krüger | -12/+0 |
| 2022-11-24 | Rollup merge of #104594 - compiler-errors:dyn-star-rcvr, r=eholk,estebank | Matthias Krüger | -7/+6 |
| 2022-11-24 | Auto merge of #104610 - ouz-a:revert-overflow, r=compiler-errors | bors | -16/+0 |
| 2022-11-24 | Disable dyn* upcasting | Michael Goulet | -7/+6 |
| 2022-11-24 | Auto merge of #104507 - WaffleLapkin:asderefsyou, r=wesleywiser | bors | -1/+1 |
| 2022-11-23 | Add `Mutability::{is_mut,is_not}` | Maybe Waffle | -2/+2 |
| 2022-11-23 | Make `deref_into_dyn_supertrait` lint the impl and not the usage | Maybe Waffle | -12/+0 |
| 2022-11-23 | Rollup merge of #104509 - spastorino:use-obligation-ctxt, r=lcnr | Dylan DPC | -41/+30 |
| 2022-11-23 | Rollup merge of #104269 - compiler-errors:hang-in-where-clause-sugg, r=lcnr | Dylan DPC | -4/+6 |
| 2022-11-23 | Call fully_solve_obligations instead of repeating code | Santiago Pastorino | -6/+11 |
| 2022-11-23 | Use ObligationCtxt intead of dyn TraitEngine | Santiago Pastorino | -41/+25 |
| 2022-11-23 | Drive-by: Don't manually call evaluate_obligation_no_overflow | Michael Goulet | -3/+2 |
| 2022-11-23 | Do not need to account for overflow in predicate_can_apply | Michael Goulet | -1/+4 |
| 2022-11-22 | Rollup merge of #103488 - oli-obk:impl_trait_for_tait, r=lcnr | Manish Goregaokar | -41/+29 |
| 2022-11-22 | Use `tcx.require_lang_item` instead of unwrapping | Maybe Waffle | -1/+1 |
| 2022-11-22 | Auto merge of #104696 - matthiaskrgr:rollup-gi1pdb0, r=matthiaskrgr | bors | -48/+37 |
| 2022-11-22 | Rollup merge of #104674 - spastorino:negative-impl-tcx, r=lcnr | Matthias Krüger | -16/+10 |
| 2022-11-22 | Rollup merge of #104597 - compiler-errors:need_migrate_deref_output_trait_obj... | Matthias Krüger | -32/+27 |
| 2022-11-21 | Stop passing the self-type as a separate argument. | Oli Scherer | -68/+46 |
| 2022-11-21 | Remove a redundant assert | Oli Scherer | -6/+0 |
| 2022-11-21 | For lcnr | Oli Scherer | -0/+1 |
| 2022-11-21 | Add helper to create the trait ref for a lang item | Oli Scherer | -18/+14 |
| 2022-11-21 | Use iterators instead of slices at more sites | Oli Scherer | -5/+6 |
| 2022-11-21 | Allow iterators instead of requiring slices that will get turned into iterators | Oli Scherer | -31/+25 |
| 2022-11-21 | Add a helper for replacing the self type in trait refs | Oli Scherer | -25/+5 |
| 2022-11-21 | Assert that various types have the right amount of generic args and fix the s... | Oli Scherer | -85/+74 |
| 2022-11-21 | Split out the actual predicate solving code into a separate function | Oli Scherer | -9/+17 |
| 2022-11-21 | Check that type_implements_trait actually is passed the right amount of gener... | Oli Scherer | -3/+11 |
| 2022-11-21 | Add an always-ambiguous predicate to make sure that we don't accidentlally al... | Oli Scherer | -0/+10 |
| 2022-11-21 | Treat different opaque types of the same def id as equal during coherence | Oli Scherer | -40/+18 |
| 2022-11-21 | Allow opaque types in trait impl headers and rely on coherence to reject unso... | Oli Scherer | -3/+3 |
| 2022-11-21 | negative_impl_exists should take an InferCtxt | Santiago Pastorino | -8/+7 |
| 2022-11-21 | negative_impl should take a TyCtxt | Santiago Pastorino | -8/+3 |
| 2022-11-21 | Rollup merge of #104595 - compiler-errors:poly-existential-predicate, r=lcnr | Matthias Krüger | -2/+2 |
| 2022-11-20 | Auto merge of #98914 - fee1-dead-contrib:min-deref-patterns, r=compiler-errors | bors | -1/+1 |
| 2022-11-19 | revert-overflow | ouz-a | -16/+0 |
| 2022-11-19 | Rollup merge of #104593 - compiler-errors:rpitit-object-safety-spans, r=fee1-... | Matthias Krüger | -6/+15 |
| 2022-11-19 | Rollup merge of #104469 - estebank:long-types, r=oli-obk | Matthias Krüger | -11/+59 |
| 2022-11-19 | Auto merge of #103509 - compiler-errors:opaques-w-bound-vars-r-hard, r=oli-obk | bors | -2/+2 |
| 2022-11-19 | Rollup merge of #104554 - BoxyUwU:less_unchecked_pls, r=lcnr | Dylan DPC | -18/+19 |
| 2022-11-19 | Rollup merge of #104411 - lcnr:bivariance-nll, r=compiler-errors | Dylan DPC | -7/+19 |
| 2022-11-19 | Probe + better error messsage for need_migrate_deref_output_trait_object | Michael Goulet | -32/+27 |
| 2022-11-19 | drive-by: PolyExistentialPredicate | Michael Goulet | -2/+2 |
| 2022-11-19 | Improve spans for RPITIT object-safety errors | Michael Goulet | -6/+15 |
| 2022-11-18 | Auto merge of #104591 - Manishearth:rollup-b3ser4e, r=Manishearth | bors | -0/+28 |
| 2022-11-18 | Only enforce ABI-mandated align, not preferred align is compatible | Michael Goulet | -1/+1 |
| 2022-11-18 | Check both align and size in PointerSized | Michael Goulet | -1/+2 |