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
2019-08-01
FixedSizeArray: Add missing links in doc comments.
Bruce Mitchener
-1
/
+4
2019-07-28
Fix `cfg(parallel_compiler)` mode
Vadim Petrochenkov
-2
/
+2
2019-07-28
Deny `unused_lifetimes` through rustbuild
Vadim Petrochenkov
-5
/
+5
2019-07-25
Remove `cfg(bootstrap)` code for array implementations
Lukas Kalbertodt
-433
/
+240
2019-07-07
Use const generics for array impls, restricted to 0..=32
Scott McMurray
-0
/
+320
2019-05-11
Auto merge of #60318 - jethrogb:jb/try-from-slice-to-infallible, r=sfackler
bors
-1
/
+8
2019-05-09
Stabilize and re-export core::array
Yuki OKUSHI
-4
/
+6
2019-04-29
impl From<Infallible> for TryFromSliceError
Jethro Beekman
-1
/
+8
2019-04-19
libcore: deny more...
Mazdak Farrokhzad
-2
/
+2
2019-04-18
libcore => 2018
Taiki Endo
-7
/
+7
2019-03-09
Use lifetime contravariance to elide more lifetimes in core+alloc+std
Scott McMurray
-1
/
+1
2019-02-13
Stabilize TryFrom and TryInto
Simon Sapin
-4
/
+4
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-11-25
Add TryFrom<&[T]> for [T; $N] where T: Copy
Simon Sapin
-0
/
+9
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
[next]