about summary refs log tree commit diff
path: root/src/test/ui/union
AgeCommit message (Expand)AuthorLines
2020-02-28Show information of chain of bound obligationsEsteban Küber-2/+5
2020-02-28Track all predicates in errors, not just trait obligationsEsteban Küber-1/+3
2020-02-28Deduplicate information in E0599Esteban Küber-3/+1
2020-02-28Reduce vebosity of E0599Esteban Küber-5/+1
2020-02-28Add more context to E0599 errorsEsteban Küber-2/+9
2020-02-06rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.Eduard-Mihai Burtescu-0/+2
2020-02-02Account for `?Sized` type parameter boundsEsteban Küber-3/+3
2020-01-24Normalise notes with the/isvarkor-4/+4
2020-01-11Rollup merge of #68014 - estebank:unify-e0599, r=cramertjYuki Okushi-2/+2
2020-01-09Update testsVadim Petrochenkov-1/+8
2020-01-08Unify output of "variant not found" errorsEsteban Küber-2/+2
2019-11-16Use "field is never read" instead of "field is never used"cosine-10/+10
2019-10-21Rollup merge of #62330 - SimonSapin:no-drop-in-union-fields, r=RalfJungMazdak Farrokhzad-167/+346
2019-10-15Handle more casesEsteban Küber-3/+6
2019-10-11Update ui stderrOliver Scherer-15/+2
2019-10-11Ensure we do not treat all unions as not having any drop glue.Oliver Scherer-0/+47
2019-10-11Preserve originally intended test semanticsOliver Scherer-4/+6
2019-10-11rpass tests are now part of `ui` testsOliver Scherer-1/+43
2019-10-11Extend union-nodrop.rs testSimon Sapin-1/+5
2019-10-11Update src/test/run-pass/union/union-nodrop.rsSimon Sapin-1/+1
2019-10-11Fixes #41073, it is no longer an ICESimon Sapin-0/+39
2019-10-11Change untagged_unions to not allow union fields with dropUlrik Sverdrup-68/+137
2019-10-11Remove most uses of `allow(unions_with_drop_fields)` in testsSimon Sapin-101/+90
2019-09-12Auto merge of #64359 - varkor:opaque-ty-in-extern, r=estebankbors-3/+4
2019-09-10Refactor "not FFI-safe" diagnosticvarkor-3/+4
2019-09-08Give method not found a primary span labelEsteban Küber-1/+1
2019-08-31Use span label instead of note for cause in E0631Esteban Küber-12/+6
2019-08-15Group all ui tests and move to abi #62593Kevin Per-37/+0
2019-07-27tests: Move run-pass tests with naming conflicts to uiVadim Petrochenkov-0/+111
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-0/+839
2019-07-03Migrate compile-pass annotations to build-passYuki Okushi-1/+1
2019-06-10Implement RFC 2645 (transparent enums and unions)Michael Bradshaw-1/+1
2019-04-22update tests for migrate mode by defaultMatthew Jasper-111/+44
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-5/+5
2019-03-11Update NLL testsVadim Petrochenkov-6/+6
2019-03-11Update testsVadim Petrochenkov-49/+49
2019-01-24Fix --compare-mode=nll testsEsteban Küber-6/+6
2019-01-13Rollup merge of #57102 - davidtwco:issue-57100, r=nikomatsakisMazdak Farrokhzad-10/+16
2019-01-06Auto merge of #57291 - euclio:method-call-suggestion, r=estebankbors-4/+3
2019-01-04Improve diagnostic labels and add note.David Wood-4/+10
2019-01-03use structured suggestion for method callsAndy Russell-4/+3
2019-01-01Fix broken links to second edition TRPL.Corey Farwell-5/+5
2018-12-31use structured suggestions for nonexistent fieldsAndy Russell-5/+9
2018-12-26Add union justifications to conflicting borrows.David Wood-9/+9
2018-12-25Remove licensesMark Rousskov-260/+70
2018-11-04Update test to force error under NLL.David Wood-26/+65
2018-10-16updates to expected output for other ui tests.Felix S. Klock II-3/+3
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+767
2018-08-10Rollup merge of #53082 - felixrabe:fix-doc-link-again, r=GuillaumeGomezkennytm-3/+3
2018-08-07Place unions, pointer casts and pointer derefs behind extra feature gatesOliver Schneider-0/+1