summary refs log tree commit diff
path: root/src/test/auxiliary
AgeCommit message (Expand)AuthorLines
2012-07-09Fix metadata serialization of foreign functions. Properly take the value of f...Josh Matthews-0/+22
2012-07-04convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....Gareth Daniel Smith-13/+13
2012-07-04Remove empty argument lists from do expressionsBen Striegel-1/+1
2012-07-03Switch 'native' to 'extern' (or 'foreign' in some descriptions)Graydon Hoare-3/+3
2012-07-01Convert to new closure syntaxBrian Anderson-4/+4
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-2/+2
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-7/+7
2012-06-26Change 'native' and 'crust' to 'extern'.Graydon Hoare-1/+1
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-7/+7
2012-06-25MergeTim Chevalier-1/+1
2012-06-22Remove 'implements' keyword in favour of :, part of #2301.Graydon Hoare-1/+1
2012-06-22Remove resources from remaining test casesTim Chevalier-5/+10
2012-06-20Test for #2242 (xfailed for now)Tim Chevalier-0/+29
2012-06-15Test case for #2631Tim Chevalier-0/+15
2012-06-13Allow impls to be re-exportedTim Chevalier-0/+14
2012-06-13Traverse types in reachabilityTim Chevalier-0/+32
2012-06-12Test case for previous commitTim Chevalier-0/+108
2012-06-06minor changes to tests so they pass borrowckNiko Matsakis-9/+9
2012-05-30Adding a test to make sure CCI works with capture clauses.Eric Holk-0/+12
2012-05-29Test case for issue 2380Tim Chevalier-0/+10
2012-05-26core: Make range follow the for loop protocolBrian Anderson-1/+1
2012-05-18test for #2378Niko Matsakis-0/+22
2012-05-02report ambig impl methodsNiko Matsakis-0/+1
2012-05-02Encode the ifaces a class implements in metadataTim Chevalier-0/+40
2012-05-01Don't re-export a glob-imported ID when the same ID is defined withinTim Chevalier-0/+19
2012-04-23encode the borrowing table, add a simple cross-crate borrowing testNiko Matsakis-0/+3
2012-04-21syntax: Eliminate 'mutable' keyword. Closes #2254Brian Anderson-1/+1
2012-04-16test: Add xfailed test for #2196Brian Anderson-0/+21
2012-04-11Test that a class can implement an interface defined in a different crateTim Chevalier-0/+7
2012-04-10Generic classes and generic class methods work cross-crateTim Chevalier-0/+21
2012-04-10test: Remove duplicated auxliary testsHaitao Li-22/+8
2012-04-09make anything used in a resource body always reachableNiko Matsakis-0/+8
2012-04-09test: Don't share auxiliary modulesHaitao Li-6/+20
2012-04-08Check metadata hash when loading transitive dependent cratesHaitao Li-0/+14
2012-04-07rustc: Hash the CMH into symbol namesBrian Anderson-0/+14
2012-04-07test: Add test for mismatched nominal types when using multiple crate versBrian Anderson-0/+12
2012-04-07test: Add another test using multiple versions of the same crateBrian Anderson-0/+20
2012-04-08Check version when resolving transitive dependent cratesHaitao Li-0/+24
2012-04-07Use version and hash in crate_map nameHaitao Li-0/+12
2012-04-06Convert old-style for loops to new-styleMarijn Haverbeke-1/+1
2012-04-06test: Refactor the crateresolve testsBrian Anderson-3/+21
2012-04-05rustc: Don't assume that all crates with the same name are the sameBrian Anderson-0/+18
2012-03-29Require "self" as base expression for intra-class method or field referencesTim Chevalier-13/+13
2012-03-27Enforce mutability declarations in classes; correct shapes for classesTim Chevalier-2/+4
2012-03-26Bulk-edit mutable -> mut.Graydon Hoare-5/+5
2012-03-26In typeck, don't call ty::store_iface_methods on private methodsTim Chevalier-0/+14
2012-03-23Allow methods to call other methods in the same classTim Chevalier-0/+34
2012-03-23Add another test for cross-crate method callsTim Chevalier-0/+17
2012-03-23Implement new inference algorithm.Niko Matsakis-0/+3
2012-03-22make --enforce-mut-vars always on, add mut annotations to remaining filesNiko Matsakis-3/+3