about summary refs log tree commit diff
path: root/src/test/compile-fail/union
AgeCommit message (Expand)AuthorLines
2018-08-14Moved compile-fail tests to ui tests.David Wood-400/+0
2018-07-11Rollup merge of #52207 - RalfJung:unsafety-errors, r=estebankMark Rousskov-6/+6
2018-07-10Fix typo in error message E0277Rémy Rakic-2/+2
2018-07-10improve error message shown for unsafe operations: explain why undefined beha...Ralf Jung-6/+6
2018-06-19Update message for `!Sized` typesEsteban Küber-2/+3
2018-06-19Add message to `rustc_on_unimplemented` attributes in coreEsteban Küber-2/+4
2018-02-15[improper_ctypes] Overhaul primary labelRobin Kruppe-1/+1
2017-12-14Move compile-fail tests with NOTE/HELP annotations to UIVadim Petrochenkov-120/+0
2017-12-11Merge remote-tracking branch 'origin/master' into miriOliver Schneider-37/+0
2017-12-07Migrate even more feature gate tests to uiest31-37/+0
2017-12-06Update miri to rustc changesOliver Schneider-0/+2
2017-09-24move unsafety checking to MIRAriel Ben-Yehuda-2/+2
2017-07-31limit and delimit available fields in noteZack M. Davis-1/+1
2017-07-23field does not exist error: note fields if Levenshtein suggestion failsZack M. Davis-0/+1
2017-05-27Stabilize unions with `Copy` fields and no destructorVadim Petrochenkov-17/+21
2017-05-25Use parameter environment associated with field use, not field definitionVadim Petrochenkov-2/+1
2017-05-25Make assignments to `Copy` union fields safeVadim Petrochenkov-7/+39
2017-04-08Fix move checking for nested union fieldsVadim Petrochenkov-0/+57
2017-01-12Mark even more tests as gate testsest31-0/+2
2016-10-02Improve error message and snippet for "did you mean `x`"Gavin Baker-2/+2
2016-09-20Update E0560 to include labelaclarry-1/+3
2016-09-10Improve `Eq` derivingVadim Petrochenkov-1/+30
2016-09-10Improve shallow `Clone` derivingVadim Petrochenkov-3/+43
2016-09-06Auto merge of #36252 - joshtriplett:union-field-never-used, r=sanxiynbors-0/+26
2016-09-05Add test for unused field in unionJosh Triplett-0/+26
2016-09-04Updated E0559 to new formatCobrand-2/+3
2016-09-03Address comments and add requested testsVadim Petrochenkov-0/+359