rust/src/test/ui/iterators
Lukas Kalbertodt f934b836ce
Generalize array_into_iter lint to also lint for boxed arrays
`Box` is special in that a method call on a box can move the value out
of the box. Thus, the same backwards-compatibility problem can arise
for boxed arrays as for simple arrays.
2019-12-24 18:30:04 +01:00
..
array-of-ranges.rs Update tests 2018-12-04 10:06:05 +01:00
array-of-ranges.stderr Fix grammar in compiler error for array iterators 2018-12-17 02:27:41 +00:00
array.rs Update tests 2018-12-04 10:06:05 +01:00
array.stderr Fix grammar in compiler error for array iterators 2018-12-17 02:27:41 +00:00
bound.rs Update tests 2018-12-04 10:06:05 +01:00
bound.stderr Use span label instead of note for cause in E0631 2019-08-31 00:14:23 -07:00
integral.rs
integral.stderr review comments 2018-10-11 12:11:23 -07:00
into-iter-on-arrays-lint.fixed Generalize array_into_iter lint to also lint for boxed arrays 2019-12-24 18:30:04 +01:00
into-iter-on-arrays-lint.rs Generalize array_into_iter lint to also lint for boxed arrays 2019-12-24 18:30:04 +01:00
into-iter-on-arrays-lint.stderr Generalize array_into_iter lint to also lint for boxed arrays 2019-12-24 18:30:04 +01:00
into-iterator-type-inference-shift.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
iter-cloned-type-inference.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
iter-count-overflow-debug.rs Re-enable Emscripten's exception handling support 2019-10-25 15:16:36 -07:00
iter-count-overflow-ndebug.rs Force optimization in 32-bit iter overflow tests 2019-08-12 17:29:34 -07:00
iter-map-fold-type-length.rs Move run-pass/iterators/* to ui/iterators/ 2019-08-12 15:03:45 -07:00
iter-position-overflow-debug.rs Re-enable Emscripten's exception handling support 2019-10-25 15:16:36 -07:00
iter-position-overflow-ndebug.rs Force optimization in 32-bit iter overflow tests 2019-08-12 17:29:34 -07:00
iter-range.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
iter-step-overflow-debug.rs Re-enable Emscripten's exception handling support 2019-10-25 15:16:36 -07:00
iter-step-overflow-ndebug.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
iter-sum-overflow-debug.rs Re-enable Emscripten's exception handling support 2019-10-25 15:16:36 -07:00
iter-sum-overflow-ndebug.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
iter-sum-overflow-overflow-checks.rs Re-enable Emscripten's exception handling support 2019-10-25 15:16:36 -07:00
iter-zip.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
ranges.rs Reword Range*/[Range*]: Iterator E0277 messages 2018-10-11 13:44:07 -07:00
ranges.stderr Reword Range*/[Range*]: Iterator E0277 messages 2018-10-11 13:44:07 -07:00
string.rs
string.stderr