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.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-08
Improvements to feature staging
Brian Anderson
-10
/
+10
2015-01-08
Add missing module stability attributes
Aaron Turon
-0
/
+2
2015-01-07
rollup merge of #20721: japaric/snap
Alex Crichton
-2
/
+2
2015-01-07
rollup merge of #20722: alexcrichton/audit-show
Alex Crichton
-7
/
+0
2015-01-07
rollup merge of #20708: aturon/new-int-modules
Alex Crichton
-9
/
+0
2015-01-07
fix the `&mut _` patterns
Jorge Aparicio
-1
/
+1
2015-01-07
std: Tweak String implementations
Alex Crichton
-16
/
+0
2015-01-07
use slicing sugar
Jorge Aparicio
-1
/
+1
2015-01-07
register new snapshots
Jorge Aparicio
-9
/
+0
2015-01-07
std: Stabilize the std::hash module
Alex Crichton
-0
/
+8
2015-01-07
Register new snapshots
Alex Crichton
-9
/
+0
2015-01-06
More test fixes
Alex Crichton
-2
/
+11
2015-01-06
rollup merge of #20607: nrc/kinds
Alex Crichton
-1
/
+1
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-1
/
+8
2015-01-07
markers -> marker
Nick Cameron
-1
/
+1
2015-01-07
fallout
Nick Cameron
-22
/
+27
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-1
/
+8
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-21
/
+14
2015-01-07
Impls using the new scheme for slicing
Nick Cameron
-17
/
+38
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
-29
/
+29
2015-01-05
rollup merge of #20560: aturon/stab-2-iter-ops-slice
Alex Crichton
-4
/
+15
2015-01-05
rollup merge of #20434: steveklabnik/five_eye
Alex Crichton
-29
/
+29
2015-01-05
Remove i suffix in docs
Steve Klabnik
-29
/
+29
2015-01-05
Stabilization of impls and fallout from stabilization
Aaron Turon
-4
/
+15
2015-01-05
register snapshot
Jorge Aparicio
-21
/
+0
2015-01-03
Remove deprecated functionality
Alex Crichton
-124
/
+20
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-4
/
+4
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-03
collections: fix fallout
Jorge Aparicio
-0
/
+25
2015-01-03
use assoc types in binop traits
Jorge Aparicio
-1
/
+3
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
[next]