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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
collections
Age
Commit message (
Expand
)
Author
Lines
2014-11-25
Make HashMap::take not corrupt the map. Fixes #19292
Alexis Beingessner
-1
/
+35
2014-11-23
std: Add a new top-level thread_local module
Alex Crichton
-61
/
+72
2014-11-18
rollup merge of #19038: jayelm/fixed-typos
Jakub Bukaj
-1
/
+1
2014-11-17
Fix several typos in comments
jmu303
-1
/
+1
2014-11-17
Fallout from deprecation
Aaron Turon
-4
/
+4
2014-11-17
libstd: Deprecate _equiv methods
Aaron Turon
-123
/
+84
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-0
/
+6
2014-11-16
fallout from deprecating find_copy and get_copy
Alexis Beingessner
-1
/
+1
2014-11-16
Deprecate hashmap's find_copy and get_copy in favour of cloned and clone
Alexis Beingessner
-25
/
+7
2014-11-14
auto merge of #18880 : barosl/rust/doc-fail-to-panic, r=alexcrichton
bors
-4
/
+4
2014-11-14
auto merge of #18827 : bjz/rust/rfc369-numerics, r=alexcrichton
bors
-10
/
+9
2014-11-12
Register new snapshots
Alex Crichton
-23
/
+0
2014-11-13
Move checked arithmetic operators into Int trait
Brendan Zabarauskas
-4
/
+4
2014-11-13
Create UnsignedInt trait and deprecate free functions
Brendan Zabarauskas
-7
/
+6
2014-11-12
Fix remaining documentation to reflect fail!() -> panic!()
Barosl Lee
-4
/
+4
2014-11-08
Implements Extend for EnumSet and LruCache
gamazeps
-1
/
+10
2014-11-08
Renamed Extendable to Extend
gamazeps
-4
/
+4
2014-11-07
auto merge of #18714 : nikomatsakis/rust/issue-18621-deref-for-refs, r=aturon
bors
-0
/
+4
2014-11-06
libs: add Deref, DerefMut impls for references, fixing a bug in compiler in t...
Niko Matsakis
-0
/
+4
2014-11-06
rollup merge of #18665 : scribu/patch-1
Alex Crichton
-1
/
+1
2014-11-06
rollup merge of #18605 : Gankro/collect-fruit
Alex Crichton
-217
/
+228
2014-11-06
Implement low-hanging fruit of collection conventions
Alexis Beingessner
-217
/
+228
2014-11-06
Prelude: rename and consolidate extension traits
Aaron Turon
-1
/
+1
2014-11-05
Fix example in HashMap::new() docs
Cristi Burcă
-1
/
+1
2014-11-05
Add impls of the comparison operators for fixed-length arrays of lengths 0......
Niko Matsakis
-1
/
+1
2014-11-03
std: Fix fallout of changing `#[deriving(Clone)]`
Jorge Aparicio
-1
/
+0
2014-11-02
refactor libcollections as part of collection reform
Alexis Beingessner
-41
/
+37
2014-11-01
bubble up out-of-memory errors from liballoc
Daniel Micay
-0
/
+1
2014-11-01
collections: Remove all collections traits
Alex Crichton
-123
/
+372
2014-10-31
DSTify Hash
Jorge Aparicio
-13
/
+15
2014-10-30
collections: Enable IndexMut for some collections
Alex Crichton
-18
/
+14
2014-10-29
Rename fail! to panic!
Steve Klabnik
-12
/
+11
2014-10-25
Fix spelling mistakes in comments.
Joseph Crail
-1
/
+1
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-304
/
+2
2014-10-13
Clean up rustc warnings.
NODA, Kai
-0
/
+1
2014-10-09
std: Convert statics to constants
Alex Crichton
-3
/
+3
2014-10-06
library-level docs for collections
Alexis Beingessner
-3
/
+317
2014-09-27
auto merge of #17517 : pczarn/rust/hashmap-lifetimes, r=alexcrichton
bors
-5
/
+15
2014-09-27
complete btree rewrite
Alexis Beingessner
-1
/
+1
2014-09-25
auto merge of #17378 : Gankro/rust/hashmap-entry, r=aturon
bors
-6
/
+287
2014-09-24
implement entry API for HashMap
Alexis Beingessner
-6
/
+287
2014-09-24
Fix free lifetime vars in HashMap's iterators
Piotr Czarnecki
-5
/
+15
2014-09-21
Remove #[allow(deprecated)] from libstd
Alex Crichton
-3
/
+4
2014-09-16
Fallout from renaming
Aaron Turon
-17
/
+23
2014-09-16
Align with _mut conventions
Aaron Turon
-4
/
+16
2014-09-04
std: Fix overflow of HashMap's capacity
Piotr Czarnecki
-32
/
+49
2014-09-04
std: Refine and document HashMap's code
Piotr Czarnecki
-482
/
+704
2014-09-02
std: Split hashmap.rs into modules
Piotr Czarnecki
-1660
/
+1743
2014-09-02
std: RawTable exposes a safe interface for HashMap
Piotr Czarnecki
-528
/
+883
2014-09-02
std: branchless bucket distance for hashmap
Piotr Czarnecki
-9
/
+1
[prev]
[next]