summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2012-09-07Remove support for multiple traits in a single implTim Chevalier-0/+8
2012-09-07Implement &-patternsTim Chevalier-0/+29
2012-09-07Add an ignore! macro, remove support for nested block comments, re: #2755.Graydon Hoare-15/+17
2012-09-07Remove module keywordBrian Anderson-3/+3
2012-09-07Convert field terminators to commas. Stop parsing semis.Brian Anderson-79/+79
2012-09-07Remove 'let' syntax for struct fieldsBrian Anderson-167/+165
2012-09-07Do not copy values of type () or _|_Niko Matsakis-0/+29
2012-09-07rustc: Add an "ne" method to the Eq trait, and implement it everywherePatrick Walton-2/+20
2012-09-07Don't check impl ty params for equality with trait ty paramsTim Chevalier-5/+66
2012-09-07In typeck, don't assume traits with default methods are in the same crateTim Chevalier-0/+7
2012-09-06Another test for #2587Tim Chevalier-0/+21
2012-09-06Use callee ID when kind-checking expressions that may be overloadedTim Chevalier-11/+13
2012-09-06Add test for issue 3305Tim Chevalier-0/+16
2012-09-06Remove struct ctorsBrian Anderson-296/+690
2012-09-06Refactor trans to replace lvalue and friends with Datum.Niko Matsakis-11/+71
2012-09-05Add a lint pass for structural recordsTim Chevalier-0/+4
2012-09-05rustc: Make "priv" work on enum variantsPatrick Walton-0/+11
2012-09-05Remove 'use' line that's confusing pp-exact during use/import transition.Graydon Hoare-3/+1
2012-09-05Mark crate metadata with a version tag. Close #3390.Graydon Hoare-1/+1
2012-09-05rustc: Fix double-reporting of private item errors. Un-XFAIL private-item-sim...Patrick Walton-5/+0
2012-09-05test: "import" -> "use"Patrick Walton-562/+409
2012-09-05test: Fix smallintmap testPatrick Walton-3/+3
2012-09-05fix issue #3222Vincent Belliard-0/+51
2012-09-04rustc: Don't allow private fields to be named in constructors or destructuredPatrick Walton-0/+28
2012-09-04rustc: Implement private methods.Patrick Walton-0/+15
2012-09-04xfail-fast anon-extern-mod-cross-crate-2Tim Chevalier-0/+1
2012-09-04Allow anonymous extern modsTim Chevalier-0/+17
2012-09-04Remove 'with'Brian Anderson-10/+10
2012-09-04rustc: Implement private fields for max/min classesPatrick Walton-17/+15
2012-09-04Fix broken test caseBrian Anderson-1/+1
2012-09-04std: Camel case listBrian Anderson-24/+24
2012-09-04Parse 'loop' and 'again' the sameBrian Anderson-3/+3
2012-09-03Fix cross-crate inlining of intrinsicsBrian Anderson-2/+0
2012-09-03rustc: Fix an LLVM assertion that tripped when borrowing a by-val method rece...Patrick Walton-0/+13
2012-09-02Camel case core::opsBrian Anderson-7/+7
2012-09-02rustc: Don't translate the expression twice when adapting a borrowed method r...Patrick Walton-0/+15
2012-09-02Camel case core::intrinsicBrian Anderson-44/+44
2012-09-01Remove the 'to' keywordBrian Anderson-15/+15
2012-09-01Demode reinterpret_castBrian Anderson-34/+34
2012-09-01Try to work around check-fast breakageBrian Anderson-2/+2
2012-09-01Add test for #2989Brian Anderson-0/+33
2012-08-31Make utility funs in core::int, core::uint, etc. not by-referenceTim Chevalier-1/+3
2012-08-31Add a morestack_addr (temporary) intrinsicBrian Anderson-0/+11
2012-08-31Fix test caseBrian Anderson-2/+2
2012-08-31Tag things that have to do with default methods with issue #2794.Lindsey Kuper-1/+1
2012-08-31Fix check-fast.Graydon Hoare-18/+9
2012-08-31rustc: Make entire crates privileged scopes for the purposes of coherencePatrick Walton-0/+6
2012-08-31rt: Add tests for box annihilator.Elliott Slaughter-0/+33
2012-08-31rustc: Implement "use mod"Patrick Walton-0/+12
2012-08-30Migrate core::send_map to random, keyed hashes w/ hash::Hash trait.Graydon Hoare-2/+2