]> git.lizzy.rs Git - rust.git/history - README.md
Update README.md
[rust.git] / README.md
2015-09-19 Manish GoregaokarUpdate README.md
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-10 llogiqMerge pull request #325 from durka/patch-1
2015-09-10 Alex Burkalink to wiki
2015-09-10 Alex Burkaadd warning about different rustc versions
2015-09-10 Manish Goregaokaradd cargo clippy link
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-06 llogiqMerge pull request #308 from Manishearth/unit_cmp
2015-09-06 Manish GoregaokarMerge pull request #304 from Manishearth/bit_mask
2015-09-06 Andre Bogusfixed bad_bit_mask false positive
2015-09-05 llogiqMerge pull request #300 from Manishearth/minmax
2015-09-05 llogiqupdate_lints
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-02 Georg BrandlMerge pull request #283 from birkenfeld/wording
2015-09-02 Georg Brandldon't say "did you mean to" - use the standard "conside...
2015-09-01 Manish GoregaokarMerge pull request #272 from birkenfeld/conventions
2015-09-01 Georg Brandlnew lint: self conventions for certain method names...
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-26 Manish GoregaokarMerge pull request #239 from jedisct1/nightly
2015-08-26 Manish GoregaokarMerge pull request #242 from Manishearth/autolink
2015-08-26 llogiqAdded automatic links to wiki for all lints.
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 #227 from Manishearth/readme
2015-08-24 llogiqimproved README, added lint counter
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 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-20 R.ChavignatReworked the error messages for more heplfulness.
2015-08-20 R.ChavignatAdded examples to lint descriptions.
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-15 llogiqMerge pull request #174 from birkenfeld/small_fixes
2015-08-15 Georg Brandlmethods: allow Option.unwrap by default
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 Manish GoregaokarMerge pull request #158 from birkenfeld/iter_methods
2015-08-13 Georg Brandlnew lint: looping over x.iter() or x.iter_mut() (fixes...
2015-08-13 llogiqMerge pull request #154 from birkenfeld/travis_check_script
2015-08-13 Georg Brandlupdate_lints: add a check mode for travis runs
2015-08-13 Manish GoregaokarMerge branch 'pr-152'
2015-08-13 llogiqMerge
2015-08-13 llogiqadded string_add lint and fixed string_add_assign ...
2015-08-13 llogiqimproved string_add/string_add_assign messages, Allow...
2015-08-13 Georg Brandlall: DRY for lint descriptions
2015-08-13 llogiqMerge branch 'const' of https://github.com/Manishearth...
2015-08-12 Manish GoregaokarUpdate README.md
2015-08-12 llogiqadded string_add lint and fixed string_add_assign ...
2015-08-12 Manish GoregaokarMerge pull request #134 from birkenfeld/if_let_chain_macro
2015-08-12 Manish GoregaokarMerge pull request #133 from birkenfeld/readme_fix
2015-08-12 Georg BrandlREADME: update lint output
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 Manish GoregaokarMerge pull request #130 from birkenfeld/use_help
2015-08-11 Manish GoregaokarMerge pull request #131 from birkenfeld/readme_update
2015-08-11 Georg BrandlREADME: update with recently added lints
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-08-07 llogiqMerge pull request #122 from Manishearth/strings
2015-08-05 llogiqNew string_add_assign lint (first part of #121), also...
next