about summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2013-05-14Use static string with fail!() and remove fail!(fmt!())Björn Steinbrink-8/+8
2013-05-13Remove re-exports from libcore/core.rcAlex Crichton-1/+1
2013-05-13auto merge of #6387 : brson/rust/unstable, r=brsonbors-1/+1
2013-05-13auto merge of #6417 : pcwalton/rust/exprs-in-patterns, r=pcwaltonbors-5/+7
2013-05-13core: Move locks, atomic rc to unstable::syncBrian Anderson-1/+1
2013-05-13Better error for some unresolved importsCorey Richardson-1/+1
2013-05-12auto merge of #6400 : cmr/rust/remove_useless_import_error, r=thestingerbors-2/+1
2013-05-12actually fix failing testCorey Richardson-1/+1
2013-05-12librustc: Make `self` and `static` into keywordsPatrick Walton-3/+3
2013-05-12libsyntax: Remove `extern mod foo { ... }` from the language.Patrick Walton-2/+4
2013-05-12auto merge of #6427 : catamorphism/rust/issue-6319, r=nikomatsakisbors-1/+15
2013-05-12Fix failing testCorey Richardson-2/+1
2013-05-11rustc: Don't call type_error_message() with ty_err as the expected typeTim Chevalier-1/+15
2013-05-11auto merge of #6402 : kud1ing/rust/fixes, r=pcwaltonbors-20/+20
2013-05-11auto merge of #6385 : huonw/rust/rustc-dtor-struct-match, r=nikomatsakisbors-1/+30
2013-05-10Stop using the '<->' operatorAlex Crichton-60/+1
2013-05-10auto merge of #6223 : alexcrichton/rust/issue-6183, r=pcwaltonbors-6/+8
2013-05-10test: Use the new `for` protocolAlex Crichton-6/+8
2013-05-10more back-ticks, less colonsLenny222-20/+20
2013-05-10auto merge of #6366 : catamorphism/rust/issue-3920, r=catamorphismbors-0/+17
2013-05-10auto merge of #6329 : sonwow/rust/issue-6306, r=ILyoanbors-2/+2
2013-05-10Issue number on xfailed testHuon Wilson-1/+1
2013-05-10auto merge of #6356 : dotdash/rust/strinterner, r=pcwaltonbors-6/+6
2013-05-10librustc: allow destructuring of structs with destructors if the pattern has ...Huon Wilson-1/+30
2013-05-10A test file is fixedYoungsoo Son-2/+2
2013-05-10auto merge of #6347 : cmr/rust/unknown_module_resolve_error, r=catamorphismbors-1/+13
2013-05-09auto merge of #6336 : nikomatsakis/rust/issue-6308-closure-bounds, r=nikomats...bors-30/+1
2013-05-09fix formating and testsCorey Richardson-1/+1
2013-05-09compile-fail test for new unresolved import errorCorey Richardson-0/+12
2013-05-09testsuite: Test that init and forget are both unsafeTim Chevalier-0/+17
2013-05-09Refactor representation of bounds to separate out BuiltinBounds intoNiko Matsakis-30/+1
2013-05-09back-ticksLenny222-1/+1
2013-05-09Use a specialized string interner to reduce the need for owned stringsBjörn Steinbrink-6/+6
2013-05-09auto merge of #6345 : seanmoon/rust/fix-typos, r=sanxiynbors-4/+4
2013-05-08test: Fix broken testPatrick Walton-1/+1
2013-05-08test: Fix tests.Patrick Walton-14/+14
2013-05-08auto merge of #6214 : sanxiyn/rust/simd-2, r=graydonbors-0/+13
2013-05-08auto merge of #6119 : brson/rust/main, r=brsonbors-9/+11
2013-05-08rustc: Fix the logic for finding the Android main functionBrian Anderson-0/+4
2013-05-09Fix typosSean Moon-4/+4
2013-05-08auto merge of #6317 : brson/rust/durable, r=z0w0bors-0/+21
2013-05-07Add some tests for local data + borrowed pointersBrian Anderson-0/+21
2013-05-07auto merge of #6290 : brson/rust/issue-3707, r=thestingerbors-3/+2
2013-05-07Add SIMD vector type testsSeo Sanghyeon-0/+13
2013-05-07auto merge of #6251 : thestinger/rust/non_owned, r=pcwaltonbors-0/+76
2013-05-06Enable test for #3707Brian Anderson-3/+2
2013-05-06refinement to technique used to not run regionckNiko Matsakis-52/+12
2013-05-05compile-fail tests for #[non_owned] and #[mutable]Daniel Micay-0/+76
2013-05-05Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freezeNiko Matsakis-101/+126
2013-05-04auto merge of #6230 : thestinger/rust/whitespace, r=catamorphismbors-102/+20