| Age | Commit message (Expand) | Author | Lines |
| 2020-07-31 | Move from `log` to `tracing` | Oliver Scherer | -1/+1 |
| 2020-07-27 | fix rebase | Bastian Kauschke | -1/+1 |
| 2020-07-27 | directly contain `PredicateAtom` in `PredicateKind::ForAll` | Bastian Kauschke | -2/+0 |
| 2020-07-27 | introduce PredicateAtom | Bastian Kauschke | -47/+41 |
| 2020-07-27 | add reuse_or_mk_predicate | Bastian Kauschke | -4/+3 |
| 2020-07-27 | refactor query_outlives_constraints_into_obligations | Bastian Kauschke | -13/+6 |
| 2020-07-27 | this might be unqualified, but at least it's now quantified | Bastian Kauschke | -1/+1 |
| 2020-07-27 | split ignore_qualifiers | Bastian Kauschke | -18/+15 |
| 2020-07-27 | review | Bastian Kauschke | -28/+14 |
| 2020-07-27 | fix elaborate for predicates with unbound variables | Bastian Kauschke | -9/+5 |
| 2020-07-27 | `PredicateKint` -> `PredicateKind`, the beginning of the end | Bastian Kauschke | -58/+63 |
| 2020-07-27 | progress | Bastian Kauschke | -3/+3 |
| 2020-07-27 | elaborate | Bastian Kauschke | -14/+20 |
| 2020-07-27 | subst_supertrait | Bastian Kauschke | -2/+2 |
| 2020-07-27 | convert trivial predicates | Bastian Kauschke | -13/+11 |
| 2020-07-27 | query_outlives_constraints_into_obligations | Bastian Kauschke | -20/+24 |
| 2020-07-27 | anonymize_predicate | Bastian Kauschke | -22/+15 |
| 2020-07-23 | fixed error reporting for mismatched traits | Ayrton | -5/+24 |
| 2020-07-22 | Change error code number | Esteban Küber | -2/+2 |
| 2020-07-22 | Handle fully-qualified paths and add test cases | Esteban Küber | -82/+102 |
| 2020-07-22 | Partially account for case where used method is from trait | Esteban Küber | -5/+21 |
| 2020-07-22 | Use `ty::Instance::resolve` to identify `'static` bound source | Esteban Küber | -121/+100 |
| 2020-07-22 | Further tweak wording of E0759 and introduce E0767 | Esteban Küber | -29/+78 |
| 2020-07-22 | Add more context to diagnostic | Esteban Küber | -14/+64 |
| 2020-07-22 | Increase accuracy of lifetime bound on trait object impl suggestion | Esteban Küber | -70/+159 |
| 2020-07-22 | Detect when `'static` obligation might come from an `impl` | Esteban Küber | -195/+270 |
| 2020-07-17 | Auto merge of #72983 - Lezzz:rename-typeck, r=nikomatsakis | bors | -28/+38 |
| 2020-07-17 | Rename TypeckTables to TypeckResults. | Valentin Lazureanu | -28/+38 |
| 2020-07-16 | apply bootstrap cfgs | Mark Rousskov | -1/+0 |
| 2020-07-15 | improve naming | Bastian Kauschke | -1/+1 |
| 2020-07-15 | const_eval_resolve | Bastian Kauschke | -2/+2 |
| 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 |