summary refs log tree commit diff
path: root/src/libstd/map.rs
AgeCommit message (Expand)AuthorLines
2012-07-14improve failure message when key is not presentNiko Matsakis-1/+4
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-65/+65
2012-07-12Accept prefix notation for writing the types of str/~ and friends.Michael Sullivan-2/+2
2012-07-08Add clear() to the map interface.Glenn Willen-1/+22
2012-07-04convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....Gareth Daniel Smith-49/+45
2012-07-03oops, fix option.expect() and use it in libstd/map.rsBen Blum-2/+2
2012-07-01Convert to new closure syntaxBrian Anderson-7/+7
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-4/+4
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-12/+12
2012-06-27Add an overloaded [] function to the map interface. Closes #2730.Michael Sullivan-0/+7
2012-06-26perf: improved the core-std benchmarkEric Holk-1/+1
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-12/+12
2012-06-21Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.Graydon Hoare-2/+2
2012-06-13Box AST identsBrian Anderson-0/+6
2012-06-12std: Remove copy from all the hashmap key type paramsErick Tryzelaar-2/+2
2012-06-12whitespace cleanupErick Tryzelaar-1/+1
2012-06-12Rewrite int/uint helper functions to use refsErick Tryzelaar-10/+4
2012-06-08revise map interface so that K need not be copyableNiko Matsakis-6/+6
2012-05-31Make std::map require const keys.Eric Holk-3/+5
2012-05-23changes to get std passing borrowckNiko Matsakis-6/+4
2012-05-22impl-ify mapNiko Matsakis-146/+134
2012-05-18avoid modifying the variable we are alting overNiko Matsakis-2/+2
2012-05-18std: Don't copy hash key until we mustBrian Anderson-2/+2
2012-05-17Added a method to convert sets to vectors.Eric Holk-0/+13
2012-05-03Annotate more FIXMES in libstd (comments only)Tim Chevalier-1/+1
2012-04-23Move map iface over to more `for`-friendly iteration methodsMarijn Haverbeke-38/+29
2012-03-26Bulk-edit mutable -> mut.Graydon Hoare-9/+9
2012-03-23Fix inconsistent-iteration hazard in map.rsMarijn Haverbeke-6/+10
2012-03-22make --enforce-mut-vars always on, add mut annotations to remaining filesNiko Matsakis-2/+2
2012-03-16std: Add a a hashmap_from_vecs functionErick Tryzelaar-4/+52
2012-03-16Check kind bounds when calling methodsMarijn Haverbeke-1/+1
2012-03-14std: Rename the hashmap constructors to conform to new standardsBrian Anderson-21/+21
2012-03-14annotate libstd and start enforcing mutabilityNiko Matsakis-4/+5
2012-03-13Overhaul constructor naming in libsBrian Anderson-17/+17
2012-03-10Use loop instead of while(true) in libraries and compiler itselfTim Chevalier-4/+3
2012-03-09std: Convert to rustdocBrian Anderson-93/+33
2012-03-08Change util::unreachable to core::unreachableTim Chevalier-1/+1
2012-03-07stdlib: Stop incurring vtable dispatch costs when hashmaps are usedPatrick Walton-26/+28
2012-03-07Revert "stdlib: Stop incurring vtable dispatch costs when hashmaps are used"Patrick Walton-28/+26
2012-03-07stdlib: Stop incurring vtable dispatch costs when hashmaps are usedPatrick Walton-26/+28
2012-03-02core: Remove _mut functions from vecBrian Anderson-1/+1
2012-02-09Increase precedence of as operatorMarijn Haverbeke-1/+1
2012-02-05Merge remote-tracking branch 'erickt/master'Brian Anderson-1/+2
2012-01-31Change option::t to optionTim Chevalier-6/+6
2012-01-28std: Whitespace cleanup.Erick Tryzelaar-1/+2
2012-01-23s/block()/fn()/gNiko Matsakis-9/+9
2012-01-21issue #1352: change param order on vec::init_elt, putting block in final posi...Graham Fawcett-1/+1
2012-01-19Additional ; to , changes, disable "tag" and ";" in parser. Close #1430. Clos...Graydon Hoare-2/+2
2012-01-19lib: ';' to ',' in enums in more placesPatrick Walton-5/+5
2012-01-19stdlib: "tag" -> "enum"Patrick Walton-2/+2