summary refs log tree commit diff
path: root/src/test/run-pass/hashmap-memory.rs
AgeCommit message (Expand)AuthorLines
2013-06-23vec: remove BaseIter implementationDaniel Micay-1/+1
2013-06-12std: unify the str -> [u8] functions as 3 methods: .as_bytes() and .as_bytes_...Huon Wilson-1/+1
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-2/+2
2013-05-15Rename vec::len(var) to var.len()Youngmin Yoo-1/+1
2013-04-18core::comm: Modernize constructors to use `new`Brian Anderson-1/+1
2013-04-03rename Linear{Map,Set} => Hash{Map,Set}Daniel Micay-5/+5
2013-04-03hashmap: rm linear namespaceDaniel Micay-1/+1
2013-03-26test: Remove uses of oldmap::HashMapAlex Crichton-27/+17
2013-03-15Clonify some of run-passBen Striegel-3/+3
2013-03-11Remove uses of logBrian Anderson-1/+1
2013-03-02test: Remove `fn@`, `fn~`, and `fn&` from the test suite. rs=defunPatrick Walton-1/+1
2013-02-21core: Extract comm from pipes. #4742Brian Anderson-2/+2
2013-02-15tests/tutorials: Get rid of `move`.Luqman Aden-1/+1
2013-02-05oldmap: use &K instead of K in find and getPatrick Walton-2/+2
2013-02-05Revert "oldmap: use &K instead of K in find and get"Graydon Hoare-2/+2
2013-02-03oldmap: use &K instead of K in find and getDaniel Micay-2/+2
2013-02-03rename map -> oldmap and mark it as deprecatedDaniel Micay-8/+8
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2013-01-30Remove oldcomm from the test suiteBrian Anderson-21/+18
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-6/+10
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-10/+6
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-6/+10
2012-12-28test: Fix a bunch of run-pass tests. rs=bustagePatrick Walton-7/+5
2012-12-14Rename core::comm to core::oldcommBrian Anderson-4/+4
2012-12-14Fix broken testsBrian Anderson-2/+2
2012-12-13librustc: Make `use` statements crate-relative by default. r=brsonPatrick Walton-2/+2
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-12-05test: Fix a bunch of test cases. rs=burningPatrick Walton-2/+2
2012-10-04De-mode comm::ChanTim Chevalier-2/+2
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-0/+1
2012-09-19demode the each() method on vec and other iterables.Niko Matsakis-1/+2
2012-09-19Remove redundant hashmap constructor functions.Graydon Hoare-2/+2
2012-09-11Convert 'use' to 'extern mod'. Remove old 'use' syntaxBrian Anderson-1/+1
2012-09-10Convert 'import' to 'use'. Remove 'import' keyword.Brian Anderson-1/+0
2012-09-10Convert std::map to camel caseBrian Anderson-3/+3
2012-09-05test: "import" -> "use"Patrick Walton-13/+9
2012-08-27Camel case various core constructorsBrian Anderson-6/+5
2012-08-26Camel case the option typeBrian Anderson-6/+6
2012-08-23Rename str::bytes to str::to_bytesTim Chevalier-1/+1
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-2/+2
2012-08-15Convert more core types to camel caseBrian Anderson-4/+5
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-3/+3
2012-08-05Switch alts to use arrowsBrian Anderson-6/+6
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-2/+2
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-10/+10
2012-07-03Switch 'native' to 'extern' (or 'foreign' in some descriptions)Graydon Hoare-1/+1
2012-07-01Convert to new closure syntaxBrian Anderson-3/+3
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-1/+1
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-4/+4