]> git.lizzy.rs Git - rust.git/history - README.md
Include error message in tests
[rust.git] / README.md
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...
2015-07-16 Manish GoregaokarMerge pull request #117 from Manishearth/rustup
2015-07-16 llogiqrustup, also first time clippy was used on itself,...
2015-06-17 llogiqMerge pull request #101 from ogham/patch-1
2015-06-17 Ben SRemove redundant 'redundant_closure' description
2015-06-11 llogiqMerge pull request #94 from Manishearth/unicode
2015-06-11 llogiqfirst unicode lint: zero_width_space
2015-06-07 llogiqMerge pull request #92 from Manishearth/inline_always
2015-06-06 llogiqMerge pull request #91 from michaelrutherford/master
2015-06-06 Michael RutherfordFixed spelling error
2015-06-06 llogiqMerge pull request #90 from Manishearth/bit_mask
2015-06-06 llogiqMerge pull request #89 from Manishearth/test_extension
2015-06-04 Manish GoregaokarUpdate README.md
2015-06-02 llogiqexplained recently added lints
2015-05-21 llogiqMerge pull request #63 from Manishearth/cmp_owned
2015-05-21 llogiqadded description to README
2015-05-20 llogiqMerge pull request #62 from Manishearth/len_zero_is_empty
2015-05-20 llogiqnew lints len_zero and len_without_is_empty
2015-05-18 Manish GoregaokarUpdate README.md
2015-05-18 Manish GoregaokarMerge pull request #33 from ctjhoa/master
2015-05-18 Camille TJHOASpecify languages for examples
2015-05-18 Camille TJHOAFix typo
2015-05-18 Camille TJHOAFix and improve README
2015-05-18 llogiqMerge pull request #57 from Manishearth/mut_mut
2015-05-18 llogiqNew lint: mut_mut (closes issue #9)
2015-05-15 llogiqMerge pull request #56 from Manishearth/identity_op
2015-05-15 llogiqnew lint: identity_op, refactored bit_masks a bit
2015-05-15 llogiqMerge pull request #55 from Manishearth/ineffective_bit...
2015-05-15 llogiqAdded 'ineffective bit mask' lint
2015-05-14 Manish GoregaokarUpdate README.md
2015-05-10 Manish Goregaokaroops
2015-05-10 Manish Goregaokarcrates
2015-05-10 Manish GoregaokarAdd eta reduction (fixes #29)
2015-05-06 llogiqMerge pull request #48 from Manishearth/precedence
next