]> git.lizzy.rs Git - rust.git/history - tests/compile-fail/array_indexing.rs
add a companion lint to `no_effect` with suggestions for partially effective statements
[rust.git] / tests / compile-fail / array_indexing.rs
2016-05-13 Oliver Schneideradd a companion lint to `no_effect` with suggestions...
2016-03-16 Martin CartonMerge pull request #773 from mcarton/rustup
2016-03-15 Manish GoregaokarMerge pull request #767 from mcarton/fix-ice
2016-03-15 mcartonFix ICE in `OUT_OF_BOUNDS_INDEXING` with ranges
2016-03-11 mcartonMerge branch 'aochagavia-indexing_slicing'
2016-03-11 mcartonSmall nits on INDEXING_SLICING
2016-03-11 Adolfo OchagavĂ­aLint against indexing and slicing
2016-02-12 llogiqMerge pull request #637 from mcarton/debug
2016-02-11 Manish GoregaokarMerge pull request #651 from oli-obk/improve_no_effect
2016-02-11 Oliver Schneiderimprove the `no_effect` lint
2016-01-15 llogiqMerge pull request #523 from sanxiyn/escape-arg
2016-01-03 Manish GoregaokarMerge branch 'pr-538'
2016-01-03 Manish GoregaokarMerge pull request #539 from mcarton/small-fix
2016-01-03 mcartonRemove x rights on a test file
2015-12-22 Manish GoregaokarMerge pull request #509 from mcarton/array-indexing
2015-12-21 mcartonImplement #364