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
/
hash
/
table.rs
Age
Commit message (
Expand
)
Author
Lines
2015-02-18
rollup merge of #22286: nikomatsakis/variance-4b
Alex Crichton
-23
/
+39
2015-02-18
std: Stabilize the `hash` module
Alex Crichton
-0
/
+17
2015-02-18
Fallout: port hashmap to use Unique
Niko Matsakis
-23
/
+39
2015-02-05
misc collections code cleanup
Alexis
-34
/
+34
2015-01-31
make Send/Sync impl of RawTable manual
Alexis
-12
/
+14
2015-01-30
rollup merge of #21631: tbu-/isize_police
Alex Crichton
-1
/
+1
2015-01-30
fix fallout
Jorge Aparicio
-2
/
+2
2015-01-30
Remove all `i` suffixes
Tobias Bucher
-1
/
+1
2015-01-21
Tie stability attributes to feature gates
Brian Anderson
-1
/
+0
2015-01-17
Remove unnecessary explicit conversions to *const T
we
-13
/
+10
2015-01-10
Add ExactSizeIterator impls for Hash{Map, Set, Table}
Chase Southwood
-6
/
+18
2015-01-08
Improvements to feature staging
Brian Anderson
-1
/
+1
2015-01-07
std: Stabilize the std::hash module
Alex Crichton
-2
/
+9
2015-01-07
markers -> marker
Nick Cameron
-11
/
+11
2015-01-07
Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`
Nick Cameron
-11
/
+11
2015-01-06
Fallout
Nick Cameron
-1
/
+1
2015-01-04
Merge pull request #20464 from ranma42/improve-make-hash
bors
-8
/
+6
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-3
/
+3
2015-01-03
std: fix fallout
Jorge Aparicio
-6
/
+18
2015-01-03
Improve `make_hash` function
Andrea Canciani
-8
/
+6
2015-01-02
core: use assoc types in `Deref[Mut]`
Jorge Aparicio
-8
/
+8
2014-12-31
Test fixes and rebase conflicts
Alex Crichton
-3
/
+3
2014-12-30
rollup merge of #20328: huonw/attack-of-the-clones
Alex Crichton
-0
/
+23
2014-12-30
Implement `Clone` for a large number of iterators & other adaptors.
Huon Wilson
-0
/
+23
2014-12-29
rollup merge of #20215: csouth3/hashmap-rename
Alex Crichton
-4
/
+4
2014-12-29
std: Second pass stabilization for `ptr`
Alex Crichton
-1
/
+1
2014-12-26
Rename `UniquePtr` to `Unique`
Flavio Percoco
-4
/
+4
2014-12-26
Rename `OwnedPtr` to `UniquePtr`
Flavio Percoco
-4
/
+4
2014-12-26
Require types to opt-in Sync
Flavio Percoco
-10
/
+10
2014-12-24
Rename remaining hashmap and hashtable iterators to match naming
Chase Southwood
-4
/
+4
2014-12-22
Added missing renames:
Florian Wilkens
-8
/
+8
2014-12-21
Remove a ton of public reexports
Corey Farwell
-1
/
+1
2014-12-18
[collections] Adds `drain`: a way to sneak out the elements while clearing.
Clark Gaebel
-0
/
+49
2014-12-16
Small cleanups in HashMap based off of new rust features.
Clark Gaebel
-2
/
+2
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-1
/
+5
2014-12-05
Utilize fewer reexports
Corey Farwell
-1
/
+2
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
Switch to purely namespaced enums
Steven Fackler
-0
/
+2
2014-11-14
auto merge of #18880 : barosl/rust/doc-fail-to-panic, r=alexcrichton
bors
-2
/
+2
2014-11-14
auto merge of #18827 : bjz/rust/rfc369-numerics, r=alexcrichton
bors
-5
/
+5
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
-2
/
+2
2014-11-12
Fix remaining documentation to reflect fail!() -> panic!()
Barosl Lee
-2
/
+2
2014-11-06
libs: add Deref, DerefMut impls for references, fixing a bug in compiler in t...
Niko Matsakis
-0
/
+4
2014-11-02
refactor libcollections as part of collection reform
Alexis Beingessner
-0
/
+907
[prev]