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
/
map.rs
Age
Commit message (
Expand
)
Author
Lines
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-2
/
+2
2015-02-02
impl IntoIterator for HashMap
Jorge Aparicio
-1
/
+37
2015-02-01
std: Remove extra type params on iter adaptors
Alex Crichton
-14
/
+4
2015-01-30
rollup merge of #21631: tbu-/isize_police
Alex Crichton
-47
/
+47
2015-01-30
smoke out remaining bugs
Jorge Aparicio
-2
/
+1
2015-01-30
fix tests
Jorge Aparicio
-0
/
+1
2015-01-30
Add a few missing stability markers.
Chris Morgan
-0
/
+3
2015-01-30
Remove all `i` suffixes
Tobias Bucher
-47
/
+47
2015-01-29
fix inference fallout
Jorge Aparicio
-4
/
+4
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-25
/
+25
2015-01-29
`range(a, b).foo()` -> `(a..b).foo()`
Jorge Aparicio
-2
/
+2
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-29
/
+29
2015-01-23
grandfathered -> rust1
Brian Anderson
-43
/
+43
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-15
/
+15
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-15
/
+15
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-58
/
+71
2015-01-21
rollup merge of #21457: alexcrichton/issue-21436
Alex Crichton
-6
/
+6
2015-01-21
rollup merge of #21419: Toby-S/patch-1
Alex Crichton
-23
/
+23
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-6
/
+6
2015-01-20
Correct small typos in map.rs.
Toby Scrace
-23
/
+23
2015-01-17
remove test_find_equiv, since find_equiv doesn't exist anymore
Benjamin Peterson
-17
/
+0
2015-01-10
Add ExactSizeIterator impls for Hash{Map, Set, Table}
Chase Southwood
-15
/
+59
2015-01-07
rollup merge of #20654: alexcrichton/stabilize-hash
Alex Crichton
-61
/
+145
2015-01-07
std: Stabilize the std::hash module
Alex Crichton
-61
/
+145
2015-01-07
Merge pull request #20674 from jbcrail/fix-misspelled-comments
bors
-1
/
+1
2015-01-06
More test fixes
Alex Crichton
-1
/
+2
2015-01-06
Fix misspelled comments.
Joseph Crail
-1
/
+1
2015-01-06
rollup merge of #20607: nrc/kinds
Alex Crichton
-1
/
+1
2015-01-06
rollup merge of #20593: nikomatsakis/unused-tps-in-impl
Alex Crichton
-0
/
+10
2015-01-06
rollup merge of #20653: alexcrichton/entry-unstable
Alex Crichton
-36
/
+27
2015-01-07
markers -> marker
Nick Cameron
-1
/
+1
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-6
/
+6
2015-01-06
Fix fallout in libs. For the most part I just tagged impls as `#[old_impl_che...
Niko Matsakis
-0
/
+10
2015-01-07
Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`
Nick Cameron
-1
/
+1
2015-01-06
std: Revert stability of Entry-based APIs
Alex Crichton
-11
/
+7
2015-01-06
[breaking change] Revert Entry behaviour to take keys by value.
Dylan Ede
-25
/
+20
2015-01-05
Merge remote-tracking branch 'nrc/sized-2' into rollup
Alex Crichton
-15
/
+15
2015-01-05
rollup merge of #20581: apasel422/extend
Alex Crichton
-1
/
+1
2015-01-06
Fallout
Nick Cameron
-17
/
+17
2015-01-05
register snapshot
Jorge Aparicio
-26
/
+0
2015-01-05
remove unnecessary `Default` bound from `Hash{Map,Set}`'s `Extend` impl
Andrew Paseltiner
-1
/
+1
2015-01-04
[breaking change] Update entry API as part of RFC 509.
Ben Foppa
-28
/
+56
2015-01-03
Remove deprecated functionality
Alex Crichton
-132
/
+4
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-8
/
+8
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-4
/
+4
2015-01-03
std: fix fallout
Jorge Aparicio
-0
/
+30
2015-01-03
std: fix fallout
Jorge Aparicio
-8
/
+20
2015-01-02
rollup merge of #20410: japaric/assoc-types
Alex Crichton
-1
/
+1
2015-01-02
core: use assoc types in `Deref[Mut]`
Jorge Aparicio
-1
/
+1
2015-01-02
rollup merge of #20273: alexcrichton/second-pass-comm
Alex Crichton
-1
/
+2
[prev]
[next]