]> git.lizzy.rs Git - rust.git/history - src/needless_bool.rs
Remove * dep
[rust.git] / src / needless_bool.rs
2015-12-17 Manish GoregaokarMerge pull request #494 from sanxiyn/suggestion-2
2015-12-11 Manish GoregaokarMerge pull request #492 from Manishearth/wiki
2015-12-11 llogiqadded wiki comments + wiki-generating python script
2015-11-17 Manish GoregaokarMerge pull request #458 from sanxiyn/rustfmt
2015-11-17 Seo Sanghyeonrustfmt a little
2015-11-17 Manish GoregaokarMerge pull request #457 from sanxiyn/match-block-comma
2015-11-17 Seo SanghyeonRemove trailing commas in match arms with blocks
2015-09-19 Manish GoregaokarUpgrade Rust to rustc 1.5.0-nightly (cff041170 2015...
2015-09-17 llogiqMerge pull request #337 from Manishearth/indentfix
2015-09-17 llogiqMerge pull request #336 from Manishearth/issue335
2015-09-17 Manish GoregaokarRustup to rustc 1.5.0-nightly (fc4d566b4 2015-09-16)
2015-09-04 Manish GoregaokarMerge pull request #298 from birkenfeld/as_mut
2015-09-04 Manish GoregaokarMerge pull request #295 from Manishearth/hir3
2015-09-03 Manish GoregaokarUpdate rust to 0efb9dab8c7c07fa28e9df0eccc5c07ea3c17fbb...
2015-08-27 Manish GoregaokarMerge branch 'pr-228'
2015-08-27 Manish GoregaokarMerge branch 'pr-228'
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-22 R.ChavignatMerge branch 'master' into cast_iusize_improvements
2015-08-22 llogiqMerge pull request #216 from birkenfeld/match_pass
2015-08-22 Georg Brandl&-matches: dogfood fixes!
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-14 llogiqMerge branch 'eta-reduction' of https://github.com...
2015-08-13 Manish GoregaokarMerge pull request #151 from birkenfeld/needless_bool_msg
2015-08-13 Georg Brandlspelling fix, rework needless_bool with snippet (fixes...
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 Georg Brandltests: use fragment of lint text for error checking
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-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-07-26 Manish GoregaokarBasic framework for structured logging
2015-07-16 Manish GoregaokarMerge pull request #117 from Manishearth/rustup
2015-07-16 llogiqrustup, also first time clippy was used on itself,...
2015-05-04 llogiqAdded check for zero bitmask and uncommon directions...
2015-05-01 llogiqnew lint: needless_bool (TODO: The warnings could give...