about summary refs log tree commit diff
path: root/src/test/ui/issues
AgeCommit message (Expand)AuthorLines
2020-05-27Rollup merge of #72548 - rossmacarthur:add-mcve-for-50687, r=nikomatsakisDylan DPC-0/+57
2020-05-27Rollup merge of #72348 - chrissimpkins:fix-72253, r=estebankDylan DPC-0/+16
2020-05-26improve error message for unexpected comma token in multiline blockChris Simpkins-0/+16
2020-05-26Rollup merge of #72270 - RalfJung:lint-ref-to-packed, r=oli-obkDylan DPC-18/+4
2020-05-25Auto merge of #72354 - tamird:remove-copyright, r=Mark-Simulacrumbors-2/+0
2020-05-25remove some unused types from the testsRalf Jung-18/+4
2020-05-25Add test for old compiler ICE when using `Borrow`Ross MacArthur-0/+57
2020-05-23Add test for #72455Yuki Okushi-0/+27
2020-05-21Rollup merge of #72149 - estebank:icemation, r=eddybRalf Jung-0/+20
2020-05-19Alter wording for `use foo::self` helpmibac138-2/+2
2020-05-19Add error recovery for `use foo::self`mibac138-2/+17
2020-05-19Suggest fixes for `use foo::self`mibac138-2/+11
2020-05-19Remove dangling COPYRIGHT referencesTamir Duberstein-2/+0
2020-05-19Rollup merge of #72068 - estebank:mut-deref-hack, r=oli-obkDylan DPC-0/+29
2020-05-18Rollup merge of #71599 - ldm0:fnclo, r=nikomatsakisDylan DPC-18/+7
2020-05-16Rollup merge of #72045 - RalfJung:incomplete-unsound, r=petrochenkovRalf Jung-2/+3
2020-05-14Don't ICE on missing `Unsize` implNathan Corbyn-0/+29
2020-05-12fix test output after rebaseEsteban Küber-1/+1
2020-05-12Increase verbosity of bound restriction suggestionsEsteban Küber-8/+14
2020-05-12Don't `type_of` on trait assoc ty without defaultEsteban Küber-0/+20
2020-05-11Ignore arguments when looking for `IndexMut` for subsequent `mut` obligationEsteban Küber-0/+29
2020-05-09adjust testsRalf Jung-2/+3
2020-05-09Rollup merge of #71185 - JohnTitor:run-fail, r=petrochenkovRalf Jung-0/+305
2020-05-09Test for coercion between (FnDef | Closure) and (FnDef | Closure)Donough Liu-18/+7
2020-05-07Rollup merge of #71960 - estebank:fix-E0284, r=davidtwcoDylan DPC-15/+60
2020-05-07Fix E0284 to not use incorrect wordingEsteban Küber-15/+60
2020-05-08Skip tests on emscriptenYuki Okushi-0/+21
2020-05-07reword "possible candidate" import suggestionAndy Russell-11/+11
2020-05-06Rollup merge of #70908 - estebank:suggest-add, r=nikomatsakisDylan DPC-5/+16
2020-05-06Rollup merge of #71937 - mzohreva:mz/ui-tests-ignore-sgx, r=nikomatsakisDylan DPC-4/+7
2020-05-06Rollup merge of #71727 - hbina:simplified_usage, r=Mark-SimulacrumDylan DPC-2/+2
2020-05-06Move tests from `test/run-fail` to UIYuki Okushi-0/+284
2020-05-05Ignore SGX on a few ui testsMohsen Zohrevandi-4/+7
2020-05-05Rollup merge of #71894 - mibac138:semicolon-not-always-helpful, r=estebankDylan DPC-3/+0
2020-05-05Suggest removing semicolon in last expression only if it's type is knownmibac138-3/+0
2020-05-05Rollup merge of #71902 - mibac138:const-feature-diag, r=varkorDylan DPC-0/+2
2020-05-05Rollup merge of #71711 - Mark-Simulacrum:deignore-tests, r=nikomatsakisDylan DPC-13/+0
2020-05-04Suggest to add missing feature when using gated const featuresmibac138-0/+2
2020-05-04review comments and rebase fixEsteban Küber-3/+9
2020-05-04Suggest restricting type param when it doesn't satisfy projectionEsteban Küber-1/+3
2020-05-04Handle binop on unbound type paramEsteban Küber-1/+4
2020-05-04Auto merge of #71108 - estebank:suggest-proj-type-mismatch-constraint, r=oli-obkbors-22/+4
2020-05-02When a projection is expected, suggest constraining or calling methodEsteban Küber-2/+4
2020-05-02On type mismatch involving associated type, suggest constraintEsteban Küber-20/+0
2020-05-02Replace convenient function `remove_prefix()` with `replace_prefix()`Donough Liu-2/+0
2020-05-02Suggestion for immutable reference -> mutable pointer should be emittedDonough Liu-2/+1
2020-05-02Suggest deref when coercing `ty::Ref` to `ty::RawPtr` with arbitraryDonough Liu-2/+224
2020-05-01SipHasher::new() is literally with SipHasher with both keys being 0Hanif Bin Ariffin-2/+2
2020-04-30Remove unsized enum testMark Rousskov-13/+0
2020-04-30Rollup merge of #71540 - ldm0:ref2ptr, r=oli-obkDylan DPC-0/+122