| Age | Commit message (Expand) | Author | Lines |
| 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 | -52/+178 |
| 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 |
| 2020-05-11 | bless ui tests | csmoe | -3/+19 |
| 2020-05-10 | remove try_trait lang item | csmoe | -32/+26 |
| 2020-05-10 | suggest await before try when performing trait selection | csmoe | -0/+91 |
| 2020-05-09 | add regression tests + improve method name | Bastian Kauschke | -4/+4 |
| 2020-05-09 | Rollup merge of #71555 - cjgillot:nameless, r=matthewjasper | Ralf Jung | -2/+1 |
| 2020-05-09 | Rollup merge of #69406 - jackh726:chalk-upgrade, r=nikomatsakis | Ralf Jung | -14/+296 |
| 2020-05-09 | Rollup merge of #72018 - mark-i-m:canon-chalk, r=mark-i-m | Dylan DPC | -1/+1 |
| 2020-05-08 | Fix debug assertion in error code | Matthew Jasper | -0/+9 |
| 2020-05-08 | fix canonicalization links | mark | -1/+1 |
| 2020-05-08 | Remove ast::{Ident, Name} reexports. | Camille GILLOT | -2/+1 |
| 2020-05-08 | checking on either interior or upvar | csmoe | -119/+132 |
| 2020-05-07 | Reintegrate chalk using chalk-solve | Jack Huey | -14/+296 |
| 2020-05-07 | perf: Revert accidental inclusion of a part of #69218 | Markus Westerlind | -12/+6 |
| 2020-05-07 | Rollup merge of #71960 - estebank:fix-E0284, r=davidtwco | Dylan DPC | -3/+17 |
| 2020-05-07 | Fix E0284 to not use incorrect wording | Esteban Küber | -3/+17 |
| 2020-05-07 | Auto merge of #55617 - oli-obk:stacker, r=nagisa,oli-obk | bors | -88/+108 |
| 2020-05-06 | Rollup merge of #70908 - estebank:suggest-add, r=nikomatsakis | Dylan DPC | -184/+6 |
| 2020-05-06 | bless issue-70818 test case | csmoe | -10/+7 |
| 2020-05-06 | filter upvars that cause trait obligation | csmoe | -120/+134 |
| 2020-05-05 | record upvar into GeneratorInteriorTypeCause | csmoe | -17/+18 |
| 2020-05-05 | make yield span optional | csmoe | -7/+9 |
| 2020-05-05 | Rebase and use ena 0.14 | Markus Westerlind | -15/+23 |
| 2020-05-05 | perf: Merge region_obligations snapshotting into the undo log | Markus Westerlind | -1/+1 |
| 2020-05-05 | Move projection_cache into the combined undo log | Markus Westerlind | -1/+1 |