| Age | Commit message (Expand) | Author | Lines |
| 2020-07-06 | Auto merge of #73978 - Mark-Simulacrum:shrink-paramenv, r=nnethercote | bors | -3/+3 |
| 2020-07-05 | Shrink ParamEnv to 16 bytes | Mark Rousskov | -3/+3 |
| 2020-07-05 | expected found `&T` -> `T` | Bastian Kauschke | -4/+4 |
| 2020-07-02 | Remove `TypeckTables::empty(None)` and make hir_owner non-optional. | Eduard-Mihai Burtescu | -2/+2 |
| 2020-06-30 | change `skip_binder` to use T by value | Bastian Kauschke | -13/+12 |
| 2020-06-30 | stop taking references in Relate | Bastian Kauschke | -72/+72 |
| 2020-06-28 | Auto merge of #72437 - ecstatic-morse:stabilize-const-if-match, r=oli-obk | bors | -1/+1 |
| 2020-06-28 | Remove `const_if_match` feature gate from libraries | Dylan MacKenzie | -1/+1 |
| 2020-06-28 | Rollup merge of #73833 - bjorn3:remove_gcx_enter_local, r=matthewjasper | Manish Goregaokar | -19/+17 |
| 2020-06-28 | Remove GlobalCtxt::enter_local | bjorn3 | -19/+17 |
| 2020-06-27 | Rollup merge of #73796 - lcnr:LocalDefId, r=matthewjasper | Manish Goregaokar | -226/+223 |
| 2020-06-27 | more LocalDefId cleanup | Bastian Kauschke | -227/+223 |
| 2020-06-27 | more LocalDefId in ty::context | Bastian Kauschke | -1/+2 |
| 2020-06-26 | Explain move errors that occur due to method calls involving `self` | Aaron Hill | -1/+1 |
| 2020-06-23 | Rollup merge of #73630 - estebank:fn-item-e0308, r=davidtwco | Manish Goregaokar | -1/+1 |
| 2020-06-23 | Rollup merge of #73496 - estebank:opaque-missing-lts-in-fn-3, r=nikomatsakis | Manish Goregaokar | -34/+62 |
| 2020-06-23 | Rollup merge of #72493 - nikomatsakis:move-leak-check, r=matthewjasper | Manish Goregaokar | -132/+435 |
| 2020-06-22 | review comments | Esteban Küber | -3/+4 |
| 2020-06-22 | Provide context on E0308 involving fn items | Esteban Küber | -1/+1 |
| 2020-06-22 | fix subtle bug in NLL type checker | Niko Matsakis | -1/+7 |
| 2020-06-22 | remove `leak_check` from the outlives predicate evaluations | Niko Matsakis | -5/+2 |
| 2020-06-22 | Revert "Rollup merge of #72389 - Aaron1011:feature/move-fn-self-msg, r=nikoma... | Aaron Hill | -1/+1 |
| 2020-06-22 | move leak-check to during coherence, candidate eval | Niko Matsakis | -4/+15 |
| 2020-06-22 | rewrite leak check to be based on universes | Niko Matsakis | -125/+414 |
| 2020-06-22 | Revert "modify leak-check to track only outgoing edges from placeholders" | Niko Matsakis | -17/+4 |
| 2020-06-22 | modify leak-check to track only outgoing edges from placeholders | Niko Matsakis | -4/+17 |
| 2020-06-20 | Auto merge of #73563 - Manishearth:rollup-oowgwwm, r=Manishearth | bors | -15/+8 |
| 2020-06-20 | Move bounds on associated types to the type | Matthew Jasper | -15/+8 |
| 2020-06-20 | remove `pop_placeholders` | Bastian Kauschke | -80/+3 |
| 2020-06-20 | int -> i32 | Bastian Kauschke | -4/+4 |
| 2020-06-20 | skol -> placeholder | Bastian Kauschke | -2/+2 |
| 2020-06-19 | Rollup merge of #73452 - matthewjasper:auto-rec, r=nikomatsakis | Manish Goregaokar | -32/+33 |
| 2020-06-19 | Rollup merge of #73027 - doctorn:issue-72690, r=estebank | Manish Goregaokar | -2/+15 |
| 2020-06-19 | Account for multiple impl/dyn Trait in return type when suggesting `'_` | Esteban Küber | -32/+59 |
| 2020-06-18 | Rollup merge of #72804 - estebank:opaque-missing-lts-in-fn-2, r=nikomatsakis | Manish Goregaokar | -35/+158 |
| 2020-06-18 | Rollup merge of #70551 - mark-i-m:ty-err-2, r=varkor | Manish Goregaokar | -11/+12 |
| 2020-06-18 | Add helper method for reusing an existing interned region | Matthew Jasper | -8/+2 |
| 2020-06-17 | Unify region variables when projecting associated types | matthewjasper | -32/+39 |
| 2020-06-16 | Auto merge of #72962 - lcnr:ObligationCause-lrc, r=ecstatic-morse | bors | -5/+7 |
| 2020-06-15 | make all uses of ty::Error or ConstKind::Error delay a span bug | mark | -11/+12 |
| 2020-06-15 | fix rebase | Esteban Küber | -1/+1 |
| 2020-06-15 | Change E0758 to E0759 to avoid conflict with #72912 | Esteban Küber | -1/+1 |
| 2020-06-15 | small tweaks | Esteban Küber | -6/+14 |
| 2020-06-15 | Use note for requirement source span | Esteban Küber | -8/+2 |
| 2020-06-15 | review comments: wording | Esteban Küber | -27/+31 |
| 2020-06-15 | Tweak wording and add error code | Esteban Küber | -16/+19 |
| 2020-06-15 | Tweak output for overlapping required/captured spans | Esteban Küber | -6/+4 |
| 2020-06-15 | Move overlapping span to a note | Esteban Küber | -1/+30 |
| 2020-06-15 | Reduce verbosity of suggestion message and mention lifetime in label | Esteban Küber | -40/+47 |
| 2020-06-15 | When `'static` is explicit, suggest constraining argument with it | Esteban Küber | -43/+75 |