summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
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
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-102/+20
2013-05-03rustc: Handle struct patterns where the expected type is an enumTim Chevalier-0/+35
2013-05-02librustc: Make uninhabited enums not castable to intPatrick Walton-0/+7
2013-05-01wip---work on making rooting work properlyNiko Matsakis-2/+3
2013-05-01correct incorrect handling of overloaded operators, exposing various other bi...Niko Matsakis-6/+4
2013-05-01auto merge of #6147 : bjz/rust/numeric-traits, r=brsonbors-1/+1
2013-05-01Revert rename of Div to QuotBrendan Zabarauskas-1/+1
2013-04-30auto merge of #6115 : jbclements/rust/test-case-fixes, r=jbclementsbors-0/+20
2013-04-30auto merge of #6103 : catamorphism/rust/nonfatal-errors, r=catamorphismbors-2/+46
2013-04-30fixed pattern, moved test to compile-failJohn Clements-0/+20
2013-04-30Fix error messages harderTim Chevalier-2/+2
2013-04-30allover: numerous unused muts etcNiko Matsakis-2/+1
2013-04-30new borrow checker (mass squash)Niko Matsakis-409/+659
2013-04-29rustc / test: Fix error messageTim Chevalier-2/+2
2013-04-29rustc: Only accept main functions at the crate level. #4433Brian Anderson-9/+7
2013-04-29test: Fix tests.Patrick Walton-93/+0
2013-04-29test: Remove #[legacy_modes] from the test suite.Patrick Walton-8/+2
2013-04-29librustc: Rename `reinterpret_cast` to `transmute_copy` and remove the intrinsicPatrick Walton-2/+2
2013-04-29librustc: Remove `ptr::addr_of`.Patrick Walton-2/+2
2013-04-28add test case for enum disambiguationJohn Clements-0/+16
2013-04-28rustc: Suppress derived pattern-match-checking errorsTim Chevalier-0/+44
2013-04-25Made fail! and assert! accept both &'static str and ~str, as well as a fmt! l...Marvin Löbel-7/+9
2013-04-24Improve divide-by-zero error messagesBrendan Zabarauskas-2/+2
2013-04-23Improve the unused unsafe block warning to include unsafe blocks in unsafe fu...Alex Crichton-7/+27