| Age | Commit message (Expand) | Author | Lines |
| 2020-07-17 | Rename TypeckTables to TypeckResults. | Valentin Lazureanu | -27/+27 |
| 2020-07-17 | Remove some `Symbol:as_str()` calls. | Nicholas Nethercote | -2/+2 |
| 2020-07-16 | Rename `sym::item_context` as `sym::ItemContext`. | Nicholas Nethercote | -4/+4 |
| 2020-07-15 | Rollup merge of #74344 - estebank:stringly-wobbly, r=eddyb | Manish Goregaokar | -7/+11 |
| 2020-07-15 | Rollup merge of #74276 - lcnr:discriminant-kind-what, r=nagisa | Manish Goregaokar | -15/+5 |
| 2020-07-15 | const_eval_resolve | Bastian Kauschke | -5/+5 |
| 2020-07-15 | ConstKind::Unevaluated | Bastian Kauschke | -7/+7 |
| 2020-07-15 | improve DiscriminantKind handling | Bastian Kauschke | -15/+5 |
| 2020-07-14 | Remove string comparison and use diagnostic item instead | Esteban Küber | -7/+11 |
| 2020-07-14 | Reword message | Esteban Küber | -1/+2 |
| 2020-07-14 | Remove redundant explanatory `note` for type parameters | Esteban Küber | -1/+6 |
| 2020-07-14 | Suggest borrowing in more unsized fn param cases | Esteban Küber | -35/+31 |
| 2020-07-14 | Suggest boxing or borrowing unsized fields | Esteban Küber | -18/+35 |
| 2020-07-14 | Suggest borrowing unsized argument types | Esteban Küber | -3/+15 |
| 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-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-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 | -14/+14 |
| 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-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 | 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/+102 |
| 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/+67 |
| 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 | 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 | -19/+21 |