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
2014-09-14
Check that the `min_align_of` the both types in a `PartialVec` matches
Tobias Bucher
-2
/
+6
2014-09-14
Fix some of the issues mentioned in the PR on Github
Tobias Bucher
-22
/
+43
2014-09-14
PartialVec: Remove TODOs and rename `unwrap` to `into_vec`
Tobias Bucher
-8
/
+4
2014-09-14
Add support for in-place map for `Vec`s of types with same size
Tobias Bucher
-0
/
+258
2014-09-13
Move info into individual modules.
Steve Klabnik
-1
/
+3
2014-08-31
Add unwrap method to MoveItems
Julian Orth
-0
/
+25
2014-08-27
Implement generalized object and type parameter bounds (Fixes #16462)
Niko Matsakis
-4
/
+12
2014-08-19
A few minor documentation fixes
P1start
-28
/
+26
2014-08-18
libsyntax: Remove the `use foo = bar` syntax from the language in favor
Patrick Walton
-1
/
+1
2014-08-16
librustc: Forbid external crates, imports, and/or items from being
Patrick Walton
-3
/
+1
2014-08-13
collections: Deprecate Vec::tailn. Same as slice_from
Brian Anderson
-1
/
+2
2014-08-13
core: Rename ImmutableSlice::unsafe_ref to unsafe_get
Brian Anderson
-3
/
+3
2014-08-13
std: Rename slice::Vector to Slice
Brian Anderson
-6
/
+7
2014-08-13
std: Rename various slice traits for consistency
Brian Anderson
-1
/
+1
2014-08-12
Deprecation fallout in libcollections
Aaron Turon
-0
/
+1
2014-08-07
fix grammar in Vec.retain's doc comment
Nathan Froyd
-1
/
+1
2014-08-02
fix underflow in vec swap_remove
Alexis Beingessner
-1
/
+7
2014-08-01
librustc: Forbid pattern bindings after `@`s, for memory safety.
Patrick Walton
-1
/
+1
2014-07-23
Just land already
Brian Anderson
-1
/
+1
2014-07-23
collections: Tweak docs for push
Brian Anderson
-0
/
+13
2014-07-23
collections: Deprecate shift/unshift
Brian Anderson
-0
/
+2
2014-07-23
collections: Move push/pop docs to MutableSeq
Brian Anderson
-23
/
+0
2014-07-23
collections: Move push/pop to MutableSeq
Brian Anderson
-62
/
+67
2014-07-22
doc: Normalize example style
Jonas Hietala
-62
/
+53
2014-07-22
doc: Vec::from_raw_parts.
Jonas Hietala
-5
/
+37
2014-07-22
doc: Fill vec documentation with examples.
Jonas Hietala
-1
/
+72
2014-07-22
doc: Use vec![] instead of vec!() in Vec.
Jonas Hietala
-77
/
+77
2014-07-21
Test fixes from the rollup
Alex Crichton
-1
/
+1
2014-07-21
Clarify the std::vec::Vec docs regarding capacity
P1start
-3
/
+37
2014-07-18
auto merge of #15725 : aochagavia/rust/vec, r=alexcrichton
bors
-2
/
+2
2014-07-17
Rename functions in the CloneableVector trait
Adolfo OchagavĂa
-2
/
+2
2014-07-17
deprecate Vec::get
Nick Cameron
-1
/
+4
2014-07-17
Implement Index and IndexMut for Vec
Nick Cameron
-0
/
+28
2014-07-09
auto merge of #15471 : erickt/rust/push_all, r=acrichto
bors
-77
/
+448
2014-07-07
collections: merge unsafe_push_all_clone and push_all
Erick Tryzelaar
-29
/
+14
2014-07-07
collections: minimize code that's in unsafe blocks
Erick Tryzelaar
-22
/
+22
2014-07-07
collections: flesh out the Vec::clone_from benchmarks to cover reuse
Erick Tryzelaar
-30
/
+93
2014-07-05
collections: Optimize Vec when cloning from a slice
Erick Tryzelaar
-31
/
+44
2014-07-05
collections: flesh out Vec benchmarks
Erick Tryzelaar
-54
/
+364
2014-07-05
libcore: Fix Items iterator for zero sized types.
Luqman Aden
-6
/
+4
2014-07-04
librustc: Don't create &[T] slices with NULL as the ptr.
Luqman Aden
-17
/
+14
2014-07-03
collections: Fix conditional when reserving extra vec space
Erick Tryzelaar
-1
/
+1
2014-07-03
collections: grow should use the overflow-checked reserve_additional
Erick Tryzelaar
-2
/
+1
2014-06-29
Implement RFC#28: Add PartialOrd::partial_cmp
Steven Fackler
-2
/
+2
2014-06-28
auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwalton
bors
-7
/
+10
2014-06-28
Rename all raw pointers as necessary
Alex Crichton
-7
/
+10
2014-06-28
Add remark and an example about the bounds of `Vec::insert`
Tobias Bucher
-1
/
+4
2014-06-24
core: Add stability attributes to Clone
Brian Anderson
-0
/
+1
2014-06-24
librustc: Remove the fallback to `int` from typechecking.
Niko Matsakis
-68
/
+68
2014-06-21
collections: fix running `make check-stage1-collections`
Erick Tryzelaar
-0
/
+3
[prev]
[next]