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
/
array.rs
Age
Commit message (
Expand
)
Author
Lines
2015-12-07
Revert "PR #30130 Implement `Clone` for more arrays"
Ulrik Sverdrup
-28
/
+8
2015-12-06
Auto merge of #30187 - alexcrichton:stabilize-1.6, r=aturon
bors
-0
/
+32
2015-12-05
std: Stabilize APIs for the 1.6 release
Alex Crichton
-0
/
+32
2015-12-04
Don't use an explicit temporary for cloning an array
Tobias Bucher
-2
/
+1
2015-12-04
Implement `Clone` for arrays without using slice patterns
Tobias Bucher
-9
/
+9
2015-12-04
Implement `Clone` for `[T; 0]` to `[T; 32]` if `T: Clone`
Tobias Bucher
-8
/
+29
2015-09-23
Explain in comment why FixedSizeArray is unsafe
Amit Aryeh Levy
-0
/
+9
2015-09-19
Make FixedSizeArray an unsafe trait
Amit Aryeh Levy
-2
/
+2
2015-09-03
Implement `Borrow` for fixed-size arrays
Vadim Petrochenkov
-0
/
+15
2015-08-31
Implement `FixedSizeArray` for all fixed size arrays
Tobias Bucher
-12
/
+12
2015-08-15
core: Fill out issues for unstable features
Alex Crichton
-1
/
+2
2015-08-14
Implemented Default for arrays up to [T; 32].
Without Boats
-0
/
+24
2015-07-20
std: Create separate docs for the primitives
Brian Anderson
-1
/
+2
2015-06-17
core: Split apart the global `core` feature
Alex Crichton
-8
/
+3
2015-03-25
Implement AsRef and AsMut for fixed-sized arrays
Gleb Kozyrev
-0
/
+19
2015-03-23
rustdoc: Support for "array" primitive
Tom Jakubowski
-0
/
+2
2015-03-18
Avoid metadata bloat by using trait FixedSizeArray
Vadim Petrochenkov
-0
/
+24
2015-02-23
Rollup merge of #22320 - petrochenkov:eq, r=alexcrichton
Manish Goregaokar
-43
/
+8
2015-02-20
Register new snapshots
Alex Crichton
-7
/
+0
2015-02-20
Tweaks to equality comparisons for slices/arrays/vectors
Vadim Petrochenkov
-43
/
+8
2015-02-18
Round 3 test fixes and conflicts
Alex Crichton
-1
/
+1
2015-02-18
rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket
Alex Crichton
-14
/
+14
2015-02-18
Replace all uses of `&foo[]` with `&foo[..]` en masse.
Niko Matsakis
-14
/
+14
2015-02-18
std: Stabilize the `hash` module
Alex Crichton
-2
/
+10
2015-02-17
Register new snapshots
Alex Crichton
-22
/
+0
2015-02-17
std: Stabilize the IntoIterator trait
Alex Crichton
-0
/
+2
2015-02-13
add an associated `Item` type to `IntoIterator`
Jorge Aparicio
-0
/
+24
2015-02-09
std: Rename IntoIterator::Iter to IntoIter
Alex Crichton
-2
/
+2
2015-02-02
register snapshots
Jorge Aparicio
-3
/
+0
2015-01-30
core: add the `IntoIterator` trait
Jorge Aparicio
-0
/
+18
2015-01-30
Remove FullRange from the prelude etc.
Nick Cameron
-0
/
+3
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-4
/
+3
2015-01-23
grandfathered -> rust1
Brian Anderson
-7
/
+7
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-2
/
+2
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-2
/
+2
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-9
/
+10
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-3
/
+3
2015-01-19
impl Hash for arrays
Jorge Aparicio
-0
/
+7
2015-01-08
Improvements to feature staging
Brian Anderson
-1
/
+1
2015-01-07
use slicing sugar
Jorge Aparicio
-14
/
+14
2015-01-06
rollup merge of #20607: nrc/kinds
Alex Crichton
-1
/
+1
2015-01-07
markers -> marker
Nick Cameron
-1
/
+1
2015-01-07
fallout
Nick Cameron
-4
/
+12
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-14
/
+14
2015-01-07
Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`
Nick Cameron
-1
/
+1
2015-01-02
core: use assoc types in `Deref[Mut]`
Jorge Aparicio
-2
/
+2
2015-01-02
More fallout
Nick Cameron
-19
/
+19
2014-12-30
Stabilize cmp
Aaron Turon
-4
/
+6
2014-12-20
Stabilize clone
Aaron Turon
-2
/
+1
2014-12-03
Overload the `==` operator
Jorge Aparicio
-3
/
+24
[next]