| Age | Commit message (Expand) | Author | Lines |
| 2020-06-04 | Rollup merge of #72946 - lcnr:remove-fixme, r=Dylan-DPC | Dylan DPC | -3/+0 |
| 2020-06-03 | remove outdated fixme | Bastian Kauschke | -3/+0 |
| 2020-06-03 | remove ignore-tidy-filelength | Bastian Kauschke | -2/+0 |
| 2020-06-03 | move confirmation into submodule | Bastian Kauschke | -804/+827 |
| 2020-06-03 | move candidate assembly into a submodule | Bastian Kauschke | -607/+613 |
| 2020-06-03 | move select into subfolder | Bastian Kauschke | -0/+0 |
| 2020-06-03 | Auto merge of #70107 - lcnr:issue68977, r=eddyb | bors | -74/+142 |
| 2020-06-02 | Rename the crates in source code | Vadim Petrochenkov | -3/+2 |
| 2020-06-02 | Make things build again | Vadim Petrochenkov | -1/+1 |
| 2020-06-02 | update tests | Bastian Kauschke | -3/+4 |
| 2020-06-02 | change WellFormed predicate to GenericArg | Bastian Kauschke | -120/+78 |
| 2020-06-02 | add WellFormedConst predicate | Bastian Kauschke | -11/+71 |
| 2020-06-02 | implement wf checking for constants | Bastian Kauschke | -38/+87 |
| 2020-06-02 | remove assert | Bastian Kauschke | -2/+1 |
| 2020-06-02 | Rollup merge of #72775 - JohnTitor:await-sugg, r=estebank | Yuki Okushi | -7/+6 |
| 2020-06-02 | normalize adt fields during structural match check | Bastian Kauschke | -1/+5 |
| 2020-06-01 | Call `skip_binder` or `no_bound_vars` before `self_ty` | Dylan MacKenzie | -19/+39 |
| 2020-06-01 | Rollup merge of #72776 - lcnr:stalled_on-smallvec, r=nnethercote | Dylan DPC | -3/+4 |
| 2020-05-31 | Rollup merge of #72807 - xiaotianrandom:fix-assoc-type-diagnostics, r=estebank | Dylan DPC | -19/+12 |
| 2020-05-31 | Rollup merge of #72715 - estebank:trailing-comma-where, r=petrochenkov | Ralf Jung | -1/+1 |
| 2020-05-31 | remove fixme for `stalled_on` | Bastian Kauschke | -3/+4 |
| 2020-05-31 | Fix associate type diagnostics | XIAO Tian | -19/+12 |
| 2020-05-30 | Rollup merge of #72540 - davidtwco:issue-67552-mono-collector-comparison, r=v... | Ralf Jung | -8/+7 |
| 2020-05-30 | Return early to avoid ICE | Yuki Okushi | -7/+6 |
| 2020-05-30 | Rollup merge of #72621 - Aaron1011:fix/trait-select-error, r=nikomatsakis | Yuki Okushi | -11/+0 |
| 2020-05-29 | Move common code to `WhereClause` | Esteban Küber | -10/+1 |
| 2020-05-29 | Rollup merge of #72466 - lzutao:stabilize_str-strip, r=dtolnay | Dylan DPC | -1/+0 |
| 2020-05-28 | Account for trailing comma when suggesting `where` clauses | Esteban Küber | -1/+10 |
| 2020-05-28 | standardize limit comparisons with `Limit` type | David Wood | -8/+7 |
| 2020-05-28 | Auto merge of #72494 - lcnr:predicate-cleanup, r=nikomatsakis | bors | -33/+31 |
| 2020-05-27 | Auto merge of #71996 - Marwes:detach_undo_log, r=nikomatsakis | bors | -12/+6 |
| 2020-05-26 | Don't bail out of trait selection when predicate references an error | Aaron Hill | -11/+0 |
| 2020-05-25 | Rollup merge of #72450 - csmoe:issue-72442, r=oli-obk | Dylan DPC | -1/+5 |
| 2020-05-25 | Rollup merge of #72061 - lcnr:const-inference-test, r=eddyb | Dylan DPC | -4/+4 |
| 2020-05-25 | Rollup merge of #72153 - lcnr:exhaustively-match, r=pnkfelix | Dylan DPC | -5/+48 |
| 2020-05-25 | Rollup merge of #72544 - sexxi-goose:upvars_mentioned, r=matthewjasper | Ralf Jung | -1/+1 |
| 2020-05-24 | librustc_middle: Rename upvars query to upvars_mentioned | Aman Arora | -1/+1 |
| 2020-05-24 | Auto merge of #72524 - RalfJung:rollup-s9f1pcc, r=RalfJung | bors | -19/+6 |
| 2020-05-24 | Rollup merge of #72517 - lcnr:refactor-winnowing, r=jonas-schievink | Ralf Jung | -19/+6 |
| 2020-05-24 | Auto merge of #72362 - matthewjasper:remove-rescope, r=nikomatsakis | bors | -7/+2 |
| 2020-05-24 | small select cleanup | Bastian Kauschke | -19/+6 |
| 2020-05-24 | Rollup merge of #71618 - ecstatic-morse:issue-71394, r=nikomatsakis | Dylan DPC | -42/+53 |
| 2020-05-23 | iterate List by value | Bastian Kauschke | -11/+9 |
| 2020-05-23 | take predicates by value instead of by reference | Bastian Kauschke | -22/+22 |
| 2020-05-22 | Use `mk_trait_obligation_with_new_self_ty` for new suggestion | Dylan MacKenzie | -7/+6 |
| 2020-05-22 | Bail out if `output_ty` has bound variables | Dylan MacKenzie | -5/+9 |
| 2020-05-22 | Document invariants of `mk_trait_obligation_with_new_self_ty` | Dylan MacKenzie | -0/+4 |
| 2020-05-22 | Ensure that `new_self_ty` has no escaping bound vars | Dylan MacKenzie | -0/+2 |
| 2020-05-22 | Preserve substitutions when trying to prove trait obligation | Dylan MacKenzie | -33/+35 |
| 2020-05-22 | Use `OnceCell` instead of `Once` | Dylan MacKenzie | -7/+6 |