about summary refs log tree commit diff
path: root/src/test/ui/lub-glb
AgeCommit message (Expand)AuthorLines
2021-09-25Don't anonymize bound region names during typeckAaron Hill-6/+6
2021-08-18Auto merge of #86700 - lqd:matthews-nll-hrtb-errors, r=nikomatsakisbors-6/+17
2021-08-15Report nicer errors for HRTB NLL errors from queriesMatthew Jasper-4/+11
2021-08-15Report mismatched type errors for bound region errors in NLLMatthew Jasper-2/+6
2021-08-03ignore 2 tests in polonius compare-modeRémy Rakic-1/+2
2020-06-22cite issue 73154Niko Matsakis-6/+6
2020-06-22fix subtle bug in NLL type checkerNiko Matsakis-58/+125
2020-06-22upcasting traits requires only that things become more generalNiko Matsakis-23/+9
2020-06-22move leak-check to during coherence, candidate evalNiko Matsakis-19/+51
2020-06-22Revert "modify leak-check to track only outgoing edges from placeholders"Niko Matsakis-35/+10
2020-06-22modify leak-check to track only outgoing edges from placeholdersNiko Matsakis-10/+35
2020-01-05Add backticks to various diagnosticsvarkor-4/+4
2019-11-18Specific labels when referring to "expected" and "found" typesEsteban Küber-4/+4
2019-05-29Update ui test suite to use dynmemoryruins-5/+5
2019-03-11Update testsVadim Petrochenkov-2/+2
2019-02-21partially revert 904a0bde93f0348f69914ee90b1f8b6e4e0d7cbcNiko Matsakis-5/+19
2019-02-21update test files to reflect new outputNiko Matsakis-19/+26
2019-01-02improve handling for subtypeNiko Matsakis-10/+7
2019-01-02WIP other test changesNiko Matsakis-1/+1
2019-01-02tests: cases where we now do the right thing but did not beforeNiko Matsakis-19/+7
2019-01-02select.rs: unsizing coercion should use a subtypeNiko Matsakis-7/+9
2018-12-25Remove licensesMark Rousskov-22/+2
2018-10-31kill old-style-lub warningsNiko Matsakis-4/+0
2018-06-23add `dyn` to display of dynamic (trait) type namesZack M. Davis-2/+2
2018-03-14update testsGuillaume Gomez-2/+2
2018-02-26Update UI testsVadim Petrochenkov-8/+8
2018-02-25Update ui testsGuillaume Gomez-0/+2
2017-12-25"incompatible arm" diagnostic span tweakEsteban Küber-10/+2
2017-11-24Merge cfail and ui tests into ui testsOliver Schneider-4/+4
2017-11-17issue better error message when LUB/GLB diverge under new behaviorNiko Matsakis-0/+118