summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2012-12-12syntax: remove all remaining uses of #ast, and #ast / qquote itself.Graydon Hoare-70/+64
2012-12-11Reverse the order of the results of pipes::streamTim Chevalier-35/+35
2012-12-11Auto-deref when checking field and method privacyTim Chevalier-5/+10
2012-12-11Remove old derivingBrian Anderson-328/+0
2012-12-11Avoid extra error for type mismatches in patternsTim Chevalier-2/+1
2012-12-11libstd: refactor future, remove with(), remove ~ indirection.Graydon Hoare-3/+3
2012-12-11Fix deriving for single-variant enumsBrian Anderson-0/+8
2012-12-11Relate the module hierarchy to directory paths in the parserBrian Anderson-0/+157
2012-12-11Revert "Merge pull request #4144 from luqmana/deprecated-attribute"Tim Chevalier-10/+0
2012-12-11Allow pattern-matching on any strings, not just unique stringsTim Chevalier-3/+2
2012-12-10Merge pull request #4144 from luqmana/deprecated-attributeTim Chevalier-0/+10
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