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
/
collections
/
hash
/
table.rs
Age
Commit message (
Expand
)
Author
Lines
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]