summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2012-11-25Fix testBrian Anderson-2/+2
2012-11-25Add improvements to insert_with_keyKevin Cantu-3/+10
2012-11-25Test insert_with_key...Kevin Cantu-8/+2
2012-11-25Add an insert_with_key function to the Map traitKevin Cantu-0/+8
2012-11-24[tests] Add passing testTim Chevalier-0/+16
2012-11-24Split EBML module into a reader and a writer moduleTim Chevalier-5/+7
2012-11-24[tests] Add test for #4033Tim Chevalier-0/+9
2012-11-24[libstd] getopts, now with fewer copiesTim Chevalier-1/+16
2012-11-24Implement LUB algorithm and add new unit-testing infrastructure for infer.Niko Matsakis-15/+18
2012-11-21Introduce a T_err type for type errorsTim Chevalier-7/+8
2012-11-21libsyntax: Implement `deriving` correctly for type-parameterized structs and ...Patrick Walton-0/+17
2012-11-21libsyntax: Implement deriving via a syntax extension for the `IterBytes` trai...Patrick Walton-0/+26
2012-11-21libsyntax: Implement `deriving` for enums with N-ary variants. r=brsonPatrick Walton-0/+15
2012-11-20libcore: Add stat methods to pathsErick Tryzelaar-0/+24
2012-11-20syntax: switch tt quoter to emit ~[tt], not tt.Graydon Hoare-3/+5
2012-11-20rustc: Implement "deriving" for monomorphic structs via a syntax extension. r...Patrick Walton-0/+32
2012-11-19rustc: Implement explicit self for Eq and Ord. r=graydonPatrick Walton-66/+71
2012-11-19Fix parsing of interpolated pathsBrian Anderson-0/+16
2012-11-18Report errors better when failing to open files for sub-parsersBrian Anderson-0/+11
2012-11-18Parse file mods from .rs filesBrian Anderson-0/+32
2012-11-18Made Map.contains_key, contains_key_ref, and get pure.Jesse Jones-3/+3
2012-11-16syntax: rename quote! to quote_tokens!, add quote_{expr,type,item,pat,stmt}!Graydon Hoare-0/+19
2012-11-16re-xfail two testsBrian Anderson-0/+2
2012-11-15Update and un-xfail testsTim Chevalier-33/+37
2012-11-15Update test and un-xfail itTim Chevalier-3/+3
2012-11-15Update error message and un-xfail testTim Chevalier-4/+3
2012-11-15Un-xfail working testsTim Chevalier-2/+0
2012-11-15Update error message and un-xfail testTim Chevalier-4/+2
2012-11-15Add comments explaining why these tests are xfailedTim Chevalier-19/+12
2012-11-15Un-xfail working testTim Chevalier-7/+0
2012-11-15Check for duplicate supertraits and forbid themTim Chevalier-0/+23
2012-11-15Make staticness mismatch a fatal errorTim Chevalier-1/+16
2012-11-15Add xfailed test for #3979Tim Chevalier-0/+12
2012-11-15librustc: Fix cross-crate reexports. rs=blocking-servoPatrick Walton-0/+19
2012-11-15Update error message and un-xfail testTim Chevalier-3/+1
2012-11-15Add comments explaining why these tests failTim Chevalier-4/+2
2012-11-15Un-xfail working testsTim Chevalier-7/+0
2012-11-15Remove test that tested behavior of unchecked blocksTim Chevalier-34/+0
2012-11-15Update error messages and un-xfailTim Chevalier-25/+8
2012-11-15Add another test for #3177Tim Chevalier-0/+11
2012-11-15Remove typestate testTim Chevalier-16/+0
2012-11-15Add tests for #2190 (xfailed)Tim Chevalier-0/+43
2012-11-15librustc: Implement (and require) explicit self for derivable traits. r=nmats...Patrick Walton-27/+27
2012-11-15librustc: Pass through extra parameters in automatically-derived methods. r=b...Patrick Walton-0/+31
2012-11-14Inherit mutability through fixed-length vectors.Niko Matsakis-0/+16
2012-11-14Convert the test suite to use the Drop traitBen Striegel-161/+462
2012-11-14Move two fn assignability tests from compile-fail to run-passBrian Anderson-2/+2
2012-11-14Remove obsolete const pattern testBrian Anderson-15/+0
2012-11-14librustc: Require the #[derivable] attribute, remove the significance of "imp...Patrick Walton-0/+73
2012-11-14rustc: Implement let assignability. r=nmatsakisPatrick Walton-0/+18