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
/
set.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-2
/
+2
2015-01-29
`range(a, b).foo()` -> `(a..b).foo()`
Jorge Aparicio
-1
/
+1
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-5
/
+5
2015-01-23
grandfathered -> rust1
Brian Anderson
-49
/
+49
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-3
/
+3
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-3
/
+3
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-52
/
+53
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-5
/
+5
2015-01-10
Add ExactSizeIterator impls for Hash{Map, Set, Table}
Chase Southwood
-9
/
+21
2015-01-07
std: Stabilize the std::hash module
Alex Crichton
-90
/
+127
2015-01-06
More test fixes
Alex Crichton
-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
/
+15
2015-01-06
Register new snapshots
Alex Crichton
-3
/
+0
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
/
+15
2015-01-07
Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`
Nick Cameron
-1
/
+1
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
-2
/
+2
2015-01-05
rollup merge of #20581: apasel422/extend
Alex Crichton
-1
/
+1
2015-01-05
rollup merge of #20560: aturon/stab-2-iter-ops-slice
Alex Crichton
-1
/
+1
2015-01-06
Fallout
Nick Cameron
-2
/
+2
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
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
-1
/
+1
2015-01-03
Remove deprecated functionality
Alex Crichton
-8
/
+1
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-2
/
+2
2015-01-03
sed -i -s 's/\bmod}/self}/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-03
use assoc types in binop traits
Jorge Aparicio
-4
/
+12
2015-01-03
std: fix fallout
Jorge Aparicio
-9
/
+23
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-1
/
+1
2014-12-31
stabilize more of collections
Alexis Beingessner
-25
/
+45
2014-12-30
Stabilize cmp
Aaron Turon
-0
/
+2
2014-12-22
rollup merge of #19891: nikomatsakis/unique-fn-types-3
Alex Crichton
-0
/
+3
2014-12-22
rollup merge of #20056: MrFloya/iter_rename
Alex Crichton
-2
/
+2
2014-12-22
Insert coercions to fn pointer types required for the new types
Niko Matsakis
-0
/
+3
2014-12-22
Added missing renames:
Florian Wilkens
-2
/
+2
2014-12-21
Implement BitOps for HashSet
Chase Southwood
-4
/
+115
2014-12-21
rollup merge of #19993: bluss/setalgebraitems
Alex Crichton
-46
/
+83
2014-12-21
auto merge of #19946 : cgaebel/rust/hashmap-drain-iter, r=gankro
bors
-1
/
+56
2014-12-20
Fix fallout of removing import_shadowing in tests.
Eduard Burtescu
-1
/
+0
2014-12-19
hashset: Clean up and rename the HashSet iterators
bluss
-46
/
+83
2014-12-18
[collections] Adds `drain`: a way to sneak out the elements while clearing.
Clark Gaebel
-1
/
+56
2014-12-17
rollup merge of #19935: cgaebel/hashmap-tuple-indexing
Alex Crichton
-1
/
+1
2014-12-17
rollup merge of #19902: alexcrichton/second-pass-mem
Alex Crichton
-0
/
+2
2014-12-17
rollup merge of #19770: csouth3/iterator-wrapperstructs
Alex Crichton
-22
/
+60
[prev]
[next]