]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2015-09-20 Georg Brandlgeneralize let_and_return for any block (closes #340)
2015-09-19 Manish GoregaokarUpdate README.md
2015-09-19 Georg BrandlFix stray backquote.
2015-09-19 Manish Goregaokarfix dogfood
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 Georg Brandlfix indentation
2015-09-17 Georg Brandlref matches: false positive with only wildcard pattern...
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 WestonCheck for mutable borrow of counter variable
2015-09-15 Nathan WestonImprove lint message
2015-09-15 Nathan WestonAdd is_integer_literal utility function
2015-09-15 Nathan WestonNew lint: loop with explicit counter variable (fixes...
2015-09-15 llogiqMerge pull request #332 from Manishearth/step_by
2015-09-15 llogiqadded fp test against negative .step_by(_)
2015-09-15 Manish GoregaokarMerge pull request #331 from swgillespie/empty-range
2015-09-15 swgillespieuse the constant folder to generalize the lint a little...
2015-09-15 swgillespieimplement empty range lint as described in #330
2015-09-11 Manish GoregaokarMerge pull request #328 from Manishearth/falsepositives
2015-09-11 llogiqremoved expensive crate check from approx_const
2015-09-11 llogiqless false positives for approx_const and float_cmp
2015-09-10 llogiqMerge pull request #326 from Manishearth/fix-323
2015-09-10 llogiqadditional macro check + more tests
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 llogiqdamn autocorrect
2015-09-07 llogiqreplace if let by equality check
2015-09-07 llogiqsplit wrong_self_convention in pub/default visibility...
2015-09-06 Manish GoregaokarMerge pull request #310 from Manishearth/len_zero
2015-09-06 Andre Bogusde-closured the item name getter
2015-09-06 Andre Bogusfix false positive len_zero in is_empty()
2015-09-06 llogiqMerge pull request #308 from Manishearth/unit_cmp
2015-09-06 Andre Bogusfixed build
2015-09-06 Andre Bogusmacro check for 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-06 llogiqMerge pull request #303 from inrustwetrust/master
2015-09-06 inrustwetrustDon't show the explicit_iter_loop lint for arrays with...
2015-09-06 llogiqMerge pull request #302 from Manishearth/macro
2015-09-06 Andre Bogusdogfooding a newly caught problem
2015-09-06 Andre BogusMore strict macro check
2015-09-06 Manish Goregaokarbump
2015-09-05 llogiqMerge pull request #300 from Manishearth/minmax
2015-09-05 llogiqadded test against const lookup
2015-09-05 llogiqupdate_lints
2015-09-05 llogiqMade min_max `Warn` by default
2015-09-05 llogiqhir naming, removed lookup, match full path
2015-09-05 llogiqnew lint: min_max
2015-09-04 llogiqMerge pull request #299 from Manishearth/unicode_str
2015-09-04 llogiqfixed dogfood by using snippet instead of the (escaped...
2015-09-04 Manish GoregaokarAdd false positive checks to unicode test
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-04 Georg Brandlmethods: allow &mut self for as_ methods
2015-09-03 Manish GoregaokarUpdate rust to 0efb9dab8c7c07fa28e9df0eccc5c07ea3c17fbb...
2015-09-03 Manish GoregaokarMerge pull request #290 from Manishearth/float-cmp
2015-09-03 llogiqalso ignore functions
2015-09-02 Manish GoregaokarMerge pull request #286 from Manishearth/fix-ice
2015-09-02 Manish GoregaokarFix ICE
2015-09-02 Georg BrandlMerge pull request #285 from Manishearth/contains_self
2015-09-02 Georg Brandlshadow: complete coverage of "contains_self" checker
2015-09-02 llogiqMerge pull request #284 from birkenfeld/is_methods
2015-09-02 Georg Brandlmethods: allow multiple self kinds for "is_" methods
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-02 llogiqMerge pull request #280 from Manishearth/fx-279
2015-09-02 Manish GoregaokarOnly handle ranges starting with 0 for needless_range_l...
2015-09-02 Manish GoregaokarMerge pull request #276 from Manishearth/float_cmp
2015-09-02 llogiqcheck item name for eq, fixes #268
2015-09-02 llogiqMerge pull request #275 from Manishearth/shadow
2015-09-02 llogiqreporting improvements
2015-09-02 llogiqmatch region patterns
2015-09-02 llogiqMerge branch 'shadow' of https://github.com/Manishearth...
2015-09-02 llogiqextended pattern matching
2015-09-02 llogiqextended pattern matching
2015-09-01 llogiqextended pattern matching
2015-09-01 Manish GoregaokarMerge pull request #274 from birkenfeld/copy_fix
2015-09-01 Georg Brandlmethods: try to allow value self when type is Copy...
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-09-01 llogiqMerge pull request #270 from jedisct1/nightly
2015-09-01 Frank DenisFnKind::FkClosure -> FnKind::Closure
2015-08-31 Manish GoregaokarMerge branch 'pr-260'
2015-08-31 llogiqMerge pull request #264 from birkenfeld/fix2
2015-08-31 Georg Brandllifetimes lint: walk type bounds as well as types ...
2015-08-31 llogiqMerge pull request #263 from birkenfeld/fix
2015-08-31 Georg Brandlloops: fix false positives with explicit_iter_loop...
2015-08-31 Georg Brandlloops: remove debugging print
next