about summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2014-02-05move concurrent stuff from libextra to libsyncJeremyLetang-52/+52
2014-02-05auto merge of #12025 : lilac/rust/feature-gate-quote, r=brsonbors-0/+2
2014-02-04auto merge of #12023 : nick29581/rust/err_res, r=alexcrichtonbors-0/+24
2014-02-04auto merge of #12018 : alexcrichton/rust/triage, r=sfacklerbors-5/+5
2014-02-04Make cfail test error messages more preciseAlex Crichton-5/+5
2014-02-05Check for trait impl conflicts across cratesNick Cameron-0/+24
2014-02-04Replaced with a single "quote" feature gate.James Deng-2/+2
2014-02-04Feature gate all quasi-quoting macros.James Deng-0/+2
2014-02-04Replace NonCopyable usage with NoPodFlavio Percoco-2/+3
2014-02-02Substitute type params in default type params using them.Eduard Burtescu-0/+28
2014-02-01auto merge of #11974 : huonw/rust/no-at-vec, r=pcwaltonbors-34/+3
2014-02-02Update/delete tests using @[].Huon Wilson-21/+3
2014-02-02librustc: Remove `@str` from the languagePatrick Walton-1/+0
2014-02-02test: Remove `@str` from the test suitePatrick Walton-12/+0
2014-02-01auto merge of #11932 : dmanescu/rust/11741-stability-cross-crate, r=alexcrichtonbors-2/+30
2014-01-31Remove the obsolete handler for `impl A;`.Huon Wilson-0/+11
2014-01-31Add test for sensible #[start] error message.Huon Wilson-0/+15
2014-01-31Add test cases for #4063.OGINO Masanori-0/+15
2014-01-31Fix minor doc typosVirgile Andreani-1/+1
2014-01-31Introduce marker types for indicating variance and for opting outNiko Matsakis-15/+208
2014-01-31auto merge of #11929 : FlaPer87/rust/issue-11681, r=huonwbors-0/+29
2014-01-31Handle attributes on cross-crate tuple-structs correctlyDavid Manescu-2/+30
2014-01-30Implement default type parameters in generics.Eduard Burtescu-2/+177
2014-01-30Add test case for issue #11681Flavio Percoco-0/+29
2014-01-29auto merge of #11839 : typelist/rust/issue3008, r=huonwbors-0/+64
2014-01-29auto merge of #11672 : bjz/rust/remove-times, r=brsonbors-3/+3
2014-01-30Remove Times traitBrendan Zabarauskas-3/+3
2014-01-29Add compile-fail tests for non-representable structs and enumsJohannes Muenzel-0/+64
2014-01-29auto merge of #11776 : FlaPer87/rust/issue-11681-static-lifetime, r=nikomatsakisbors-21/+32
2014-01-29Fixes temporary lifetime computation for static itemsFlavio Percoco-21/+0
2014-01-29auto merge of #11754 : alexcrichton/rust/unused-result, r=brsonbors-0/+40
2014-01-29auto merge of #11868 : bytbox/rust/remove-do, r=alexcrichtonbors-80/+21
2014-01-29Remove do keyword from test/Scott Lawrence-80/+21
2014-01-29Treat unary struct and enum variants as rvaluesFlavio Percoco-0/+32
2014-01-28Implement an unused_result lintAlex Crichton-0/+40
2014-01-28Add test case for #3243, which was fixed as part of fix for #3511.Niko Matsakis-7/+6
2014-01-27auto merge of #11738 : dmanescu/rust/11721, r=alexcrichtonbors-0/+35
2014-01-27auto merge of #11826 : huonw/rust/7621-deriving-errors, r=alexcrichtonbors-8/+24
2014-01-27can borrow mut in proc Fixes #10617Nick Desaulniers-50/+0
2014-01-28syntax: make deriving have slightly less cryptic error messages.Huon Wilson-8/+24
2014-01-27auto merge of #11595 : eddyb/rust/env-et-self-no-more, r=nikomatsakisbors-8/+48
2014-01-28Feature gate #[simd]David Manescu-0/+35
2014-01-27Feature gate trace_macros.xales-0/+16
2014-01-27Demote self to an (almost) regular argument and remove the env param.Eduard Burtescu-8/+48
2014-01-27auto merge of #11834 : huonw/rust/deriving-spans, r=alexcrichtonbors-28/+781
2014-01-27Add autogenerated tests for the spans of various derived traits.Huon Wilson-28/+781
2014-01-26auto merge of #11817 : salemtalha/rust/master, r=brsonbors-1/+1
2014-01-26Removed all instances of XXX in preparation for relaxing of FIXME ruleSalem Talha-1/+1
2014-01-26Fix privacy fallout from previous changeAlex Crichton-6/+6
2014-01-26Change private structs to have private fields by defaultAlex Crichton-0/+51