about summary refs log tree commit diff
path: root/src/test/ui/iterators
AgeCommit message (Expand)AuthorLines
2021-04-16Adjust docs and tests for new `IntoIterator` impl for arraysLukas Kalbertodt-150/+4
2021-03-26fix rustc_on_implemented `_Self` pathslcnr-13/+15
2021-03-26update array missing `IntoIterator` msglcnr-18/+18
2020-11-29Update tests to remove old numeric constantsbstrie-14/+8
2020-11-23Qualify `panic!` as `core::panic!` in non-built-in `core` macrosCamelid-2/+0
2020-10-30Always pass `-Z future-incompat-report` to UI testsAaron Hill-28/+26
2020-10-30Update into-iter-on-arrays test to check future-incompat-reportAaron Hill-1/+143
2020-10-30Some workAaron Hill-12/+14
2020-10-06Fix tests from rebaseMatthew Jasper-0/+28
2020-09-21move 'test zip ...' testsAlexis Bourget-103/+0
2020-09-03Auto merge of #73996 - da-x:short-unique-paths, r=petrochenkovbors-81/+79
2020-09-03avoid applying in-place collect specialization in type-length testThe8472-1/+2
2020-09-02pretty: trim paths of unique symbolsDan Aloni-81/+79
2020-07-05Remove the usage of the LengthAtMost32 traitRoman Proskuryakov-18/+18
2020-06-10Migrate to numeric associated constsLzu Tao-23/+23
2020-04-26test iterator chain type length blowupBastian Kauschke-0/+31
2020-04-11rustc: Add a warning count upon completionRoccoDev-0/+2
2020-04-08Small tweaks to required bound spanEsteban Küber-1/+1
2020-04-08Use `PredicateObligation`s instead of `Predicate`sEsteban Küber-1/+1
2020-01-22Avoid overflow in `std::iter::Skip::count`Oliver Middleton-0/+8
2019-12-24Generalize `array_into_iter` lint to also lint for boxed arraysLukas Kalbertodt-0/+122
2019-11-06Add UI test for `array.into_iter()` lintLukas Kalbertodt-0/+103
2019-10-25Re-enable Emscripten's exception handling supportThomas Lively-5/+5
2019-10-16Upgrade Emscripten targets to use upstream LLVM backendThomas Lively-5/+5
2019-10-05Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcri...Tyler Mandry-5/+5
2019-10-04Upgrade Emscripten targets to use upstream LLVM backendThomas Lively-5/+5
2019-08-31Use span label instead of note for cause in E0631Esteban Küber-5/+2
2019-08-12Force optimization in 32-bit iter overflow testsJosh Stone-4/+4
2019-08-12Move run-pass/iterators/* to ui/iterators/Josh Stone-0/+100
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-0/+270
2018-12-17Fix grammar in compiler error for array iteratorsMatthew Russell-4/+4
2018-12-04Update testsOliver Scherer-10/+23
2018-10-11Reword Range*/[Range*]: Iterator E0277 messagesEsteban Küber-4/+91
2018-10-11review commentsEsteban Küber-15/+15
2018-10-09Add tests for handled casesEsteban Küber-0/+286