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-21
rollup merge of #21258: aturon/stab-3-index
Alex Crichton
-2
/
+10
2015-01-21
rollup merge of #21457: alexcrichton/issue-21436
Alex Crichton
-3
/
+3
2015-01-21
rollup merge of #21396: japaric/no-parens-in-range
Alex Crichton
-2
/
+2
2015-01-21
Stabilize Index traits and most range notation
Aaron Turon
-2
/
+10
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-3
/
+3
2015-01-21
Rollup merge of #21375 - petrochenkov:ssbsl, r=alexcrichton
Barosl LEE
-6
/
+6
2015-01-19
remove unnecessary parentheses from range notation
Jorge Aparicio
-2
/
+2
2015-01-18
auto merge of #21288 : brson/rust/snaps, r=alexcrichton
bors
-8
/
+0
2015-01-17
Register new snapshots.
Eduard Burtescu
-8
/
+0
2015-01-17
add append to vec with tests
Jeff Belgum
-0
/
+46
2015-01-17
Remove unnecessary explicit conversions to *const T
we
-6
/
+6
2015-01-15
rollup merge of #21168: aidanhs/aphs-doc-vec-heap
Alex Crichton
-1
/
+1
2015-01-15
rollup merge of #21036: renato-zannon/into-iter-impls
Alex Crichton
-0
/
+3
2015-01-15
Explicitly note that vector contents are on the heap
Aidan Hobson Sayers
-1
/
+1
2015-01-12
Vec's IntoIter should be Send/Sync when Vec is (fixes #21027)
Renato Zannon
-0
/
+3
2015-01-11
Rename AtomicInt and AtomicUint
Steven Fackler
-2
/
+2
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
[next]