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
/
libcore
/
slice.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-05
remove unused `Sized` imports
Jorge Aparicio
-1
/
+0
2015-01-05
sed -i -s 's/ for Sized?//g' **/*.rs
Jorge Aparicio
-4
/
+4
2015-01-03
Remove deprecated functionality
Alex Crichton
-77
/
+1
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-3
/
+3
2015-01-03
sed -i -s 's/\bmod}/self}/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-03
core: use assoc types in `Index[Mut]`
Jorge Aparicio
-0
/
+26
2015-01-03
core: use assoc types in Iterator et al
Jorge Aparicio
-22
/
+38
2015-01-02
merge `*SliceExt` traits, use assoc types in `SliceExt`, `Raw[Mut]Ptr`
Jorge Aparicio
-174
/
+145
2014-12-30
rollup merge of #20061: aturon/stab-2-vec-slice
Alex Crichton
-159
/
+171
2014-12-30
Fallout from stabilization
Aaron Turon
-2
/
+4
2014-12-30
Stabilize cmp
Aaron Turon
-4
/
+4
2014-12-30
Second pass stabilization: slice
Aaron Turon
-159
/
+169
2014-12-29
rollup merge of #20160: nick29581/ranges2
Alex Crichton
-11
/
+12
2014-12-30
Fallout from mut slices
Nick Cameron
-9
/
+10
2014-12-30
Remove ExprSlice by hacking the compiler
Nick Cameron
-2
/
+2
2014-12-29
std: Second pass stabilization for `ptr`
Alex Crichton
-2
/
+2
2014-12-22
Added missing renames:
Florian Wilkens
-1
/
+1
2014-12-22
Renaming of the Iter types as in RFC #344
Florian Wilkens
-25
/
+25
2014-12-20
Stabilize clone
Aaron Turon
-2
/
+2
2014-12-19
libcore: use `#[deriving(Copy)]`
Jorge Aparicio
-3
/
+1
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-9
/
+9
2014-12-17
rollup merge of #19902: alexcrichton/second-pass-mem
Alex Crichton
-1
/
+2
2014-12-17
rollup merge of #19832: japaric/no-nocopy
Alex Crichton
-5
/
+2
2014-12-17
rollup merge of #19827: japaric/clone-uc
Alex Crichton
-0
/
+11
2014-12-16
auto merge of #19777 : nikomatsakis/rust/warn-on-shadowing, r=acrichto
bors
-2
/
+2
2014-12-15
std: Second pass stabilization of `default`
Alex Crichton
-1
/
+2
2014-12-15
Remove internal uses of `marker::NoCopy`
Jorge Aparicio
-5
/
+2
2014-12-15
Remove all shadowed lifetimes.
Niko Matsakis
-2
/
+2
2014-12-14
std: Collapse SlicePrelude traits
Alex Crichton
-423
/
+26
2014-12-14
libcore: make iterator adaptors `Clone`able
Jorge Aparicio
-0
/
+11
2014-12-13
libcore: use unboxed closures in `slice::raw` free functions
Jorge Aparicio
-8
/
+7
2014-12-13
libcore: use unboxed closures in `SlicePrelude` methods
Jorge Aparicio
-2
/
+2
2014-12-13
libcore: use unboxed closures in the fields of `MutSplits`
Jorge Aparicio
-11
/
+20
2014-12-13
libcore: use unboxed closures in the fields of `Splits`
Jorge Aparicio
-12
/
+19
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-0
/
+6
2014-12-05
Utilize fewer reexports
Corey Farwell
-3
/
+6
2014-12-05
rollup merge of #19483: cgaebel/copy_memory-comment
Corey Richardson
-2
/
+3
2014-12-03
Deprecate Equiv
Jorge Aparicio
-2
/
+4
2014-12-03
Fix fallout
Jorge Aparicio
-6
/
+6
2014-12-03
Overload the `==` operator
Jorge Aparicio
-3
/
+3
2014-12-02
Fixed out of date comment on `copy_memory`
Clark Gaebel
-2
/
+3
2014-11-26
rollup merge of #19288: steveklabnik/doc_style_cleanup
Alex Crichton
-25
/
+13
2014-11-26
rollup merge of #19287: alexcrichton/issue-19272
Alex Crichton
-10
/
+8
2014-11-25
/** -> ///
Steve Klabnik
-25
/
+13
2014-11-25
Fallout from stabilization
Aaron Turon
-2
/
+2
2014-11-25
auto merge of #18966 : huonw/rust/iter2slice, r=aturon
bors
-0
/
+96
2014-11-25
Add methods to go from a slice iterators to a slice.
Huon Wilson
-0
/
+96
2014-11-24
std: Export BinarySearchResult
Alex Crichton
-10
/
+8
2014-11-23
auto merge of #19152 : alexcrichton/rust/issue-17863, r=aturon
bors
-3
/
+47
2014-11-22
std: Align `raw` modules with unsafe conventions
Alex Crichton
-3
/
+47
[prev]
[next]