]> git.lizzy.rs Git - rust.git/history - tests/compile-fail/mut_mut.rs
Fix FP with `mut_mut` and `for` loops
[rust.git] / tests / compile-fail / mut_mut.rs
2016-06-29 mcartonFix FP with `mut_mut` and `for` loops
2016-06-07 llogiqMerge pull request #983 from Manishearth/fix-tests
2016-06-07 mcartonUse `span_suggestion` for `WHILE_LET_ON_ITERATOR`
2016-06-07 mcartonFix wrong tests and improve some other
2016-05-23 Martin CartonMerge pull request #944 from Manishearth/rustup
2016-05-23 mcartonRustup to *1.10.0-nightly (764ef92ae 2016-05-19)*
2016-05-13 Martin CartonMerge pull request #928 from oli-obk/unnecessary_operation
2016-05-13 Oliver Schneideradd a companion lint to `no_effect` with suggestions...
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
2015-11-14 llogiqMerge pull request #452 from fhartwig/lifetime-false...
2015-11-09 Manish GoregaokarTests shouldn't be executable (fixes #444)
2015-09-07 llogiqMerge pull request #316 from Manishearth/mutmut
2015-09-07 Manish GoregaokarFix mut_mut false positive, make Allow (fixes #309)
2015-08-13 llogiqMerge
2015-08-13 llogiqMerge branch 'const' of https://github.com/Manishearth...
2015-08-13 Manish GoregaokarMerge branch 'pr-149'
2015-08-13 Georg Brandltests: use fragment of lint text for error checking
2015-08-11 Manish GoregaokarMerge pull request #127 from birkenfeld/better-helptext...
2015-08-11 Manish GoregaokarMerge pull request #128 from birkenfeld/whitespace...
2015-08-11 Georg Brandlall: whitespace cleanup
2015-08-11 Manish GoregaokarMerge branch 'pr-78'
2015-06-01 llogiqMerge branch 'master' into len_zero
2015-06-01 llogiqMerge pull request #68 from Manishearth/macro_expn
2015-05-25 llogiqmade macro test even simpler, added a few tests
2015-05-18 llogiqMerge pull request #58 from Manishearth/mut_mut
2015-05-18 llogiqmut_mut now more robust (thanks to Manishearth, see...
2015-05-18 llogiqMerge pull request #57 from Manishearth/mut_mut
2015-05-18 llogiqNew lint: mut_mut (closes issue #9)