summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2012-04-14test: Add a test for interesting module template polymorphismBrian Anderson-0/+196
2012-04-13integrate simple notion of borrowing into transNiko Matsakis-4/+3
2012-04-13new borrowing tests (not all passing)Niko Matsakis-0/+31
2012-04-13add test for issue #1466 that runs with CC ZEAL enabled.Niko Matsakis-0/+3
2012-04-13add option exec-env to set env variables during test executionNiko Matsakis-0/+6
2012-04-13first stab at type checking for borrow: not integrated into transNiko Matsakis-9/+8
2012-04-12Add a run-fail test for result::get, get rid of a FIXME. Also some random oth...Tim Chevalier-0/+113
2012-04-12test: Add test for #1763Brian Anderson-0/+14
2012-04-12Support general warnings and errors in lint pass via flags and attrs. Close #...Graydon Hoare-1/+31
2012-04-11test: Add compile-fail test for shadowing in-scope enumsBrian Anderson-0/+5
2012-04-11Test that a class can implement an interface defined in a different crateTim Chevalier-0/+52
2012-04-11refactor fixup_selfNiko Matsakis-0/+2
2012-04-11first attempt at an assignability checkNiko Matsakis-4/+10
2012-04-11Allow classes to implement ifacesTim Chevalier-0/+75
2012-04-11Translate slice-strings and make fixed-strings carry their null.Graydon Hoare-5/+4
2012-04-11Add vstore/evec/estr to compiler.Graydon Hoare-4/+3
2012-04-11Add some xfailed estr tests.Graydon Hoare-0/+25
2012-04-10Generic classes and generic class methods work cross-crateTim Chevalier-2/+36
2012-04-10test: Remove duplicated auxliary testsHaitao Li-28/+14
2012-04-09core: Make str::as_bytes handle failure. Closes #2156Brian Anderson-0/+10
2012-04-09make anything used in a resource body always reachableNiko Matsakis-0/+15
2012-04-09rt: Allow 2x normal stack during unwinding. Closes #2173Brian Anderson-0/+23
2012-04-09rt: Don't limit the amount of stack available during unwinding. Closes #2144Brian Anderson-0/+9
2012-04-09test: Don't share auxiliary modulesHaitao Li-8/+22
2012-04-08Xfail-fast a case on windowHaitao Li-0/+1
2012-04-08Fix a missing un-xfailed caseHaitao Li-2/+1
2012-04-08Check metadata hash when loading transitive dependent cratesHaitao Li-0/+25
2012-04-07rustc: Hash the CMH into symbol namesBrian Anderson-0/+27
2012-04-07test: Add test for mismatched nominal types when using multiple crate versBrian Anderson-0/+24
2012-04-07test: Add another test using multiple versions of the same crateBrian Anderson-0/+33
2012-04-07test: Un-xfail run-pass/crateresolve2Brian Anderson-1/+0
2012-04-07Revert "Mangle exported names using node IDs rather than types"Brian Anderson-11/+0
2012-04-07Do not consider ty_bot to be a "resolved type".Niko Matsakis-6/+47
2012-04-08Check version when resolving transitive dependent cratesHaitao Li-0/+44
2012-04-07Use version and hash in crate_map nameHaitao Li-0/+33
2012-04-07Use real crate name in crate_map nameHaitao Li-0/+4
2012-04-06Remove support for old-style forMarijn Haverbeke-6/+2
2012-04-06Convert old-style for loops to new-styleMarijn Haverbeke-46/+40
2012-04-06test: Refactor the crateresolve testsBrian Anderson-31/+63
2012-04-06rustc: Fail when there are multiple matches for 'use'Brian Anderson-0/+9
2012-04-06Make tps invariant for now. Fixes #1973.Niko Matsakis-0/+68
2012-04-06improve error messagesNiko Matsakis-6/+33
2012-04-05add static region and also fix regions to be contravariantNiko Matsakis-0/+27
2012-04-05rustc: Don't assume that all crates with the same name are the sameBrian Anderson-0/+54
2012-04-05Mangle exported names using node IDs rather than typesTim Chevalier-0/+11
2012-04-05simplify typing rule for vector addition: use mutability of LHSNiko Matsakis-0/+97
2012-04-05new tests for things we'll have to fix eventuallyNiko Matsakis-0/+23
2012-04-05Rename task::task_builder to task::builderTim Chevalier-21/+21
2012-04-04wip: refactor repr of regionsNiko Matsakis-1/+19
2012-04-04Make nonconstructable enums noncopyable, close #1907.Graydon Hoare-0/+8