| Age | Commit message (Expand) | Author | Lines |
| 2020-05-22 | Remove dead ScopeTree code | Matthew Jasper | -5/+0 |
| 2020-05-22 | Remove ReScope | Matthew Jasper | -2/+2 |
| 2020-05-22 | Stabilize str_strip feature | Lzu Tao | -1/+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 | -191/+222 |
| 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 | -55/+73 |
| 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 | -100/+108 |
| 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 |
| 2020-05-17 | merge lazy_normalization_consts into const_generics | Bastian Kauschke | -1/+1 |
| 2020-05-17 | explicitly handle errors in `select` | Bastian Kauschke | -13/+19 |
| 2020-05-17 | explicitly handle errors in fulfill | Bastian Kauschke | -11/+12 |
| 2020-05-17 | initial cleanup | Bastian Kauschke | -3/+6 |
| 2020-05-17 | Put lazy normalization behind a feature gate | Ben Lewis | -0/+14 |
| 2020-05-17 | Assume unevaluated consts are equal to the other consts and add ConstEquate o... | Ben Lewis | -53/+180 |
| 2020-05-17 | Rollup merge of #72282 - jonas-schievink:issue-typo, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2020-05-17 | Rollup merge of #72281 - estebank:fix-ws-sugg, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2020-05-16 | Fix issue number typo in note | Jonas Schievink | -1/+1 |
| 2020-05-16 | Fix whitespace in `?Sized` structured suggestion | Esteban Küber | -1/+1 |
| 2020-05-16 | Rollup merge of #72216 - doctorn:require-lang-item, r=lcnr | Dylan DPC | -2/+3 |
| 2020-05-16 | Rollup merge of #71948 - csmoe:issue-61076, r=oli-obk | Dylan DPC | -1/+143 |
| 2020-05-15 | Remove lang_items\(\).*\.unwrap\(\) | Nathan Corbyn | -2/+3 |
| 2020-05-15 | implement type_implments_trait query | csmoe | -19/+60 |
| 2020-05-14 | Rollup merge of #72194 - doctorn:dispatch-from-dyn-ice, r=estebank | Dylan DPC | -6/+23 |
| 2020-05-14 | Rollup merge of #72170 - lcnr:lang_item, r=oli-obk | Dylan DPC | -2/+3 |
| 2020-05-14 | Don't ICE on missing `Unsize` impl | Nathan Corbyn | -6/+23 |
| 2020-05-14 | Rollup merge of #72150 - jackh726:unnorm_projection, r=nikomatsakis | Ralf Jung | -15/+6 |
| 2020-05-13 | use `require_lang_item` over `unwrap`. | Bastian Kauschke | -2/+3 |
| 2020-05-12 | review comments | Esteban Küber | -2/+9 |
| 2020-05-12 | Increase verbosity of bound restriction suggestions | Esteban Küber | -4/+8 |
| 2020-05-12 | Suggest adding super trait constraints | Esteban Küber | -4/+41 |
| 2020-05-12 | Remove ty::UnnormalizedProjection | Jack Huey | -15/+6 |
| 2020-05-11 | Rollup merge of #72109 - matthiaskrgr:cl8ppy, r=Dylan-DPC | Dylan DPC | -5/+5 |
| 2020-05-11 | Rollup merge of #72019 - matthewjasper:dont-skip-binder, r=davidtwco | Dylan DPC | -0/+9 |
| 2020-05-11 | Fix clippy warnings | Matthias Krüger | -5/+5 |