]> git.lizzy.rs Git - rust.git/history - src/lib.rs
Suggest for loop instead of while-let when looping over iterators
[rust.git] / src / lib.rs
2015-10-26 Florian HartwigSuggest for loop instead of while-let when looping...
2015-10-22 Manish GoregaokarMerge pull request #405 from sanxiyn/needless-update
2015-10-22 Seo SanghyeonNew lint for struct update that has no effect
2015-10-20 Manish GoregaokarMerge pull request #401 from kvikas/match_bool
2015-10-20 Vikas KumarRan util/update_lints.py to auto gen doc and lib.rs
2015-10-20 Vikas KumarMatch on bool should be replaced with if..else block
2015-10-17 Manish GoregaokarMerge branch 'pr-394'
2015-10-17 Florian GilcherCleanup as discussed in PR
2015-10-15 Florian GilcherRegnerate README.md
2015-10-15 Florian GilcherNew lint for needless use of nightly features
2015-10-15 Andre BogusMerge branch 'master' of https://github.com/Manishearth...
2015-10-14 llogiqMerge pull request #392 from fhartwig/warn-ptr-args
2015-10-14 Florian HartwigMake ptr_arg lint warn by default
2015-10-14 Andre BogusMerged #365
2015-10-14 Andre BogusMerged #366
2015-10-14 Andre BogusMerge PR #374
2015-10-13 Manish GoregaokarMerge pull request #382 from Manishearth/empty_loop
2015-10-13 Andre Bogusnew lint to detect
2015-10-12 Manish GoregaokarMerge pull request #379 from swgillespie/zero_div_zero_nan
2015-10-12 swgillespieimplement 0.0/0.0 -> NaN lint as described in #370
2015-10-11 Manish GoregaokarMerge pull request #377 from Manishearth/rustup
2015-10-11 Manish GoregaokarRust upgrade to rustc 1.5.0-nightly (9d3e79ad3 2015...
2015-10-07 Florian HartwigAdd a lint for sized integer types in a mutex
2015-10-07 PyriphlegethonAdd "nonsensical OpenOptions" lint
2015-10-06 Florian HartwigSuggest using an atomic value instead of a Mutex where...
2015-10-06 Manish GoregaokarMerge pull request #354 from Pyriphlegethon/master
2015-09-29 PyriphlegethonAdd unnecessary mut passed lint
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-15 Manish GoregaokarMerge pull request #314 from nweston/loop-counter
2015-09-15 Nathan WestonNew lint: loop with explicit counter variable (fixes...
2015-09-15 Manish GoregaokarMerge pull request #331 from swgillespie/empty-range
2015-09-15 swgillespieimplement empty range lint as described in #330
2015-09-08 llogiqMerge pull request #321 from Manishearth/fix-319
2015-09-08 llogiqmade shadow_unrelated allow, added previous binding...
2015-09-07 llogiqMerge pull request #316 from Manishearth/mutmut
2015-09-07 Manish GoregaokarFix mut_mut false positive, make Allow (fixes #309)
2015-09-07 llogiqMerge pull request #312 from Manishearth/pub_convention
2015-09-07 llogiqsplit wrong_self_convention in pub/default visibility...
2015-09-05 llogiqMerge pull request #300 from Manishearth/minmax
2015-09-05 llogiqnew lint: min_max
2015-09-04 llogiqMerge pull request #299 from Manishearth/unicode_str
2015-09-04 llogiqUnicode lints, second attempt: Lint whole strings,...
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-09-01 Manish GoregaokarMerge pull request #272 from birkenfeld/conventions
2015-09-01 Georg Brandlnew lint: self conventions for certain method names...
2015-09-01 llogiqMerge pull request #271 from birkenfeld/lint_groups
2015-09-01 Georg Brandllib: add clippy_pedantic group with all Allow by defaul...
2015-08-31 Manish GoregaokarMerge branch 'pr-260'
2015-08-30 llogiqMerge pull request #255 from TimNN/precedence-negative...
2015-08-30 Georg Brandlnew lint: unnecessary patterns (x@_ -> x)
2015-08-30 Tim Neumannadd precedence_negative_literal lint
2015-08-30 llogiqMerge pull request #258 from birkenfeld/collect-exhaust
2015-08-30 Georg Brandlnew lint: using collect() to just exhaust an iterator
2015-08-30 Georg Brandlnew lint: loop-match-break, which could be while-let...
2015-08-27 Manish GoregaokarMerge branch 'pr-228'
2015-08-27 Manish GoregaokarMerge branch 'pr-228'
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 Manish GoregaokarMerge branch 'master' of github.com:Manishearth/rust...
2015-08-25 llogiqshadowing detection
2015-08-25 Georg Brandlnew lint: inherent methods that should be trait impls...
2015-08-24 llogiqshadowing detection
2015-08-24 llogiqMerge pull request #226 from birkenfeld/fixes
2015-08-24 llogiqMerge pull request #220 from Robzz/cast_iusize_improvements
2015-08-22 R.ChavignatMerge branch 'master' into cast_iusize_improvements
2015-08-22 R.ChavignatCompleted the implementation of *size handling.
2015-08-22 llogiqMerge pull request #216 from birkenfeld/match_pass
2015-08-22 Georg Brandlnew lint: using &Ref patterns instead of matching on...
2015-08-22 Georg Brandlmatches: new module, move single_match lint there
2015-08-22 Manish GoregaokarMerge pull request #219 from birkenfeld/type_complexity
2015-08-22 Georg Brandlnew lint: type complexity (fixes #93)
2015-08-21 llogiqMerge pull request #212 from Manishearth/eq_op_const
2015-08-21 llogiqMerge pull request #208 from Robzz/iss114
2015-08-21 R.ChavignatAdded support for isize/usize in the CastPass lint...
2015-08-20 R.ChavignatReworked the error messages for more heplfulness.
2015-08-20 R.ChavignatMoved allow(unknown_lints) to crate level.
2015-08-19 R.ChavignatInitial implementation of lossy cast lints.
2015-08-19 llogiqMerge pull request #202 from birkenfeld/unit_cmp
2015-08-19 Georg Brandlnew lint: comparing unit types (fixes #201)
2015-08-17 Manish GoregaokarMerge pull request #184 from Manishearth/identity_op
2015-08-17 Manish GoregaokarMerge pull request #186 from birkenfeld/fix
2015-08-17 Manish GoregaokarMerge pull request #185 from birkenfeld/iter_next_loop
2015-08-17 Georg Brandlnew lint: lint when iterating over any Iterator::next...
2015-08-16 llogiqMerge pull request #179 from nweston/step-by-zero
2015-08-16 Nathan WestonNew lint: Range::step_by(0) (fixes #95)
2015-08-16 Manish GoregaokarMerge pull request #180 from birkenfeld/small_changes
2015-08-16 Georg Brandladd some imports to guard against crate moves
2015-08-16 Georg Brandlall: organize imports
2015-08-14 llogiqchanged const to consts to avoid keyword, added test...
2015-08-14 llogiqMerge branch 'eta-reduction' of https://github.com...
2015-08-13 Manish GoregaokarMerge pull request #141 from Manishearth/multilinetrim
2015-08-13 Manish GoregaokarAdd trim_multiline utility (fixes #139)
2015-08-13 Manish GoregaokarMerge pull request #151 from birkenfeld/needless_bool_msg
next