| Age | Commit message (Expand) | Author | Lines |
| 2020-08-20 | Don't immediately error for cycles during normalization | Matthew Jasper | -43/+73 |
| 2020-08-20 | allow escaping bound vars when normalizing `ty::Opaque` | Bastian Kauschke | -9/+4 |
| 2020-07-10 | Avoid "whitelist" | Tamir Duberstein | -1/+1 |
| 2020-07-09 | Rollup merge of #74070 - eddyb:forall-tcx-providers, r=nikomatsakis | Manish Goregaokar | -3/+3 |
| 2020-07-06 | Auto merge of #73978 - Mark-Simulacrum:shrink-paramenv, r=nnethercote | bors | -22/+27 |
| 2020-07-05 | Use for<'tcx> fn pointers in Providers, instead of having Providers<'tcx>. | Eduard-Mihai Burtescu | -3/+3 |
| 2020-07-05 | Shrink ParamEnv to 16 bytes | Mark Rousskov | -22/+27 |
| 2020-07-04 | instantiate_opaque_types LocalDefId | Bastian Kauschke | -11/+6 |
| 2020-07-02 | Auto merge of #73751 - eddyb:no-empty-tables, r=nikomatsakis | bors | -1/+1 |
| 2020-07-02 | Remove `TypeckTables::empty(None)` and make hir_owner non-optional. | Eduard-Mihai Burtescu | -1/+1 |
| 2020-07-01 | Rollup merge of #73306 - calebzulawski:target-feature-11-fn-trait-soundness, ... | Manish Goregaokar | -1/+33 |
| 2020-06-30 | Make #[target_feature] Fn trait error message less confusing | Caleb Zulawski | -16/+15 |
| 2020-06-30 | change `skip_binder` to use T by value | Bastian Kauschke | -15/+15 |
| 2020-06-30 | stop taking references in Relate | Bastian Kauschke | -4/+4 |
| 2020-06-27 | Don't implement Fn* for unsafe #[target_feature] functions | Caleb Zulawski | -5/+3 |
| 2020-06-26 | Rollup merge of #73681 - jackh726:chalk-0.14, r=nikomatsakis | Manish Goregaokar | -7/+8 |
| 2020-06-24 | Implement associated lang items | Aaron Hill | -8/+7 |
| 2020-06-24 | Update Chalk | Jack Huey | -7/+8 |
| 2020-06-23 | Auto merge of #73643 - Manishearth:rollup-68dr8fz, r=Manishearth | bors | -60/+34 |
| 2020-06-23 | Rollup merge of #73578 - RalfJung:ty-ctxt-at, r=jonas-schievink | Dylan DPC | -1/+1 |
| 2020-06-22 | remove leak-check from project | Niko Matsakis | -2/+1 |
| 2020-06-22 | remove snapshot calls from "match" operations during select | Niko Matsakis | -34/+14 |
| 2020-06-22 | upcasting traits requires only that things become more general | Niko Matsakis | -15/+1 |
| 2020-06-22 | move leak-check to during coherence, candidate eval | Niko Matsakis | -11/+17 |
| 2020-06-22 | rewrite leak check to be based on universes | Niko Matsakis | -14/+17 |
| 2020-06-21 | Auto merge of #73180 - matthewjasper:predicate-cache, r=nikomatsakis | bors | -1/+1 |
| 2020-06-21 | Auto merge of #72936 - jackh726:chalk-more, r=nikomatsakis | bors | -1/+5 |
| 2020-06-21 | Make is_freeze and is_copy_modulo_regions take TyCtxtAt | Ralf Jung | -1/+1 |
| 2020-06-21 | Replace `is_global` call on data with call on predicate | Matthew Jasper | -1/+1 |
| 2020-06-20 | Auto merge of #73563 - Manishearth:rollup-oowgwwm, r=Manishearth | bors | -37/+332 |
| 2020-06-20 | Rollup merge of #72788 - matthewjasper:projection-bound-validation, r=nikomat... | Manish Goregaokar | -36/+35 |
| 2020-06-20 | Rollup merge of #72456 - ldm0:dereftrait, r=estebank | Manish Goregaokar | -1/+297 |
| 2020-06-20 | Prevent incorrect help message for dereference suggestion | Donough Liu | -1/+1 |
| 2020-06-20 | Consider fewer predicates for projection candidates | Matthew Jasper | -36/+35 |
| 2020-06-20 | Try to suggest dereferences when trait selection failed. | Donough Liu | -1/+67 |
| 2020-06-20 | Decouple `Autoderef` with `FnCtxt` and move `Autoderef` to `librustc_trait_se... | Donough Liu | -0/+230 |
| 2020-06-20 | int -> i32 | Bastian Kauschke | -7/+7 |
| 2020-06-20 | skol -> placeholder | Bastian Kauschke | -17/+16 |
| 2020-06-19 | Rollup merge of #73452 - matthewjasper:auto-rec, r=nikomatsakis | Manish Goregaokar | -1/+11 |
| 2020-06-19 | Rollup merge of #73359 - jonas-schievink:do-the-shimmy, r=matthewjasper | Manish Goregaokar | -1/+1 |
| 2020-06-19 | Add compare-mode=chalk and add a little bit more implementations and fixmes | Jack Huey | -1/+5 |
| 2020-06-19 | Rollup merge of #73261 - estebank:generics-sized, r=nikomatsakis | Manish Goregaokar | -26/+130 |
| 2020-06-18 | Rollup merge of #71338 - estebank:recursive-impl-trait, r=nikomatsakis | Manish Goregaokar | -2/+2 |
| 2020-06-18 | Rollup merge of #70551 - mark-i-m:ty-err-2, r=varkor | Manish Goregaokar | -22/+24 |
| 2020-06-18 | review comments: add comment | Esteban Küber | -0/+6 |
| 2020-06-17 | Unify region variables when projecting associated types | matthewjasper | -1/+11 |
| 2020-06-16 | Provide `help` when `T: ?Sized` can't be suggested | Esteban Küber | -9/+45 |
| 2020-06-16 | Auto merge of #72962 - lcnr:ObligationCause-lrc, r=ecstatic-morse | bors | -5/+6 |
| 2020-06-15 | Account for derived obligations to suggest `?Sized` bound | Esteban Küber | -8/+8 |
| 2020-06-15 | Suggest `?Sized` when applicable for ADTs | Esteban Küber | -26/+88 |