| Age | Commit message (Expand) | Author | Lines |
| 2020-07-31 | Move from `log` to `tracing` | Oliver Scherer | -1/+1 |
| 2020-07-29 | handle ConstEquate in rustdoc | Bastian Kauschke | -0/+32 |
| 2020-07-27 | Auto merge of #73503 - lcnr:forall-predicate-what-and-why-2, r=nikomatsakis | bors | -427/+461 |
| 2020-07-27 | cleanup | Bastian Kauschke | -1/+1 |
| 2020-07-27 | it works again :tada: | Bastian Kauschke | -34/+33 |
| 2020-07-27 | fix rebase | Bastian Kauschke | -23/+25 |
| 2020-07-27 | directly contain `PredicateAtom` in `PredicateKind::ForAll` | Bastian Kauschke | -36/+32 |
| 2020-07-27 | introduce PredicateAtom | Bastian Kauschke | -322/+297 |
| 2020-07-27 | add reuse_or_mk_predicate | Bastian Kauschke | -1/+1 |
| 2020-07-27 | this might be unqualified, but at least it's now quantified | Bastian Kauschke | -24/+24 |
| 2020-07-27 | split ignore_qualifiers | Bastian Kauschke | -34/+34 |
| 2020-07-27 | review | Bastian Kauschke | -19/+11 |
| 2020-07-27 | fix elaborate for predicates with unbound variables | Bastian Kauschke | -1/+1 |
| 2020-07-27 | `PredicateKint` -> `PredicateKind`, the beginning of the end | Bastian Kauschke | -162/+200 |
| 2020-07-27 | elaborate | Bastian Kauschke | -5/+3 |
| 2020-07-27 | somewhat related cleanup | Bastian Kauschke | -3/+3 |
| 2020-07-27 | wf | Bastian Kauschke | -17/+19 |
| 2020-07-27 | convert trivial predicates | Bastian Kauschke | -2/+2 |
| 2020-07-27 | Handle trait/projection predicates with bound regions correctly | Matthew Jasper | -69/+131 |
| 2020-07-27 | minimal | Bastian Kauschke | -69/+39 |
| 2020-07-27 | More ensure stack to avoid segfault with increased `recursion_limit` | Yuki Okushi | -18/+28 |
| 2020-07-25 | Use the proper span when WF-checking an impl self type | Aaron Hill | -4/+12 |
| 2020-07-22 | Use `ty::Instance::resolve` to identify `'static` bound source | Esteban Küber | -1/+14 |
| 2020-07-22 | Increase accuracy of lifetime bound on trait object impl suggestion | Esteban Küber | -0/+1 |
| 2020-07-22 | Rollup merge of #74454 - lcnr:negative-impls, r=nikomatsakis | Manish Goregaokar | -52/+47 |
| 2020-07-20 | update coherence docs | Bastian Kauschke | -7/+7 |
| 2020-07-20 | review | Bastian Kauschke | -1/+10 |
| 2020-07-20 | trait_sel: only test predicates w/ no substs | David Wood | -15/+15 |
| 2020-07-17 | refactor ty_is_non_local | Bastian Kauschke | -15/+18 |
| 2020-07-17 | cleanup ty_is_~non~_local_constructor | Bastian Kauschke | -38/+21 |
| 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-15 | Auto merge of #74175 - nnethercote:more-static-symbols, r=oli-obk | bors | -2/+6 |
| 2020-07-14 | Remove string comparison and use diagnostic item instead | Esteban Küber | -7/+11 |
| 2020-07-15 | Add and use more static symbols. | Nicholas Nethercote | -2/+6 |
| 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-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 |