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
/
libcollections
/
vec.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-03
collections: fix fallout
Jorge Aparicio
-10
/
+14
2015-01-02
rollup merge of #20410: japaric/assoc-types
Alex Crichton
-6
/
+8
2015-01-02
core: use assoc types in `Deref[Mut]`
Jorge Aparicio
-3
/
+7
2015-01-02
rollup merge of #20315: alexcrichton/std-sync
Alex Crichton
-1
/
+1
2015-01-02
rollup merge of #20377: alexcrichton/issue-20352
Alex Crichton
-3
/
+3
2015-01-02
merge `*SliceExt` traits, use assoc types in `SliceExt`, `Raw[Mut]Ptr`
Jorge Aparicio
-3
/
+1
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-1
/
+3
2015-01-01
std: Enforce Unicode in fmt::Writer
Alex Crichton
-3
/
+3
2015-01-01
std: Second pass stabilization of sync
Alex Crichton
-1
/
+1
2014-12-30
rollup merge of #20061: aturon/stab-2-vec-slice
Alex Crichton
-779
/
+687
2014-12-30
Fallout from stabilization
Aaron Turon
-32
/
+29
2014-12-30
Stabilize cmp
Aaron Turon
-3
/
+10
2014-12-30
Adjustments from review
Aaron Turon
-1
/
+1
2014-12-30
Second pass stabilization: vec
Aaron Turon
-762
/
+676
2014-12-28
libcollections: impl Send/Sync for Vec.
Luqman Aden
-0
/
+3
2014-12-28
libcore: Don't impl RawPtr* traits for NonZero.
Luqman Aden
-1
/
+1
2014-12-28
Don't expose NonZero through libstd.
Luqman Aden
-1
/
+2
2014-12-28
libcore: Make it unsafe to create NonZero and impl Deref.
Luqman Aden
-26
/
+20
2014-12-28
libcollections: Use NonZero in Vec.
Luqman Aden
-25
/
+32
2014-12-26
Rename `UniquePtr` to `Unique`
Flavio Percoco
-10
/
+10
2014-12-26
Rename `OwnedPtr` to `UniquePtr`
Flavio Percoco
-10
/
+10
2014-12-26
Require types to opt-in Sync
Flavio Percoco
-26
/
+28
2014-12-22
Renaming of the Iter types as in RFC #344
Florian Wilkens
-9
/
+9
2014-12-21
Test fixes and rebase conflicts
Alex Crichton
-0
/
+1
2014-12-21
rollup merge of #19972: alexcrichton/snapshots
Alex Crichton
-14
/
+0
2014-12-21
rollup merge of #20070: aturon/stab-2-clone
Alex Crichton
-1
/
+1
2014-12-21
rollup merge of #20044: csouth3/vec-resize
Alex Crichton
-0
/
+27
2014-12-21
rollup merge of #19965: japaric/remove-wrong-add
Alex Crichton
-9
/
+0
2014-12-21
auto merge of #19946 : cgaebel/rust/hashmap-drain-iter, r=gankro
bors
-3
/
+147
2014-12-20
Stabilize clone
Aaron Turon
-1
/
+1
2014-12-20
Fix fallout of removing import_shadowing in tests.
Eduard Burtescu
-5
/
+3
2014-12-20
Fix the fallout of removing feature(import_shadowing).
Eduard Burtescu
-1
/
+0
2014-12-19
Reform power_of_two methods for perf increase & semantic change to consider 0...
Aaron Liblong
-14
/
+4
2014-12-19
Implement resize for Vec
Chase Southwood
-0
/
+27
2014-12-19
Register new snapshots
Alex Crichton
-15
/
+0
2014-12-18
[collections] Adds `drain`: a way to sneak out the elements while clearing.
Clark Gaebel
-3
/
+147
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-5
/
+5
2014-12-17
Remove wrong `&str + String` and `&[T] + Vec<T>` implementations
Jorge Aparicio
-9
/
+0
2014-12-17
rollup merge of #19943: steveklabnik/doc_std_vec
Alex Crichton
-74
/
+105
2014-12-17
rollup merge of #19902: alexcrichton/second-pass-mem
Alex Crichton
-0
/
+1
2014-12-16
Improve docs for std::vec
Steve Klabnik
-74
/
+105
2014-12-15
Move hash module from collections to core
Steven Fackler
-0
/
+8
2014-12-15
std: Second pass stabilization of `default`
Alex Crichton
-0
/
+1
2014-12-16
auto merge of #19747 : alexcrichton/rust/slice-one-trait, r=brson
bors
-1
/
+1
2014-12-14
std: Collapse SlicePrelude traits
Alex Crichton
-1
/
+1
2014-12-13
libcollections: add commutative version of `Vec`/`String` addition
Jorge Aparicio
-0
/
+9
2014-12-13
libcollections: Vec<T> + &[T]
Jorge Aparicio
-0
/
+12
2014-12-13
libcollections: use unboxed closures in `Vec` methods
Jorge Aparicio
-6
/
+6
2014-12-11
auto merge of #19377 : tbu-/rust/pr_mapinplace_fixzerosized_test, r=sfackler
bors
-0
/
+29
2014-12-08
Change 'Example' to 'Examples' throughout collections' rustdocs.
jbranchaud
-30
/
+32
[prev]
[next]