summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2013-04-30auto merge of #6103 : catamorphism/rust/nonfatal-errors, r=catamorphismbors-2/+46
2013-04-30fixed pattern, moved test to compile-failJohn Clements-1/+1
2013-04-30fixed up syntaxJohn Clements-9/+16
2013-04-30renamed issue-2185 to issue-3429John Clements-0/+0
2013-04-30typestate is not planned for upcoming versions of rust....John Clements-27/+0
2013-04-30fixed this test case tooJohn Clements-8/+7
2013-04-30fixed the test case, hope it's still testing somethingJohn Clements-10/+6
2013-04-30after syntax fixes, these tests appear to passJohn Clements-33/+31
2013-04-30more commits on issue 2185John Clements-0/+1
2013-04-30fixed up issue-2185, but now it has a trait failureJohn Clements-4/+27
2013-04-30with syntax fixes, this test case now appears to passJohn Clements-9/+7
2013-04-30added test case for issue 5927John Clements-0/+20
2013-04-30Test now passesJohn Clements-4/+2
2013-04-30This test case now parsesJohn Clements-3/+5
2013-04-30this test still doesn't pass, but at least it parses...John Clements-6/+8
2013-04-30Got test cases to pass, after some major surgeryJohn Clements-16/+21
2013-04-30Fix error messages harderTim Chevalier-2/+2
2013-04-30auto merge of #6136 : jld/rust/simplifycfg-unrevert, r=thestingerbors-0/+24
2013-04-30remove some unused mut declsNiko Matsakis-6/+6
2013-04-30borrowck: fix critical bug prevent us from ever using write guards :)Niko Matsakis-22/+0
2013-04-30auto merge of #6134 : jld/rust/issue-6117, r=catamorphismbors-0/+16
2013-04-30auto merge of #6118 : brson/rust/too-much-recursion, r=thestingerbors-22/+0
2013-04-30Reverse accidental src/llvm reversion in 876483dcf, and add test.Jed Davis-0/+24
2013-04-30The null case of a nullable-poiner enum might not be nullary.Jed Davis-0/+16
2013-04-30allover: numerous unused muts etcNiko Matsakis-2/+1
2013-04-30changed to impl trait for type stxJohn Clements-1/+1
2013-04-30This test case is obsolete for two reasonsJohn Clements-26/+0
2013-04-30this issue is a dup of another one that has a correct test caseJohn Clements-24/+0
2013-04-30remove (non-parsing) test related to impl d for d featureJohn Clements-80/+0
2013-04-30deleted two tests intended to test RUST_CC_ZEAL, an apparently defunct flag f...John Clements-50/+0
2013-04-30new borrow checker (mass squash)Niko Matsakis-421/+699
2013-04-30auto merge of #6121 : luqmana/rust/newtype-cc, r=graydonbors-0/+21
2013-04-29rustc / test: Fix error messageTim Chevalier-2/+2
2013-04-29Add test for cross crate newtype struct in match pattern.Luqman Aden-0/+21
2013-04-29test: Remove run-pass/too-much-recursion.rsBrian Anderson-22/+0
2013-04-29rustc: Only accept main functions at the crate level. #4433Brian Anderson-9/+13
2013-04-29librustc: Forbid type implementations on typedefs.Patrick Walton-3/+0
2013-04-29librustc: Change labels to use the lifetime notation `'`.Patrick Walton-8/+8
2013-04-29test: Fix tests.Patrick Walton-138/+50
2013-04-29test: Remove #[legacy_modes] from the test suite.Patrick Walton-47/+24
2013-04-29librustc: Rename `reinterpret_cast` to `transmute_copy` and remove the intrinsicPatrick Walton-37/+37
2013-04-29librustc: Remove `ptr::addr_of`.Patrick Walton-65/+69
2013-04-29auto merge of #6099 : danluu/rust/xfail_clone, r=catamorphismbors-31/+20
2013-04-29auto merge of #6083 : jbclements/rust/parser-cleanup, r=jbclementsbors-0/+16
2013-04-28add test case for enum disambiguationJohn Clements-0/+16
2013-04-28make way for a new iter moduleDaniel Micay-46/+48
2013-04-28rustc: Suppress derived pattern-match-checking errorsTim Chevalier-0/+44
2013-04-28Updated spawn / loop thread to work with current syntaxDan Luu-9/+8
2013-04-28Remove test for any type -> match type, which doesn't seem to exist anymoreDan Luu-14/+0
2013-04-28Update old xfailing spawn/bind/join testDan Luu-8/+12