]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/methods/mod.rs
new_ret_no_self correctly lint impl return
[rust.git] / clippy_lints / src / methods / mod.rs
2018-10-13 Josh Mcguigannew_ret_no_self correctly lint impl return
2018-10-13 Josh McguiganRemoved unused variables
2018-10-13 Josh Mcguigannew_ret_no_self fix false positive for impl trait retur...
2018-10-13 Josh Mcguigannew_ret_no_self corrected panic and added test stderr
2018-10-13 Josh Mcguigannew_ret_no_self added positive test cases
2018-10-12 Oliver S̶c̶h̶n̶e̶i... Merge pull request #3291 from JoshMcguigan/cmp_owned...
2018-10-11 Philipp HanschMerge pull request #3294 from mikerite/fix-3276
2018-10-11 Philipp HanschMerge pull request #3288 from devonhollowood/pedantic...
2018-10-11 mikeriteMerge pull request #3127 from mikerite/fix-2937
2018-10-10 Michael WrightFix #2937
2018-10-08 Philipp HanschMerge pull request #3278 from d-dorazio/fix-contributin...
2018-10-08 Oliver S̶c̶h̶n̶e̶i... Merge pull request #3282 from JoshMcguigan/excessive_pr...
2018-10-08 Philipp HanschMerge pull request #3265 from mikerite/fix-export
2018-10-08 Oliver S̶c̶h̶n̶e̶i... Merge pull request #3283 from etaoins/dont-suggest...
2018-10-08 Philipp HanschMerge pull request #3285 from devonhollowood/pedantic...
2018-10-08 Devon HollowoodFix items_after_statements for sub-functions
2018-10-07 Manish GoregaokarMerge pull request #3279 from phansch/fix_fp_in_fn_to_n...
2018-10-07 Philipp HanschMerge pull request #3273 from maccoda/master
2018-10-07 Dylan MaccoraAdding more detail to filter_map lint documentation.
2018-10-06 Manish GoregaokarMerge pull request #3269 from rust-lang-nursery/relicense
2018-10-06 Manish GoregaokarAdd license header to Rust files
2018-10-05 Philipp HanschMerge remote-tracking branch 'origin/master' into relic...
2018-10-02 Oliver S̶c̶h̶n̶e̶i... Merge pull request #3245 from JoshMcguigan/wrong_self_c...
2018-10-02 Josh McguiganCorrect false positive in wrong_self_convention lint...
2018-09-30 Philipp HanschMerge pull request #3223 from mikerite/unnecessary_filt...
2018-09-30 Michael WrightMerge branch 'master' into unnecessary_filter_map
2018-09-29 Michael WrightMerge branch 'master' into unnecessary_filter_map
2018-09-29 Michael WrightMove unnecessary_filter_map to a submodule