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
2015-01-29
fix inference fallout
Jorge Aparicio
-6
/
+6
2015-01-29
convert remaining `range(a, b)` to `a..b`
Jorge Aparicio
-1
/
+1
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-27
/
+27
2015-01-29
`range(a, b).foo()` -> `(a..b).foo()`
Jorge Aparicio
-3
/
+3
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-34
/
+34
2015-01-23
grandfathered -> rust1
Brian Anderson
-92
/
+92
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-18
/
+18
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-18
/
+18
2015-01-21
Tie stability attributes to feature gates
Brian Anderson
-1
/
+0
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-110
/
+124
2015-01-21
rollup merge of #21457: alexcrichton/issue-21436
Alex Crichton
-11
/
+11
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
-11
/
+11
2015-01-21
Rollup merge of #21375 - petrochenkov:ssbsl, r=alexcrichton
Barosl LEE
-13
/
+10
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-17
Remove unnecessary explicit conversions to *const T
we
-13
/
+10
2015-01-10
Add ExactSizeIterator impls for Hash{Map, Set, Table}
Chase Southwood
-30
/
+98
2015-01-08
Improvements to feature staging
Brian Anderson
-1
/
+1
2015-01-07
rollup merge of #20654: alexcrichton/stabilize-hash
Alex Crichton
-154
/
+334
2015-01-07
std: Stabilize the std::hash module
Alex Crichton
-154
/
+334
2015-01-07
Merge pull request #20674 from jbcrail/fix-misspelled-comments
bors
-1
/
+1
2015-01-06
More test fixes
Alex Crichton
-2
/
+3
2015-01-06
Fix misspelled comments.
Joseph Crail
-1
/
+1
2015-01-06
rollup merge of #20607: nrc/kinds
Alex Crichton
-3
/
+3
2015-01-06
rollup merge of #20593: nikomatsakis/unused-tps-in-impl
Alex Crichton
-0
/
+25
2015-01-06
rollup merge of #20653: alexcrichton/entry-unstable
Alex Crichton
-36
/
+27
2015-01-06
Register new snapshots
Alex Crichton
-3
/
+0
2015-01-07
markers -> marker
Nick Cameron
-13
/
+13
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-12
/
+12
2015-01-06
Fix fallout in libs. For the most part I just tagged impls as `#[old_impl_che...
Niko Matsakis
-0
/
+25
2015-01-07
Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`
Nick Cameron
-13
/
+13
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
Revert "Remove i suffix in docs"
Alex Crichton
-14
/
+14
2015-01-05
rollup merge of #20482: kmcallister/macro-reform
Alex Crichton
-1
/
+3
2015-01-05
Merge remote-tracking branch 'nrc/sized-2' into rollup
Alex Crichton
-18
/
+18
2015-01-05
rollup merge of #20581: apasel422/extend
Alex Crichton
-2
/
+2
2015-01-05
rollup merge of #20560: aturon/stab-2-iter-ops-slice
Alex Crichton
-1
/
+1
2015-01-05
rollup merge of #20434: steveklabnik/five_eye
Alex Crichton
-14
/
+14
2015-01-06
Fallout
Nick Cameron
-20
/
+20
2015-01-05
Remove i suffix in docs
Steve Klabnik
-14
/
+14
2015-01-05
Stabilization of impls and fallout from stabilization
Aaron Turon
-1
/
+1
2015-01-05
register snapshot
Jorge Aparicio
-26
/
+0
2015-01-05
Use $crate and macro reexport to reduce duplicated code
Keegan McAllister
-1
/
+3
2015-01-05
remove unnecessary `Default` bound from `Hash{Map,Set}`'s `Extend` impl
Andrew Paseltiner
-2
/
+2
2015-01-05
auto merge of #20163 : bfops/rust/master, r=Gankro
bors
-28
/
+56
2015-01-04
Merge pull request #20464 from ranma42/improve-make-hash
bors
-8
/
+6
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
-140
/
+5
[prev]
[next]