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
2018-04-20
Revert "Stabilize the TryFrom and TryInto traits"
Felix S. Klock II
-3
/
+3
2018-03-26
Stabilize the TryFrom and TryInto traits
Simon Sapin
-3
/
+3
2017-09-29
Pass formatter in TryFromSliceError Display impl
Nikolai Vazquez
-1
/
+1
2017-09-29
Make TryFromSliceError::__description unstable
Nikolai Vazquez
-0
/
+4
2017-09-29
Implement Error trait for TryFromSliceError
Nikolai Vazquez
-0
/
+15
2017-09-21
Implement TryFrom for array reference types
Nikolai Vazquez
-0
/
+34
2017-08-31
Update bootstrap compiler
Alex Crichton
-8
/
+0
2017-08-22
Auto merge of #43690 - scalexm:issue-28229, r=nikomatsakis
bors
-0
/
+1
2017-08-20
Fix typo in doc
Shanavas M
-1
/
+1
2017-08-14
Make `Clone` a lang item and generate builtin impls.
scalexm
-0
/
+1
2016-10-01
std: Correct stability attributes for some implementations
Oliver Middleton
-0
/
+2
2016-08-24
Use `#[prelude_import]` in `libcore`.
Jeffrey Seyfried
-8
/
+3
2016-03-01
Fix broken links for core primitives
Michael Huynh
-1
/
+1
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
[next]