]> git.lizzy.rs Git - rust.git/history - src/returns.rs
added helpful links to lints that have wiki entries
[rust.git] / src / returns.rs
2015-08-26 llogiqadded helpful links to lints that have wiki entries
2015-08-25 Manish GoregaokarMerge pull request #237 from birkenfeld/iter_fix
2015-08-25 Manish GoregaokarMerge pull request #238 from birkenfeld/to_string_fix
2015-08-25 Manish GoregaokarMerge pull request #224 from Manishearth/shadow
2015-08-25 llogiqMerge branch 'master' of https://github.com/Manishearth...
2015-08-25 llogiqMerge pull request #230 from birkenfeld/eq_op_fix
2015-08-25 Manish GoregaokarMerge branch 'master' of github.com:Manishearth/rust...
2015-08-25 Georg Brandlall: remove unneeded deref and/or ref operations
2015-08-25 Manish GoregaokarMerge pull request #235 from birkenfeld/fix
2015-08-25 Georg Brandlall: remove unneeded deref and/or ref operations
2015-08-24 llogiqshadowing detection
2015-08-17 Manish GoregaokarMerge pull request #184 from Manishearth/identity_op
2015-08-16 llogiqMerge pull request #179 from nweston/step-by-zero
2015-08-16 Manish GoregaokarMerge pull request #180 from birkenfeld/small_changes
2015-08-16 Georg Brandlall: organize imports
2015-08-13 Manish GoregaokarMerge branch 'pr-152'
2015-08-13 llogiqMerge
2015-08-13 Georg Brandlall: DRY for lint descriptions
2015-08-13 llogiqMerge branch 'const' of https://github.com/Manishearth...
2015-08-13 Manish GoregaokarMerge branch 'pr-149'
2015-08-13 Manish GoregaokarMerge branch 'pr-140'
2015-08-13 Manish GoregaokarMerge pull request #147 from birkenfeld/forloop
2015-08-13 Georg Brandlif_let_chain: allow mixing in normal ifs as well
2015-08-12 Manish GoregaokarMerge pull request #135 from birkenfeld/consistent_msgs
2015-08-12 Georg Brandlall: make style of lint messages consistent
2015-08-12 Manish GoregaokarMerge pull request #134 from birkenfeld/if_let_chain_macro
2015-08-12 Georg Brandlutils: implement if_let_chain macro as suggested by...
2015-08-11 Manish GoregaokarMerge pull request #132 from birkenfeld/let_and_return
2015-08-11 Georg Brandlnew lint for "let x = EXPR; x" at the end of functions...
2015-08-11 Georg Brandlmove NeedlessReturn pass out to its own module and...