summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2014-02-11test -- add new tests specifically examining closure borrowsNiko Matsakis-0/+247
2014-02-11test -- update tests with new error messagesNiko Matsakis-82/+85
2014-02-11Add ignore-cross-compile directive for compiletestAlex Crichton-5/+5
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-155/+170
2014-02-11auto merge of #12170 : aepsil0n/rust/feature/reserve_do_keyword, r=brsonbors-0/+13
2014-02-11Reserve `do` as a keywordEduard Bopp-0/+13
2014-02-11Move replace and swap to std::mem. Get rid of std::utilEdward Wang-13/+6
2014-02-10Update comment in contravariant testJake Kerr-2/+2
2014-02-10Consolidate codegen-related compiler flagsAlex Crichton-2/+2
2014-02-09auto merge of #12117 : nikomatsakis/rust/issue-11913-borrow-in-aliasable-loc,...bors-0/+5
2014-02-08Allow codepoints 128-255 in fourc!!Yuri Kunde Schlesner-1/+1
2014-02-08Converted fourcc! to loadable syntax extensionDerek Guenther-4/+49
2014-02-08Add new syntax extension fourcc!()Kevin Ballard-0/+66
2014-02-08Make &mut borrows restrict aliasingNiko Matsakis-0/+5
2014-02-08Fixed error starting with uppercasemr.Shu-19/+19
2014-02-08Update docs and tests for #[deriving(Show)].Huon Wilson-0/+100
2014-02-07Added tests to make tidyDerek Guenther-67/+948
2014-02-07Removed @self and @Trait.Eduard Burtescu-106/+20
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