summary refs log tree commit diff
path: root/src/test/run-pass/hashmap-memory.rs
AgeCommit message (Expand)AuthorLines
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
2012-06-28Make a bunch of tests stop using the deprecated vector syntax.Michael Sullivan-1/+1
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-3/+3
2012-06-20Remove bind. Issue #2189Brian Anderson-1/+1
2012-04-06Convert old-style for loops to new-styleMarijn Haverbeke-1/+1
2012-03-22make --enforce-mut-vars always on, add mut annotations to remaining filesNiko Matsakis-4/+4
2012-03-14std: Rename the hashmap constructors to conform to new standardsBrian Anderson-2/+2
2012-03-07stdlib: Stop incurring vtable dispatch costs when hashmaps are usedPatrick Walton-0/+1
2012-03-07Revert "stdlib: Stop incurring vtable dispatch costs when hashmaps are used"Patrick Walton-1/+0
2012-03-07stdlib: Stop incurring vtable dispatch costs when hashmaps are usedPatrick Walton-0/+1
2012-02-11make bind syntax unnecessary: just use _ for one of the argumentsNiko Matsakis-1/+1
2012-01-31Change option::t to optionTim Chevalier-1/+1
2012-01-25Replacing str::unsafe_from_bytes with str::from_bytes (part 1)Kevin Cantu-1/+1
2012-01-19rustc: Make the pretty printer output commas after enum variants. Update all ...Patrick Walton-1/+1
2012-01-19test: "tag" -> "enum" in run-pass and run-failPatrick Walton-1/+1
2012-01-18Remove '.' after nullary tags in patternsTim Chevalier-3/+3
2012-01-13deprecate fn exprs and the fn() type, preferring fn@ and native fnNiko Matsakis-1/+1
2012-01-06port over the tests to use the new APINiko Matsakis-4/+4
2011-12-22Register new snapshots, purge log_err and log_full in favour of log(...).Graydon Hoare-1/+1
2011-12-22Register snapshots and switch logging over to use of log_full or #error / #de...Graydon Hoare-3/+3
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-11/+11
2011-10-20Remove temporary fn# syntaxBrian Anderson-1/+1
2011-10-20Make fn denote a bare function. Convert fn to fn@ as neededBrian Anderson-1/+1
2011-10-20Drop the 2 from the spawn*2 functionsBrian Anderson-1/+1
2011-10-20Convert tests to use bare-fn spawnBrian Anderson-2/+3
2011-09-12Pretty-print for new arg-mode syntaxMarijn Haverbeke-1/+1
2011-09-12Reformat for new mode syntax, step 1Marijn Haverbeke-7/+7
2011-09-02Reformat. Issue #855Brian Anderson-13/+11
2011-09-01Rename std::istr to std::str. Issue #855Brian Anderson-3/+3
2011-08-31Start paring down std::str. Issue #855Brian Anderson-13/+14