summary refs log tree commit diff
path: root/src/test/run-pass/issue-2804.rs
AgeCommit message (Expand)AuthorLines
2014-09-19Add enum variants to the type namespaceNick Cameron-1/+1
2014-08-24Adjust the error messages to match the pattern "expected foo, found bar"Jonas Hietala-2/+2
2014-06-30Fix issue with testsAdolfo OchagavĂ­a-3/+3
2014-06-05Fallout from the libcollections movementAlex Crichton-1/+1
2014-05-28std: Remove format_strbuf!()Alex Crichton-1/+1
2014-05-27Move std::{reflect,repr,Poly} to a libdebug crateAlex Crichton-0/+1
2014-05-27std: Rename strbuf operations to stringRicho Healey-7/+7
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-4/+4
2014-05-16libserialize: Remove all uses of `~str` from `libserialize`.Patrick Walton-1/+1
2014-05-14test: Remove all uses of `~str` from the test suite.Patrick Walton-11/+13
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-1/+1
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-4/+4
2014-04-06Remove check-fast. Closes #4193, #8844, #6330, #7416Brian Anderson-1/+0
2014-03-22Remove outdated and unnecessary std::vec_ng::Vec imports.Huon Wilson-1/+0
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-2/+3
2014-03-21test: Automatically remove all `~[T]` from tests.Patrick Walton-3/+2
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-3/+3
2014-02-24Move extra::json to libserializeAlex Crichton-7/+7
2014-02-23Move std::{trie, hashmap} to libcollectionsAlex Crichton-1/+2
2014-02-14extern mod => extern crateAlex Crichton-1/+1
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-2/+2
2014-02-07Added tests to make tidyDerek Guenther-1/+2
2013-11-26test: Remove non-procedure uses of `do` from compiletest, libstd tests,Patrick Walton-2/+2
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-3/+3
2013-09-30rpass: Remove usage of fmt!Alex Crichton-4/+4
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