about summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2016-09-10Improve `Eq` derivingVadim Petrochenkov-1/+30
2016-09-10Improve shallow `Clone` derivingVadim Petrochenkov-13/+45
2016-09-10Rollup merge of #35691 - jaredwy:update-error-63, r=jonathandturnerGuillaume Gomez-3/+39
2016-09-10Auto merge of #36333 - apasel422:issue-35668, r=eddybbors-0/+24
2016-09-10fix span for errors E0537, E0535 & E0536Mikhail Modin-42/+0
2016-09-09Auto merge of #36332 - llogiq:static_consts_feature, r=nikomatsakisbors-100/+15
2016-09-09Add s390x supportUlrich Weigand-0/+10
2016-09-09Update the wording for E0063. This will truncate the fields to 3.Jared Wyles-3/+39
2016-09-09Issue deprecation warnings for safe accesses to extern staticsVadim Petrochenkov-2/+76
2016-09-08fix feature error, test falloutAndre Bogus-3/+0
2016-09-08Auto merge of #35745 - jroesch:soundness-fix-29859, r=nikomatsakisbors-148/+76
2016-09-08added feature gate testAndre Bogus-0/+14
2016-09-08warning → error, lowercaseAndre Bogus-3/+3
2016-09-07Fix duplicate error codeJared Roesch-7/+7
2016-09-07Handle `ReEmpty` for `impl Trait`Andrew Paseltiner-0/+24
2016-09-07add static_in_const feature gateAndre Bogus-100/+4
2016-09-07Auto merge of #36304 - TimNN:fix-36299, r=eddybbors-0/+15
2016-09-07Auto merge of #36289 - euclio:self-suggestion, r=jseyfriedbors-0/+20
2016-09-06Auto merge of #36252 - joshtriplett:union-field-never-used, r=sanxiynbors-5/+31
2016-09-06re-add accidentally removed lineTim Neumann-0/+15
2016-09-06Rollup merge of #36267 - Cobrand:E0559, r=jonathandturnerJonathan Turner-15/+24
2016-09-06Rollup merge of #36128 - gavinb:error_msgs_p2, r=jonathandturnerJonathan Turner-0/+7
2016-09-06Rollup merge of #36121 - Cobrand:master, r=jonathandturnerJonathan Turner-1/+3
2016-09-06Auto merge of #36276 - jseyfried:fix_unused, r=nrcbors-0/+38
2016-09-06Add regression test.Jeffrey Seyfried-0/+38
2016-09-05show `self` suggestion when items are in the blockAndy Russell-0/+11
2016-09-05resolve: Suggest `use self` when import resolvesAndy Russell-0/+9
2016-09-05Updated E0527 to new error formatCobrand-1/+3
2016-09-05Add test for unused field in unionJosh Triplett-0/+26
2016-09-06E0518 Update error format #36111Gavin Baker-0/+2
2016-09-06E0517 Update error format #36109Gavin Baker-0/+4
2016-09-05E0516 Update error format #36108Gavin Baker-0/+1
2016-09-05Rollup merge of #36065 - acrrd:new_format_E0496, r=GuillaumeGomezManish Goregaokar-46/+66
2016-09-05Rollup merge of #35983 - GuillaumeGomez:e0060_bonus, r=jonathandturnerManish Goregaokar-18/+19
2016-09-05Make `private_in_public` compatibility lint warn-by-default againVadim Petrochenkov-2/+6
2016-09-04Updated E0559 to new formatCobrand-15/+24
2016-09-04Rollup merge of #36212 - razielgn:updated-e0493-to-new-format, r=jonathandturnerManish Goregaokar-22/+0
2016-09-04Rollup merge of #36070 - gavinb:master, r=jonathandturnerManish Goregaokar-1/+4
2016-09-04E0060 and E0061 improvementGuillaume Gomez-18/+19
2016-09-03Fix "field is never used" warning to take unions into accountJosh Triplett-5/+5
2016-09-03Address comments and add requested testsVadim Petrochenkov-17/+185
2016-09-03Fix rebase, fix some testsVadim Petrochenkov-9/+9
2016-09-03Support unions in borrow checkerVadim Petrochenkov-0/+309
2016-09-03Support deriving some traits for unionsVadim Petrochenkov-0/+30
2016-09-03Translate union constantsVadim Petrochenkov-0/+72
2016-09-03Implement drop translation and add lint for unions with drop fieldsVadim Petrochenkov-0/+40
2016-09-03Make accesses to union fields unsafeVadim Petrochenkov-0/+23
2016-09-03Check fields in union patters/expressionsVadim Petrochenkov-11/+60
2016-09-03Implement encoding/decoding unions in metadataVadim Petrochenkov-2/+37
2016-09-03Auto merge of #35957 - alexcrichton:macros-1.1, r=nrcbors-4/+3