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
Age
Commit message (
Expand
)
Author
Lines
2015-01-30
Remove all `i` suffixes
Tobias Bucher
-89
/
+89
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
-36
/
+86
2015-01-23
grandfathered -> rust1
Brian Anderson
-95
/
+95
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-19
/
+19
2015-01-22
Rollup merge of #21217 - Gankro:docadoca, r=steveklabnik
Steve Klabnik
-2
/
+52
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-19
/
+19
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
-114
/
+128
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-21
Rollup merge of #21302 - gutworth:rm-find-equiv-test, r=brson
Barosl LEE
-17
/
+0
2015-01-20
Correct small typos in map.rs.
Toby Scrace
-23
/
+23
2015-01-19
Implement range and range_mut for BTree
Piotr Czarnecki
-0
/
+1
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-15
add a section on performance to collection docs
Alexis
-2
/
+52
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
/
+341
2015-01-07
std: Stabilize the std::hash module
Alex Crichton
-154
/
+341
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
-38
/
+29
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
-27
/
+22
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
-2
/
+4
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
Stabilize collection modules
Aaron Turon
-1
/
+3
[prev]
[next]