index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
map.rs
Age
Commit message (
Expand
)
Author
Lines
2012-07-14
improve failure message when key is not present
Niko Matsakis
-1
/
+4
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-65
/
+65
2012-07-12
Accept prefix notation for writing the types of str/~ and friends.
Michael Sullivan
-2
/
+2
2012-07-08
Add clear() to the map interface.
Glenn Willen
-1
/
+22
2012-07-04
convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....
Gareth Daniel Smith
-49
/
+45
2012-07-03
oops, fix option.expect() and use it in libstd/map.rs
Ben Blum
-2
/
+2
2012-07-01
Convert to new closure syntax
Brian Anderson
-7
/
+7
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-4
/
+4
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-12
/
+12
2012-06-27
Add an overloaded [] function to the map interface. Closes #2730.
Michael Sullivan
-0
/
+7
2012-06-26
perf: improved the core-std benchmark
Eric Holk
-1
/
+1
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-12
/
+12
2012-06-21
Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.
Graydon Hoare
-2
/
+2
2012-06-13
Box AST idents
Brian Anderson
-0
/
+6
2012-06-12
std: Remove copy from all the hashmap key type params
Erick Tryzelaar
-2
/
+2
2012-06-12
whitespace cleanup
Erick Tryzelaar
-1
/
+1
2012-06-12
Rewrite int/uint helper functions to use refs
Erick Tryzelaar
-10
/
+4
2012-06-08
revise map interface so that K need not be copyable
Niko Matsakis
-6
/
+6
2012-05-31
Make std::map require const keys.
Eric Holk
-3
/
+5
2012-05-23
changes to get std passing borrowck
Niko Matsakis
-6
/
+4
2012-05-22
impl-ify map
Niko Matsakis
-146
/
+134
2012-05-18
avoid modifying the variable we are alting over
Niko Matsakis
-2
/
+2
2012-05-18
std: Don't copy hash key until we must
Brian Anderson
-2
/
+2
2012-05-17
Added a method to convert sets to vectors.
Eric Holk
-0
/
+13
2012-05-03
Annotate more FIXMES in libstd (comments only)
Tim Chevalier
-1
/
+1
2012-04-23
Move map iface over to more `for`-friendly iteration methods
Marijn Haverbeke
-38
/
+29
2012-03-26
Bulk-edit mutable -> mut.
Graydon Hoare
-9
/
+9
2012-03-23
Fix inconsistent-iteration hazard in map.rs
Marijn Haverbeke
-6
/
+10
2012-03-22
make --enforce-mut-vars always on, add mut annotations to remaining files
Niko Matsakis
-2
/
+2
2012-03-16
std: Add a a hashmap_from_vecs function
Erick Tryzelaar
-4
/
+52
2012-03-16
Check kind bounds when calling methods
Marijn Haverbeke
-1
/
+1
2012-03-14
std: Rename the hashmap constructors to conform to new standards
Brian Anderson
-21
/
+21
2012-03-14
annotate libstd and start enforcing mutability
Niko Matsakis
-4
/
+5
2012-03-13
Overhaul constructor naming in libs
Brian Anderson
-17
/
+17
2012-03-10
Use loop instead of while(true) in libraries and compiler itself
Tim Chevalier
-4
/
+3
2012-03-09
std: Convert to rustdoc
Brian Anderson
-93
/
+33
2012-03-08
Change util::unreachable to core::unreachable
Tim Chevalier
-1
/
+1
2012-03-07
stdlib: Stop incurring vtable dispatch costs when hashmaps are used
Patrick Walton
-26
/
+28
2012-03-07
Revert "stdlib: Stop incurring vtable dispatch costs when hashmaps are used"
Patrick Walton
-28
/
+26
2012-03-07
stdlib: Stop incurring vtable dispatch costs when hashmaps are used
Patrick Walton
-26
/
+28
2012-03-02
core: Remove _mut functions from vec
Brian Anderson
-1
/
+1
2012-02-09
Increase precedence of as operator
Marijn Haverbeke
-1
/
+1
2012-02-05
Merge remote-tracking branch 'erickt/master'
Brian Anderson
-1
/
+2
2012-01-31
Change option::t to option
Tim Chevalier
-6
/
+6
2012-01-28
std: Whitespace cleanup.
Erick Tryzelaar
-1
/
+2
2012-01-23
s/block()/fn()/g
Niko Matsakis
-9
/
+9
2012-01-21
issue #1352: change param order on vec::init_elt, putting block in final posi...
Graham Fawcett
-1
/
+1
2012-01-19
Additional ; to , changes, disable "tag" and ";" in parser. Close #1430. Clos...
Graydon Hoare
-2
/
+2
2012-01-19
lib: ';' to ',' in enums in more places
Patrick Walton
-5
/
+5
2012-01-19
stdlib: "tag" -> "enum"
Patrick Walton
-2
/
+2
[prev]
[next]