about summary refs log tree commit diff
path: root/src/test/ui/array-slice-vec
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-2270/+0
2022-12-28Use verbose suggestions for mutability errorsEsteban Küber-3/+5
2022-12-13review commentsEsteban Küber-3/+3
2022-12-13Suggest `: Type` instead of `: _`Esteban Küber-3/+3
2022-12-13Suggest `collect`ing into `Vec<_>`Esteban Küber-1/+1
2022-11-18Rollup merge of #102977 - lukas-code:is-sorted-hrtb, r=m-ou-seManish Goregaokar-0/+20
2022-11-14Show a note where a macro failed to matchNilstrieb-0/+2
2022-11-05Specify that `break` cannot be used outside of loop *or* labeled blockclubby789-2/+2
2022-10-12add regression testLukas Markeffsky-0/+20
2022-10-07make const_err a hard errorRalf Jung-38/+8
2022-10-01bless ui testsMaybe Waffle-4/+4
2022-09-07suggest adding array lengths to references to arraysTakayuki Maeda-5/+89
2022-08-16use `span_suggestion` instead of `span_suggestion_verbose`Takayuki Maeda-15/+3
2022-08-16suggest adding an array length if possibleTakayuki Maeda-0/+88
2022-08-03Warn about dead tuple struct fieldsFabian Wolff-1/+1
2022-07-19feat: omit suffixes in const generics (e.g. `1_i32`)Artur Sinila-1/+1
2022-07-01Auto merge of #98781 - GuillaumeGomez:rollup-798kb8u, r=GuillaumeGomezbors-3/+0
2022-07-01Only label place where type is needed if span is meaningfulMichael Goulet-3/+0
2022-07-01Shorten def_span for more items.Camille GILLOT-12/+4
2022-06-25make const_err show up in future breakage reportsRalf Jung-0/+26
2022-06-02add new `emit_inference_failure_err`lcnr-5/+12
2022-04-28Update the diagnostic message to match the new spanOli Scherer-2/+2
2022-04-28Check that repeat expression elements are Copy (ignoring lifetimes) in typeck...Oli Scherer-4/+4
2022-04-05Suggest derivable trait on E0277ohno418-0/+8
2021-12-09Add needs-unwind to tests that depend on panickingDavid Koloski-0/+5
2021-11-18Move some tests to more reasonable directoriesCaio-0/+67
2021-11-06Move some tests to more reasonable directoriesCaio-0/+6
2021-09-30Auto merge of #89110 - Aaron1011:adjustment-span, r=estebankbors-1/+1
2021-09-26Remove box syntax from most places in src/test outside of the issues direst31-7/+5
2021-09-25Use larger span for adjustments on method callsAaron Hill-1/+1
2021-09-09Ignore automatically derived impls of `Clone` and `Debug` in dead code analysisFabian Wolff-0/+1
2021-08-30`feature(const_generics)` -> `feature(const_param_types)`lcnr-14/+2
2021-06-18Lint for unused borrows as part of UNUSED_MUST_USEhi-rustin-10/+10
2021-04-29remove const_fn feature gate from const testsRalf Jung-2/+0
2021-02-10Allow casting mut array ref to mut ptrÖmer Sinan Ağacan-7/+29
2021-02-03make const_err a future incompat lintRalf Jung-0/+6
2021-02-01Rollup merge of #81387 - c410-f3r:tests-tests-tests, r=petrochenkovJonas Schievink-0/+9
2021-01-31Move some tests to more reasonable directoriesCaio-0/+9
2021-01-30Remove const_in_array_rep_exprkadmin-0/+34
2021-01-16Move some tests to more reasonable directories - 2Caio-0/+9
2020-12-31Move array-slice-vec-related testsYuki Okushi-9/+331
2020-12-29Remove `compile-fail` test suiteVadim Petrochenkov-1/+1
2020-12-26update testsBastian Kauschke-1/+0
2020-12-22Migrate standard library away from compare_and_swapLinus Färnstrand-3/+18
2020-11-29Update tests to remove old numeric constantsbstrie-1/+0
2020-10-17Move subslice pattern tests to alloc/tests/slice.rsAlexis Bourget-126/+0
2020-10-17Move vec-macro-repeat testAlexis Bourget-15/+0
2020-10-17Suggest minimal subset features in `incomplete_features` lintYuki Okushi-0/+1
2020-09-21Move vec-cycle-wrapped testAlexis Bourget-50/+0
2020-09-21Move vec-cycle testAlexis Bourget-39/+0