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
/
test
/
ui
/
const-generics
/
array-impls
Age
Commit message (
Expand
)
Author
Lines
2020-12-29
Stabilize by-value `[T; N]` iterator `core::array::IntoIter`
Simon Sapin
-2
/
+0
2020-07-05
Fix copypaste in test into-iter-impls-length-33 (const generic 32 -> 33)
Roman Proskuryakov
-7
/
+7
2020-07-05
Remove the usage of the LengthAtMost32 trait
Roman Proskuryakov
-512
/
+172
2020-06-26
Show the values and computation that would overflow a const evaluation or pro...
Oliver Scherer
-14
/
+14
2020-05-20
impl From<[T; N]> for Box<[T]>
Ivan Tham
-6
/
+25
2020-05-19
Auto merge of #71447 - cuviper:unsized_cow, r=dtolnay
bors
-5
/
+5
2020-05-09
display `ConstKind::Param`
Bastian Kauschke
-5
/
+5
2020-04-22
Bless From<Cow> UI changes
Josh Stone
-5
/
+5
2020-03-10
bless UI tests
Joshua Nelson
-8
/
+17
2020-03-10
add ui-tests
Joshua Nelson
-0
/
+9
2020-03-01
Fix use of `has_infer_types`
Matthew Jasper
-14
/
+14
2020-02-17
Do not emit note suggesting to implement trait to foreign type
LeSeulArtichaut
-4
/
+0
2020-02-13
Rollup merge of #67642 - Mark-Simulacrum:relax-bounds, r=Amanieu
Dylan DPC
-15
/
+5
2020-02-06
rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.
Eduard-Mihai Burtescu
-0
/
+1
2020-01-16
review comments
Esteban Küber
-7
/
+7
2020-01-16
When trait bounds are missing for return values, point at them
Esteban Küber
-0
/
+36
2019-12-26
Relax bounds on HashSet to match hashbrown
Mark Rousskov
-15
/
+5
2019-12-07
Rename tests and add short test description
Janusz Marcinkiewicz
-5
/
+15
2019-10-24
Add UI tests for `array::IntoIter` impls
Lukas Kalbertodt
-0
/
+216
2019-09-19
When possible point at argument causing item obligation failure
Esteban Küber
-2
/
+2
2019-08-05
Add implementations for converting boxed slices into boxed arrays
Jake Goulding
-0
/
+101
2019-07-28
Add tests for Vec(Deque) array PartialEq impls.
Mazdak Farrokhzad
-0
/
+131
2019-07-07
Use const generics for array impls, restricted to 0..=32
Scott McMurray
-0
/
+149