summary refs log tree commit diff
path: root/src/test/run-pass/issue-2804.rs
AgeCommit message (Expand)AuthorLines
2013-08-17Fix warnings it testsErick Tryzelaar-1/+1
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-17/+10
2013-05-30Correct issue-2804 testNiko Matsakis-4/+4
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-1/+3
2013-05-22test: Update tests to use the new syntax.Patrick Walton-8/+8
2013-04-03rename Linear{Map,Set} => Hash{Map,Set}Daniel Micay-2/+2
2013-04-03hashmap: rm linear namespaceDaniel Micay-1/+1
2013-03-26test: Remove uses of oldmap::HashMapAlex Crichton-7/+7
2013-03-02librustc: Forbid chained imports and fix the logic for one-level renaming imp...Patrick Walton-3/+2
2013-02-03rename map -> oldmap and mark it as deprecatedDaniel Micay-2/+2
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2013-01-28get rid of LinearMap's find_copy methodDaniel Micay-2/+2
2013-01-23fix testsDaniel Micay-1/+1
2012-12-14Fix broken testsBrian Anderson-1/+1
2012-12-13librustc: Make `use` statements crate-relative by default. r=brsonPatrick Walton-0/+2
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-12-05test: More run-pass test fixesPatrick Walton-4/+4
2012-12-05test: Fix a bunch of test cases. rs=burningPatrick Walton-2/+2
2012-09-26libstd: port json over to serialization2Erick Tryzelaar-5/+6
2012-09-21De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachiNiko Matsakis-1/+1
2012-09-11Convert 'use' to 'extern mod'. Remove old 'use' syntaxBrian Anderson-1/+1
2012-09-10Convert std::map to camel caseBrian Anderson-3/+3
2012-09-05test: "import" -> "use"Patrick Walton-3/+2
2012-08-28CamelCasify lots of stdBen Striegel-6/+6
2012-08-26Camel case the option typeBrian Anderson-3/+3
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-4/+4
2012-08-14Convert more core types to camel caseBrian Anderson-1/+1
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-3/+3
2012-08-05Switch alts to use arrowsBrian Anderson-7/+7
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-4/+4
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-8/+8
2012-07-12Obliterate the callee_id hackTim Chevalier-0/+69