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
Age
Commit message (
Expand
)
Author
Lines
2016-01-16
std: Stabilize APIs for the 1.7 release
Alex Crichton
-1
/
+0
2016-01-14
Require stability annotations on fields of tuple variants
Vadim Petrochenkov
-2
/
+6
2015-12-18
Fix the fallout
Vadim Petrochenkov
-1
/
+1
2015-12-17
Remove unused imports
Jeffrey Seyfried
-2
/
+0
2015-12-10
std: Remove deprecated functionality from 1.5
Alex Crichton
-20
/
+18
2015-12-05
std: Stabilize APIs for the 1.6 release
Alex Crichton
-11
/
+3
2015-11-20
Rename result variable in HashSet's intersection and union examples
Florian Hahn
-4
/
+4
2015-11-18
Add missing annotations and some tests
Vadim Petrochenkov
-0
/
+9
2015-11-16
Auto merge of #29830 - petrochenkov:mapdoc, r=alexcrichton
bors
-2
/
+3
2015-11-16
Fix docs for HashSet::insert
Sebastian Hahn
-4
/
+1
2015-11-14
docs: Clarify insertion behavior for maps
Vadim Petrochenkov
-2
/
+3
2015-11-06
Auto merge of #29643 - petrochenkov:stability5, r=alexcrichton
bors
-1
/
+0
2015-11-06
Remove stability annotations from trait impl items
Vadim Petrochenkov
-1
/
+0
2015-11-04
Add note about HashMap::capacity's bounds
Steve Klabnik
-0
/
+3
2015-10-22
Document replacement behavior in some collections
Steve Klabnik
-4
/
+16
2015-10-13
Correct spelling in docs
Andrew Paseltiner
-2
/
+2
2015-10-06
Add RFC 1238's `unsafe_destructor_blind_to_params` (UGEH) where needed.
Felix S. Klock II
-0
/
+1
2015-09-29
Remove redundant uses of Iterator::by_ref()
Ulrik Sverdrup
-1
/
+1
2015-09-11
std: Internalize almost all of `std::rt`
Alex Crichton
-8
/
+5
2015-08-31
Implement RFC 839 for `{HashMap, HashSet}`
Andrew Paseltiner
-0
/
+62
2015-08-28
implement RFC 1194
Andrew Paseltiner
-4
/
+105
2015-08-15
std: Add issues to all unstable features
Alex Crichton
-11
/
+22
2015-08-14
Auto merge of #27822 - arielb1:inline-round-take-2, r=Gankro
bors
-0
/
+1
2015-08-13
Mark round_up_to_next as inline
arielb1
-0
/
+1
2015-08-12
Remove all unstable deprecated functionality
Alex Crichton
-14
/
+2
2015-08-11
Add HashSet and HashMap tests
Guillaume Gomez
-25
/
+15
2015-08-10
Add Send/Sync traits on Iter struct in hash/table
Guillaume Gomez
-1
/
+25
2015-07-27
Show appropriate feature flags in docs
Steve Klabnik
-5
/
+10
2015-07-09
Use vec![elt; n] where possible
Ulrik Sverdrup
-3
/
+3
2015-07-06
typo "struct has is 0-sized"
Oliver Schneider
-1
/
+1
2015-06-24
Make `align_of` behave like `min_align_of`.
Huon Wilson
-11
/
+11
2015-06-17
std: Split the `std_misc` feature
Alex Crichton
-21
/
+22
2015-06-10
Removed many pointless calls to *iter() and iter_mut()
Joshua Landau
-6
/
+6
2015-05-31
Inline hash_table::calculate_offsets, used by iterators.
Eduard Burtescu
-0
/
+1
2015-05-17
Make debug builders take &mut self, add entries method
Steven Fackler
-2
/
+2
2015-05-16
Small typo in the docs
Emilio Cobos Álvarez
-1
/
+1
2015-05-10
Rollup merge of #25240 - bluss:doc-hashmap-entry, r=steveklabnik
Steve Klabnik
-0
/
+18
2015-05-09
std: Add example for HashMap::entry()
Ulrik Sverdrup
-0
/
+18
2015-05-09
Squeeze the last bits of `task`s in documentation in favor of `thread`
Barosl Lee
-1
/
+1
2015-05-05
Rollup merge of #25074 - killercup:patch-10, r=alexcrichton
Manish Goregaokar
-19
/
+22
2015-05-03
Fix Derive Notice for HashSet
Pascal Hertleif
-2
/
+2
2015-05-03
Fix Derive Notice for HashMap
Pascal Hertleif
-2
/
+3
2015-05-03
Clean up HashSet Examples
Pascal Hertleif
-5
/
+5
2015-05-03
HashSet Docs: Split First Paragraph
Pascal Hertleif
-4
/
+6
2015-05-03
Clean up HashMap examples
Pascal Hertleif
-8
/
+8
2015-05-03
Restore HashMap performance by allowing some functions to be inlined
Björn Steinbrink
-0
/
+1
2015-05-01
std: Remove index notation on slice iterators
Alex Crichton
-2
/
+1
2015-04-28
Register new snapshots
Tamir Duberstein
-2
/
+0
2015-04-21
rollup merge of #24636: alexcrichton/remove-deprecated
Alex Crichton
-3
/
+3
2015-04-21
rollup merge of #24541: alexcrichton/issue-24538
Alex Crichton
-57
/
+47
[next]