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-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
2014-11-14
Add `Show` and `Clone` trait to arrays
Tobias Bucher
-8
/
+22
2014-11-05
Remove incorrect doc annotation, mark experimental since we haven't discussed...
Niko Matsakis
-5
/
+1
2014-11-05
Add impls of the comparison operators for fixed-length arrays of lengths 0......
Niko Matsakis
-0
/
+87