summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2012-12-10Remove un-needed code for obsolete classesTim Chevalier-0/+15
2012-12-10Adjust the die macro to only accept ~str and to work in statement positionBrian Anderson-0/+35
2012-12-10tests: relicense .pp files. Oddly not caught during local testing.Graydon Hoare-0/+30
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-1/+19111
2012-12-10test: Fix aux-build in struct-destructuring-cross-crate. rs=bustagePatrick Walton-0/+2
2012-12-10librustc: Fix bug preventing cross-crate struct destructuring from working. r...Patrick Walton-0/+16
2012-12-09Add test case for deprecated attribute.Luqman Aden-0/+10
2012-12-08Fix busted test caseTim Chevalier-1/+1
2012-12-08Update and un-xfail crate-method-reexport-grrrrrrr2Tim Chevalier-7/+4
2012-12-08Print out a more helpful type error message for do-blocks/for-loopsTim Chevalier-3/+32
2012-12-07Xfail broken testsTim Chevalier-0/+2
2012-12-07test: Fix borrowck-preserve-box-in-pat. rs=bustagePatrick Walton-6/+6
2012-12-07test: Fix borrowck-preserve-box-in-discr; more fallout from pattern bindings....Patrick Walton-6/+6
2012-12-07test: Remove alt-implicit-copy.rs test. Incompatible with current borrow chec...Patrick Walton-6/+0
2012-12-07test: Fix some busted run-pass tests, fallout from the pattern bindings chang...Patrick Walton-26/+7
2012-12-07Add test for #2995Tim Chevalier-0/+3
2012-12-07Add test case for #2828Tim Chevalier-0/+21
2012-12-07libsyntax: Fix parsing of module-qualified structure patterns. rs=bugfixPatrick Walton-0/+12
2012-12-07librustc: Implement "&mut [T]" as an expression. r=brsonPatrick Walton-0/+4
2012-12-07Trait constraints are separated by space, not commaBrian Anderson-20/+20
2012-12-07Add an auto-slice-and-ref step to method lookup. Allows ~[T] to work with exp...Brian Anderson-0/+66
2012-12-07Merge pull request #4101 from brson/bound-default-methodsBrian Anderson-0/+71
2012-12-07syntax: try to fix pattern printing yet again, r=burningtree.Graydon Hoare-1/+1
2012-12-07bench: fix nbody bugs, r=burningtree.Graydon Hoare-13/+29
2012-12-07syntax: Permit splicing anything into a quote that implements ToTokens.Graydon Hoare-3/+2
2012-12-06Test cases, some xfailedTim Chevalier-0/+323
2012-12-06Remove obsolete commentTim Chevalier-3/+0
2012-12-06Remove compile-fail test from run-passTim Chevalier-11/+0
2012-12-06Xfail trait-inheritance-overloading-xc-exeTim Chevalier-0/+1
2012-12-06Use fuzzy_eq in run-pass/intrinsics-math.rsBrian Anderson-26/+30
2012-12-06xfail-fast static-fn-inline-xc. needs aux-buildBrian Anderson-0/+1
2012-12-06Rename std::ebml::Reader => std::ebml::reader, same for writerTim Chevalier-2/+2
2012-12-06Add various test cases, mostly xfailedTim Chevalier-0/+38
2012-12-06test: Fix compilation of benchmarks for moves-based-on-type. rs=bustagePatrick Walton-14/+16
2012-12-06test: Fix shootout-mandelbrot.rs. rs=bustagePatrick Walton-5/+5
2012-12-06test: Fix busted test. rs=bustagePatrick Walton-1/+1
2012-12-06test: Fix more compile-fail bustage. rs=bustagePatrick Walton-10/+8
2012-12-06test: Fix some compile-fail bustage. rs=bustagePatrick Walton-36/+10
2012-12-06test: Fix some run-fail bustage. rs=bustagePatrick Walton-4/+4
2012-12-06test: Fix some more run-pass bustage. rs=clownshoesPatrick Walton-2/+2
2012-12-05librustc: Fix handling of `~` and `@` unary operators in mode computation. Cl...Patrick Walton-0/+4
2012-12-05librustc: Fix type_use to not treat i1* arguments as interchangeable with i8*...Patrick Walton-0/+11
2012-12-05Fix testBrian Anderson-1/+1
2012-12-05Fix cross-crate inlining of static functionsBrian Anderson-0/+23
2012-12-05test: Fix float imprecision error on intrinsics-mathPatrick Walton-1/+1
2012-12-05test: Fix alt-implicit-copy-unique. rs=mePatrick Walton-1/+1
2012-12-05test: More bustage fixes. rs=mePatrick Walton-11/+11
2012-12-05test: More run-pass test fixesPatrick Walton-45/+47
2012-12-05test: Fix a bunch of test cases. rs=burningPatrick Walton-21/+27
2012-12-04Merge remote-tracking branch 'luqmana/incoming'Brian Anderson-0/+88