| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-06-02 | Make things build again | Vadim Petrochenkov | -2/+2 |
| 2020-06-02 | change WellFormed predicate to GenericArg | Bastian Kauschke | -8/+2 |
| 2020-06-02 | add WellFormedConst predicate | Bastian Kauschke | -1/+7 |
| 2020-05-30 | Tweak wording and spans of `'static` `dyn Trait`/`impl Trait` requirements | Esteban Küber | -21/+26 |
| 2020-05-30 | Consider all possible one letter lifetimes in suggestion | Esteban Küber | -3/+3 |
| 2020-05-30 | Account for enclosing item when suggesting new lifetime name | Esteban Küber | -13/+33 |
| 2020-05-30 | Tweak type parameter errors to reduce verbosity | Esteban Küber | -11/+23 |
| 2020-05-30 | review comment: tweak wording and account for span overlap | Esteban Küber | -4/+18 |
| 2020-05-30 | Account for returned `dyn Trait` evaluating to `'static` lifetime | Esteban Küber | -52/+32 |
| 2020-05-30 | Improve output of argument anonymous borrow missing annotation involving opaq... | Esteban Küber | -8/+18 |
| 2020-05-30 | Account for missing lifetime in opaque return type | Esteban Küber | -69/+113 |
| 2020-05-30 | Rollup merge of #72162 - cuviper:extend_one, r=Mark-Simulacrum | Yuki Okushi | -0/+9 |
| 2020-05-29 | Add Extend::{extend_one,extend_reserve} | Josh Stone | -0/+9 |
| 2020-05-29 | Rollup merge of #67460 - estebank:named-lts, r=nikomatsakis | Ralf Jung | -10/+101 |
| 2020-05-28 | Account for `Self` as a type param | Esteban Küber | -3/+7 |
| 2020-05-27 | review comments: change wording and visual output | Esteban Küber | -47/+16 |
| 2020-05-27 | Fix rebase | Esteban Küber | -3/+4 |
| 2020-05-28 | Auto merge of #72494 - lcnr:predicate-cleanup, r=nikomatsakis | bors | -36/+30 |
| 2020-05-27 | fix rebase | Esteban Küber | -1/+1 |
| 2020-05-27 | fix rebase | Esteban Küber | -4/+2 |
| 2020-05-27 | Modify wording | Esteban Küber | -11/+72 |
| 2020-05-27 | fix rebase | Esteban Küber | -3/+3 |
| 2020-05-27 | review comment: use FxIndexSet | Esteban Küber | -3/+3 |
| 2020-05-27 | review comments | Esteban Küber | -40/+18 |
| 2020-05-27 | Tweak output for mismatched impl item | Esteban Küber | -13/+43 |
| 2020-05-27 | Name `RegionKind::ReVar` lifetimes in diagnostics | Esteban Küber | -5/+55 |
| 2020-05-27 | Auto merge of #71996 - Marwes:detach_undo_log, r=nikomatsakis | bors | -21/+34 |
| 2020-05-24 | perf: Add inline on commonly used methods added in 69464 | Markus Westerlind | -21/+34 |
| 2020-05-23 | fix Predicate perf regression | Bastian Kauschke | -18/+12 |
| 2020-05-23 | iterate List by value | Bastian Kauschke | -6/+5 |
| 2020-05-23 | take predicates by value instead of by reference | Bastian Kauschke | -15/+16 |