summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2017-05-24Auto merge of #42182 - nikomatsakis:beta, r=brsonbors-10/+9
2017-05-23correct various error messages that changedNiko Matsakis-10/+9
2017-05-23Fix regression on `include!(line!())`.Jeffrey Seyfried-0/+13
2017-05-22try to fix lvalue ops for realAriel Ben-Yehuda-0/+78
2017-04-24Feature gate in test.Without Boats-0/+2
2017-04-24Style.Without Boats-3/+3
2017-04-24Add compile-fail test.Without Boats-0/+26
2017-04-23rustc_const_eval: support all unit enum variants.Eduard-Mihai Burtescu-14/+15
2017-04-23rustc: make the const-eval cache polymorphic.Eduard-Mihai Burtescu-6/+0
2017-04-22Auto merge of #39999 - bitshifter:struct_align, r=eddybbors-3/+73
2017-04-21Create a new method to run coercion inside probeGuillaume Gomez-6/+2
2017-04-21Update testsGuillaume Gomez-1/+5
2017-04-21Added feature gate, updated error messages and tests.Cameron Hart-3/+21
2017-04-21Implementation of repr struct alignment RFC 1358.Cameron Hart-3/+55
2017-04-20Rollup merge of #41214 - estebank:less-multiline, r=petrochenkovCorey Farwell-18/+0
2017-04-19Auto merge of #41236 - cengizIO:master, r=nikomatsakisbors-52/+2
2017-04-18change note for patternsCengiz Can-2/+2
2017-04-18fixes #40013Cengiz Can-50/+0
2017-04-18update `dep-graph-struct-signature` test caseNiko Matsakis-11/+0
2017-04-15feature gate :vis matcherAlex Burka-0/+19
2017-04-14update tests slightlyNiko Matsakis-2/+45
2017-04-14Name files what tidy wants them to be namdSean Griffin-0/+0
2017-04-14Put overlapping impls behind feature gate, add testsSean Griffin-0/+19
2017-04-14Further update with response to feedbackSean Griffin-0/+1
2017-04-14Implement RFC 1268Sean Griffin-21/+21
2017-04-14Rollup merge of #40702 - mrhota:global_asm, r=nagisaCorey Farwell-0/+15
2017-04-14Auto merge of #41153 - petrochenkov:umove, r=pnkfelixbors-0/+57
2017-04-13Auto merge of #40570 - nikomatsakis:inference-subtype-through-obligation, r=a...bors-79/+58
2017-04-12Add global_asm testsA.J. Gardner-0/+15
2017-04-12Rollup merge of #41232 - arielb1:mir-rvalues, r=eddybTim Neumann-0/+18
2017-04-12Add a way to get shorter spans until `char` for pointing at defsEsteban Küber-18/+0
2017-04-11update various test cases that generate slightly different outputNiko Matsakis-6/+10
2017-04-11fix a bug in compiletest JSON parsing for duplicate errorsNiko Matsakis-7/+0
2017-04-11add regression test for #30225Niko Matsakis-0/+48
2017-04-11remove the subtyping relations from TypeVariableNiko Matsakis-3/+3
2017-04-11use obligations to propagate sub-typing instead of the TV codeNiko Matsakis-3/+2
2017-04-11remove type variable defaults codeNiko Matsakis-65/+0
2017-04-11Rollup merge of #40559 - nagisa:manually-drop, r=alexcrichtonCorey Farwell-2/+1
2017-04-11Move rvalue checking to MIRAriel Ben-Yehuda-0/+18
2017-04-10Auto merge of #40565 - estebank:binops-help, r=arielb1bors-72/+0
2017-04-10Explicit help message for binop type missmatchEsteban Küber-72/+0
2017-04-10Auto merge of #40018 - japaric:ld, r=alexcrichtonbors-0/+20
2017-04-10explain why we have a fake cfail testJorge Aparicio-0/+5
2017-04-09Fix test failuresSimonas Kazlauskas-2/+1
2017-04-08Auto merge of #41055 - Archytaus:compile-fail/const-match-pattern-arm, r=arielb1bors-0/+25
2017-04-08Auto merge of #40775 - estebank:variant-as-type, r=petrochenkovbors-0/+67
2017-04-08Fix move checking for nested union fieldsVadim Petrochenkov-0/+57
2017-04-07fake the feature-gate-linker-flavor compile fail testJorge Aparicio-1/+3
2017-04-07Move tests from ui to cfailEsteban Küber-0/+67
2017-04-07hack: add a linker_flavor feature gateJorge Aparicio-0/+13