summary refs log tree commit diff
path: root/src/test/ui/issues
AgeCommit message (Expand)AuthorLines
2020-07-30Add a test for pattern matching within a tupleMark Rousskov-0/+7
2020-07-30Revert "Fix an ICE on an invalid `binding @ ...` in a tuple struct pattern"Mark Rousskov-33/+0
2020-07-23Fix an ICE on an invalid `binding @ ...` in a tuple struct patternJakub Adam Wieczorek-0/+33
2020-07-10Perform obligation deduplication to avoid buggy `ExistentialMismatch`Esteban Küber-0/+26
2020-06-26Beta backport of PR #73005 (obligation error impl candidate)Aaron Hill-0/+28
2020-06-26Ensure stack when building MIR for matchesSimonas Kazlauskas-0/+5208
2020-05-31Add descriptions for all queriesMatthew Jasper-4/+4
2020-05-30Rollup merge of #72625 - Amanieu:asm-srcloc, r=petrochenkovRalf Jung-6/+9
2020-05-30Tweak wording and spans of `'static` `dyn Trait`/`impl Trait` requirementsEsteban Küber-11/+5
2020-05-30Update nll testsEsteban Küber-0/+10
2020-05-30review comment: tweak wording and account for span overlapEsteban Küber-1/+1
2020-05-30Account for returned `dyn Trait` evaluating to `'static` lifetimeEsteban Küber-7/+20
2020-05-30Rollup merge of #72540 - davidtwco:issue-67552-mono-collector-comparison, r=v...Ralf Jung-8/+55
2020-05-30Rollup merge of #72441 - doctorn:late-bound-lifetime-ice, r=nikomatsakisRalf Jung-0/+34
2020-05-30Rollup merge of #72677 - chrissimpkins:fix-72574, r=estebankYuki Okushi-0/+46
2020-05-29Auto merge of #72756 - RalfJung:rollup-tbjmtx2, r=RalfJungbors-14/+14
2020-05-29fix diagnostics for `@ ..` binding pattern in tuples and tuple structsChris Simpkins-0/+46
2020-05-29Rollup merge of #67460 - estebank:named-lts, r=nikomatsakisRalf Jung-14/+14
2020-05-29Improve inline asm error diagnosticsAmanieu d'Antras-6/+9
2020-05-29liveness: Warn about unused captured variablesTomasz Miąsko-1/+22
2020-05-28Fix ICE with explicit late-bound lifetimesNathan Corbyn-0/+34
2020-05-28standardize limit comparisons with `Limit` typeDavid Wood-10/+13
2020-05-28mir: adjust conditional in recursion limit checkDavid Wood-1/+45
2020-05-27Fix rebaseEsteban Küber-4/+0
2020-05-27fix rebaseEsteban Küber-2/+2
2020-05-27Tweak output for mismatched impl itemEsteban Küber-7/+7
2020-05-27Name `RegionKind::ReVar` lifetimes in diagnosticsEsteban Küber-7/+11
2020-05-27Fix spacing of expected/found notes without a labelEsteban Küber-12/+12
2020-05-27improve diagnostics suggestion for missing `@` in slice id binding to rest p...Chris Simpkins-0/+22
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