about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2012-10-21rustc: add new intrinsics - atomic_cxchg{_acq,_rel}Luqman Aden-0/+17
2012-10-20Remove obsolete fixed-length string testBrian Anderson-13/+7
2012-10-20Remove remaining uses of old fixed-length vec syntaxBrian Anderson-1/+1
2012-10-20Parse and report obsolete fixed-length vector syntaxBrian Anderson-0/+11
2012-10-20Fix a pprint test for fixed-length vecsBen Striegel-2/+2
2012-10-20Remove old fixed-length vector syntaxBen Striegel-51/+51
2012-10-20Fix run-pass/issue-2895 for 32-bit archsBrian Anderson-0/+7
2012-10-19Remove superfluous by-ref in option::get, option::get_default, option::expectTim Chevalier-2/+2
2012-10-18rustc: Implement intra-crate static methods on anonymous trait implementation...Patrick Walton-0/+23
2012-10-18test: Fix failing tests. r=rustbotPatrick Walton-8/+8
2012-10-17libsyntax: refactor the parser to consider foreign items as itemsPhilipp Brüschweiler-0/+4
2012-10-17Merge pull request #3716 from Blei/fix-3656Tim Chevalier-0/+20
2012-10-16rustc: Implement intra-crate static methods on anonymous trait implementations.Patrick Walton-0/+15
2012-10-15In ty::normalize_ty, don't replace self_regions with NoneTim Chevalier-3/+2
2012-10-15Add test for Issue 2823Tim Chevalier-0/+12
2012-10-15Add test case for Issue 2895Tim Chevalier-0/+16
2012-10-15Error out in resolve if structs try to capture type parametersTim Chevalier-2/+2
2012-10-15rustc: Merge module and type namespaces. r=brsonPatrick Walton-4/+4
2012-10-15Add test cases for #3668Tim Chevalier-8/+6
2012-10-15Un-xfail test for #3521; it works nowTim Chevalier-2/+1
2012-10-15rustc: Implement monomorphic default methods. r=nmatsakisPatrick Walton-0/+23
2012-10-15Check whether loans conflict with old loans or with themselves.Niko Matsakis-0/+25
2012-10-15Allow enum discriminator exprs to refer to declared constsTim Chevalier-0/+17
2012-10-15Add various test cases (xfailed)Tim Chevalier-0/+90
2012-10-15libstd: make Serializer a trait-level typaramErick Tryzelaar-27/+47
2012-10-12Test that functional struct update exprs get rejected if...Tim Chevalier-0/+16
2012-10-12Make moves explicit in rfail testsTim Chevalier-4/+4
2012-10-12Make moves explicit in rpass testsTim Chevalier-185/+192
2012-10-12Make moves explicit in cfail testsTim Chevalier-15/+15
2012-10-12Make moves explicit in bench testsTim Chevalier-123/+124
2012-10-12Make moves explicit in aux test filesTim Chevalier-5/+4
2012-10-12Make moves explicit in doc examplesTim Chevalier-0/+18
2012-10-12remove ctor from ast (take 2) (no review: just dead code removal)Niko Matsakis-6/+4
2012-10-12Use the Nth impl when translating a static method call, insteadNiko Matsakis-0/+25
2012-10-12bump version to 0.5.Graydon Hoare-1/+1
2012-10-12Replace several common macros of the form #m[...] with m!(...)Kevin Cantu-35/+35
2012-10-11Change FIXME numberTim Chevalier-1/+1
2012-10-11Revert "Use a constant vector for the sudoku board, delete a FIXME"Tim Chevalier-13/+32
2012-10-11Re-xfail two tests that I tried to resurrect (no time right now)Tim Chevalier-37/+78
2012-10-11Use move instead of ref in select-macroTim Chevalier-1/+1
2012-10-11Fix pipe-select-macroTim Chevalier-1/+1
2012-10-11Un-XFAIL task-compareTim Chevalier-3/+0
2012-10-11Use match move in select-macro, get rid of a FIXMETim Chevalier-3/+2
2012-10-11Un-XFAIL reflect-visit-typeTim Chevalier-3/+0
2012-10-11Annotate FIXMEs in reflect-visit-dataTim Chevalier-10/+4
2012-10-11Uncomment nested module in test, delete a FIXMETim Chevalier-2/+0
2012-10-11Use a constant vector for the sudoku board, delete a FIXMETim Chevalier-32/+13
2012-10-11Use match move in pingpong, delete a FIXMETim Chevalier-8/+4
2012-10-11Make to_str pure and fix const parameters for str-mutating functionsTim Chevalier-3/+3
2012-10-10rustc: fix size computation of structs for the FFIPhilipp Brüschweiler-0/+20