| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-06-15 | Suggest substituting `'static` lifetime in impl/dyn `Trait + 'static` return ... | Esteban Küber | -8/+56 |
| 2020-06-15 | Auto merge of #73369 - RalfJung:rollup-hl8g9zf, r=RalfJung | bors | -1/+1 |
| 2020-06-15 | Rollup merge of #72707 - matthewjasper:rustc_min_spec, r=oli-obk | Ralf Jung | -1/+1 |
| 2020-06-15 | Auto merge of #73367 - RalfJung:rollup-4ewvk9b, r=RalfJung | bors | -1/+1 |
| 2020-06-15 | Auto merge of #72080 - matthewjasper:uniform-impl-trait, r=nikomatsakis | bors | -4/+3 |
| 2020-06-11 | Explain move errors that occur due to method calls involving `self` | Aaron Hill | -1/+1 |
| 2020-06-11 | Rollup merge of #73182 - Aaron1011:feature/call-fn-span, r=matthewjasper | Dylan DPC | -2/+2 |
| 2020-06-11 | Rename `TyKind::Def` to `OpaqueDef` | Matthew Jasper | -1/+2 |
| 2020-06-11 | Remove associated opaque types | Matthew Jasper | -3/+1 |
| 2020-06-10 | Track span of function in method calls, and use this in #[track_caller] | Aaron Hill | -2/+2 |
| 2020-06-10 | Use min_specialization in the remaining rustc crates | Matthew Jasper | -1/+1 |
| 2020-06-09 | Fix more clippy warnings | Matthias Krüger | -3/+2 |
| 2020-06-09 | Auto merge of #72114 - anyska:vtable-rename, r=nikomatsakis | bors | -4/+4 |
| 2020-06-07 | store `ObligationCause` on the heap | Bastian Kauschke | -5/+7 |
| 2020-06-06 | Auto merge of #72927 - petrochenkov:rustc, r=Mark-Simulacrum | bors | -2/+2 |
| 2020-06-05 | Rename traits::Vtable to ImplSource. | Ana-Maria Mihalache | -4/+4 |
| 2020-06-05 | Add FIXME to comment regarding local patterns | Nathan Corbyn | -1/+1 |
| 2020-06-05 | Make `need_type_info_err` more conservative | Nathan Corbyn | -2/+15 |
| 2020-06-02 | Rename the crates in source code | Vadim Petrochenkov | -1/+1 |