| Age | Commit message (Expand) | Author | Lines |
| 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-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 | -30/+28 |
| 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 | -4/+0 |
| 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 | -8/+6 |
| 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 |
| 2020-05-22 | Remove dead ScopeTree code | Matthew Jasper | -4/+0 |
| 2020-05-22 | Rollup merge of #71829 - kper:issue71136, r=matthewjasper | Ralf Jung | -6/+19 |
| 2020-05-22 | Using `!span.from_expansion()` instead of snippets | Kevin Per | -25/+1 |
| 2020-05-22 | only try to suggest for try trait_ref | csmoe | -1/+5 |
| 2020-05-21 | Rollup merge of #72055 - lcnr:predicate-kind, r=nikomatsakis | Ralf Jung | -179/+210 |
| 2020-05-21 | Auto merge of #70705 - lcnr:generic_discriminant, r=nikomatsakis | bors | -20/+102 |
| 2020-05-20 | change `Predicate::kind` to return a reference | Bastian Kauschke | -29/+27 |
| 2020-05-20 | intern `PredicateKind` | Bastian Kauschke | -1/+1 |
| 2020-05-20 | introduce newtype'd `Predicate<'tcx>` | Bastian Kauschke | -53/+71 |
| 2020-05-20 | make `to_predicate` take a `tcx` argument | Niko Matsakis | -61/+68 |
| 2020-05-20 | rename `Predicate` to `PredicateKind`, introduce alias | Bastian Kauschke | -89/+97 |
| 2020-05-20 | Auto merge of #71923 - csmoe:issue-70818, r=tmandry | bors | -108/+135 |
| 2020-05-20 | comment return sites | Bastian Kauschke | -7/+14 |
| 2020-05-20 | Be more conservative concerning `structural_match` | Bastian Kauschke | -21/+19 |
| 2020-05-20 | note for `ty::Error`. | Bastian Kauschke | -7/+14 |
| 2020-05-20 | exhaustively match during structural match checking | Bastian Kauschke | -2/+33 |
| 2020-05-19 | Auto merge of #69171 - Amanieu:new-asm, r=nagisa,nikomatsakis | bors | -3/+6 |
| 2020-05-19 | auto impl`DiscriminantKind` for every type | Bastian Kauschke | -20/+102 |
| 2020-05-18 | HIR passes for asm! | Amanieu d'Antras | -0/+3 |
| 2020-05-18 | Implement asm! in librustc_builtin_macros | Amanieu d'Antras | -3/+3 |
| 2020-05-17 | Logically seperate lazy norm from `const_generics` | Bastian Kauschke | -1/+1 |
| 2020-05-17 | add docs | Bastian Kauschke | -1/+1 |