about summary refs log tree commit diff
path: root/src/test/ui/const-generics/array-impls
AgeCommit message (Expand)AuthorLines
2020-12-29Stabilize by-value `[T; N]` iterator `core::array::IntoIter`Simon Sapin-2/+0
2020-07-05Fix copypaste in test into-iter-impls-length-33 (const generic 32 -> 33)Roman Proskuryakov-7/+7
2020-07-05Remove the usage of the LengthAtMost32 traitRoman Proskuryakov-512/+172
2020-06-26Show the values and computation that would overflow a const evaluation or pro...Oliver Scherer-14/+14
2020-05-20impl From<[T; N]> for Box<[T]>Ivan Tham-6/+25
2020-05-19Auto merge of #71447 - cuviper:unsized_cow, r=dtolnaybors-5/+5
2020-05-09display `ConstKind::Param`Bastian Kauschke-5/+5
2020-04-22Bless From<Cow> UI changesJosh Stone-5/+5
2020-03-10bless UI testsJoshua Nelson-8/+17
2020-03-10add ui-testsJoshua Nelson-0/+9
2020-03-01Fix use of `has_infer_types`Matthew Jasper-14/+14
2020-02-17Do not emit note suggesting to implement trait to foreign typeLeSeulArtichaut-4/+0
2020-02-13Rollup merge of #67642 - Mark-Simulacrum:relax-bounds, r=AmanieuDylan DPC-15/+5
2020-02-06rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.Eduard-Mihai Burtescu-0/+1
2020-01-16review commentsEsteban Küber-7/+7
2020-01-16When trait bounds are missing for return values, point at themEsteban Küber-0/+36
2019-12-26Relax bounds on HashSet to match hashbrownMark Rousskov-15/+5
2019-12-07Rename tests and add short test descriptionJanusz Marcinkiewicz-5/+15
2019-10-24Add UI tests for `array::IntoIter` implsLukas Kalbertodt-0/+216
2019-09-19When possible point at argument causing item obligation failureEsteban Küber-2/+2
2019-08-05Add implementations for converting boxed slices into boxed arraysJake Goulding-0/+101
2019-07-28Add tests for Vec(Deque) array PartialEq impls.Mazdak Farrokhzad-0/+131
2019-07-07Use const generics for array impls, restricted to 0..=32Scott McMurray-0/+149