about summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2017-04-28Rollup merge of #41583 - arielb1:cross-constant, r=eddybCorey Farwell-0/+38
2017-04-27Rollup merge of #41523 - estebank:moved, r=arielb1Corey Farwell-46/+0
2017-04-27don't ICE on cross-crate associated const type mismatchAriel Ben-Yehuda-0/+38
2017-04-27Auto merge of #41433 - estebank:constructor, r=michaelwoeristerbors-1/+1
2017-04-27Auto merge of #37860 - giannicic:defaultimpl, r=nagisabors-0/+226
2017-04-25Point at variable moved by closureEsteban Küber-46/+0
2017-04-25Move `cfail` tests to `ui`Esteban Küber-119/+0
2017-04-25Parse trait object types starting with a lifetime boundVadim Petrochenkov-0/+54
2017-04-25Fix object safety violations in the testVadim Petrochenkov-23/+48
2017-04-25privacy: Rename and cleanup PrivacyVisitorVadim Petrochenkov-2/+2
2017-04-25Check privacy of trait items in all contextsVadim Petrochenkov-76/+111
2017-04-25Improve E0178 suggestion placementOliver Schneider-50/+0
2017-04-25Update affected testsOliver Schneider-1/+1
2017-04-25 support `default impl` for specializationGianni Ciccarelli-0/+19
2017-04-24Reorder code, fix unittestsEsteban Küber-5/+33
2017-04-24support `default impl` for specializationGianni Ciccarelli-0/+207
2017-04-24Feature gate in test.Without Boats-0/+2
2017-04-24Fix more merge conflictsMatthew-20/+15
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-22Resolve merge conflictmatthewjasper-6/+76
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-20Do not show `::constructor` on tuple struct diagnosticsEsteban Küber-1/+1
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-20Stabilize RFC 1506 - clarified ADT kindsMatthew-22/+0
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