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
/
libcollections
/
vec_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-01
std: Remove extra type params on iter adaptors
Alex Crichton
-6
/
+2
2015-01-30
rollup merge of #21631: tbu-/isize_police
Alex Crichton
-20
/
+20
2015-01-30
core: add the `IntoIterator` trait
Jorge Aparicio
-1
/
+25
2015-01-30
Remove all `i` suffixes
Tobias Bucher
-20
/
+20
2015-01-29
convert remaining `range(a, b)` to `a..b`
Jorge Aparicio
-1
/
+1
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-2
/
+2
2015-01-23
grandfathered -> rust1
Brian Anderson
-41
/
+41
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-4
/
+4
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-4
/
+4
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-45
/
+46
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-2
/
+2
2015-01-19
Add test for #21328
Adolfo Ochagavía
-1
/
+13
2015-01-19
Add a Drain iterator to VecMap
Adolfo Ochagavía
-6
/
+55
2015-01-19
Make VecMap::into_iter consume the VecMap
Adolfo Ochagavía
-4
/
+3
2015-01-07
std: Stabilize the std::hash module
Alex Crichton
-6
/
+6
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-5
/
+5
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-5
/
+5
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-1
/
+2
2015-01-05
register snapshot
Jorge Aparicio
-22
/
+0
2015-01-03
Remove deprecated functionality
Alex Crichton
-75
/
+0
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-3
/
+3
2015-01-03
collections: fix fallout
Jorge Aparicio
-0
/
+25
2015-01-03
collections: fix fallout
Jorge Aparicio
-10
/
+18
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-1
/
+3
2014-12-31
stabilize more of collections
Alexis Beingessner
-61
/
+41
2014-12-30
rollup merge of #20061: aturon/stab-2-vec-slice
Alex Crichton
-1
/
+1
2014-12-30
Fallout from stabilization
Aaron Turon
-1
/
+1
2014-12-30
rollup merge of #20328: huonw/attack-of-the-clones
Alex Crichton
-0
/
+29
2014-12-30
Stabilize cmp
Aaron Turon
-0
/
+5
2014-12-30
Implement `Clone` for a large number of iterators & other adaptors.
Huon Wilson
-0
/
+29
2014-12-27
auto merge of #20143 : csouth3/rust/vecmap-reserve, r=Gankro
bors
-0
/
+46
2014-12-23
Merge pull request #20155 from tbu-/pr_vecmap_fiximpls
bors
-1
/
+12
2014-12-23
Fix `collections::VecMap`'s `PartialEq` implementation
Tobias Bucher
-1
/
+12
2014-12-22
Implement `reserve_len` and `reserve_len_exact` for VecMap
Chase Southwood
-0
/
+46
2014-12-22
rollup merge of #19891: nikomatsakis/unique-fn-types-3
Alex Crichton
-0
/
+3
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
-12
/
+12
2014-12-22
Renaming of the Iter types as in RFC #344
Florian Wilkens
-8
/
+8
2014-12-20
Fix fallout of removing import_shadowing in tests.
Eduard Burtescu
-4
/
+2
2014-12-20
Fix the fallout of removing feature(import_shadowing).
Eduard Burtescu
-1
/
+0
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-4
/
+4
2014-12-17
rollup merge of #19902: alexcrichton/second-pass-mem
Alex Crichton
-0
/
+2
2014-12-17
rollup merge of #19720: csouth3/vecmap-newtypes
Alex Crichton
-14
/
+45
2014-12-15
Move hash module from collections to core
Steven Fackler
-2
/
+2
2014-12-15
std: Second pass stabilization of `default`
Alex Crichton
-0
/
+2
2014-12-13
Change `VecMap`'s iterators to use wrapper structs instead of typedefs.
Chase Southwood
-14
/
+45
2014-12-13
libcollections: use unboxed closures in `VecMap` methods
Jorge Aparicio
-7
/
+6
2014-12-13
libcollections: fix fallout
Jorge Aparicio
-5
/
+10
2014-12-13
libcollections: fix fallout
Jorge Aparicio
-5
/
+8
[prev]
[next]