about summary refs log tree commit diff
path: root/src/librustc_trait_selection/traits
AgeCommit message (Expand)AuthorLines
2020-05-17merge lazy_normalization_consts into const_genericsBastian Kauschke-1/+1
2020-05-17explicitly handle errors in `select`Bastian Kauschke-13/+19
2020-05-17explicitly handle errors in fulfillBastian Kauschke-11/+12
2020-05-17initial cleanupBastian Kauschke-3/+6
2020-05-17Put lazy normalization behind a feature gateBen Lewis-0/+14
2020-05-17Assume unevaluated consts are equal to the other consts and add ConstEquate o...Ben Lewis-52/+178
2020-05-17Rollup merge of #72282 - jonas-schievink:issue-typo, r=Dylan-DPCDylan DPC-1/+1
2020-05-17Rollup merge of #72281 - estebank:fix-ws-sugg, r=Dylan-DPCDylan DPC-1/+1
2020-05-16Fix issue number typo in noteJonas Schievink-1/+1
2020-05-16Fix whitespace in `?Sized` structured suggestionEsteban Küber-1/+1
2020-05-16Rollup merge of #72216 - doctorn:require-lang-item, r=lcnrDylan DPC-2/+3
2020-05-16Rollup merge of #71948 - csmoe:issue-61076, r=oli-obkDylan DPC-1/+143
2020-05-15Remove lang_items\(\).*\.unwrap\(\)Nathan Corbyn-2/+3
2020-05-15implement type_implments_trait querycsmoe-19/+60
2020-05-14Rollup merge of #72194 - doctorn:dispatch-from-dyn-ice, r=estebankDylan DPC-6/+23
2020-05-14Rollup merge of #72170 - lcnr:lang_item, r=oli-obkDylan DPC-2/+3
2020-05-14Don't ICE on missing `Unsize` implNathan Corbyn-6/+23
2020-05-14Rollup merge of #72150 - jackh726:unnorm_projection, r=nikomatsakisRalf Jung-15/+6
2020-05-13use `require_lang_item` over `unwrap`.Bastian Kauschke-2/+3
2020-05-12review commentsEsteban Küber-2/+9
2020-05-12Increase verbosity of bound restriction suggestionsEsteban Küber-4/+8
2020-05-12Suggest adding super trait constraintsEsteban Küber-4/+41
2020-05-12Remove ty::UnnormalizedProjectionJack Huey-15/+6
2020-05-11Rollup merge of #72109 - matthiaskrgr:cl8ppy, r=Dylan-DPCDylan DPC-5/+5
2020-05-11Rollup merge of #72019 - matthewjasper:dont-skip-binder, r=davidtwcoDylan DPC-0/+9
2020-05-11Fix clippy warningsMatthias Krüger-5/+5
2020-05-11bless ui testscsmoe-3/+19
2020-05-10remove try_trait lang itemcsmoe-32/+26
2020-05-10suggest await before try when performing trait selectioncsmoe-0/+91
2020-05-09add regression tests + improve method nameBastian Kauschke-4/+4
2020-05-09Rollup merge of #71555 - cjgillot:nameless, r=matthewjasperRalf Jung-2/+1
2020-05-09Rollup merge of #69406 - jackh726:chalk-upgrade, r=nikomatsakisRalf Jung-14/+296
2020-05-09Rollup merge of #72018 - mark-i-m:canon-chalk, r=mark-i-mDylan DPC-1/+1
2020-05-08Fix debug assertion in error codeMatthew Jasper-0/+9
2020-05-08fix canonicalization linksmark-1/+1
2020-05-08Remove ast::{Ident, Name} reexports.Camille GILLOT-2/+1
2020-05-08checking on either interior or upvarcsmoe-119/+132
2020-05-07Reintegrate chalk using chalk-solveJack Huey-14/+296
2020-05-07perf: Revert accidental inclusion of a part of #69218Markus Westerlind-12/+6
2020-05-07Rollup merge of #71960 - estebank:fix-E0284, r=davidtwcoDylan DPC-3/+17
2020-05-07Fix E0284 to not use incorrect wordingEsteban Küber-3/+17
2020-05-07Auto merge of #55617 - oli-obk:stacker, r=nagisa,oli-obkbors-88/+108
2020-05-06Rollup merge of #70908 - estebank:suggest-add, r=nikomatsakisDylan DPC-184/+6
2020-05-06bless issue-70818 test casecsmoe-10/+7
2020-05-06filter upvars that cause trait obligationcsmoe-120/+134
2020-05-05record upvar into GeneratorInteriorTypeCausecsmoe-17/+18
2020-05-05make yield span optionalcsmoe-7/+9
2020-05-05Rebase and use ena 0.14Markus Westerlind-15/+23
2020-05-05perf: Merge region_obligations snapshotting into the undo logMarkus Westerlind-1/+1
2020-05-05Move projection_cache into the combined undo logMarkus Westerlind-1/+1