summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2012-10-24Merge branch 'method-vis-parse'Brian Anderson-0/+27
2012-10-24Added compile-fail testsViktor Dahl-0/+25
2012-10-24stage2 run-pass test for #3753Mahmut Bulut-0/+27
2012-10-23rustc: Implement construction of monomorphic struct-like variants. r=nmatsakisPatrick Walton-0/+15
2012-10-23Move futures to stdBrian Anderson-7/+4
2012-10-23core: Use PortOne instead of Future in future_resultBrian Anderson-12/+12
2012-10-23Remove uses of binary move - <- - from tests and librariesTim Chevalier-73/+88
2012-10-22Merge remote-tracking branch 'luqmana/incoming'Brian Anderson-0/+17
2012-10-22rustc: Implement generic cross-crate trait inheritancePatrick Walton-0/+49
2012-10-22Merge remote-tracking branch 'original/incoming' into incomingSimon BD-835/+1069
2012-10-22xfail-fast issue-3656Brian Anderson-0/+1
2012-10-22Merge pull request #3826 from jdm/doublefailBrian Anderson-0/+5
2012-10-22Preliminary support for labeled break/continue for `loop`sTim Chevalier-0/+22
2012-10-22Simplify the AST representation of ty param boundsTim Chevalier-2/+1
2012-10-21Correct propagation of mutability from components to base in borrowckNiko Matsakis-0/+56
2012-10-21rustc: add new intrinsics - atomic_cxchg{_acq,_rel}Luqman Aden-0/+17
2012-10-21Fix ICE stemming from use of unique pointers in unreachable blocks.Josh Matthews-0/+5
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