]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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
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-30 llogiqMerge pull request #254 from birkenfeld/lifetimes-where
2015-08-30 Georg Brandllifetimes lint: take "where" clauses into account ...
2015-08-28 llogiqMerge pull request #248 from Manishearth/rustup
2015-08-28 llogiqrustup, the ExpnInfo stuff changed
2015-08-27 Manish GoregaokarMerge pull request #247 from Manishearth/links
2015-08-27 llogiqMerge branch 'master' of https://github.com/Manishearth...
2015-08-27 Manish GoregaokarMerge branch 'pr-228'
2015-08-27 Manish GoregaokarMerge branch 'pr-228'
2015-08-27 llogiqMerge pull request #246 from Manishearth/macro
2015-08-26 Manish Goregaokarappease the dogfood gods
2015-08-26 Manish GoregaokarMore macro checks
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 llogiqMerge pull request #245 from birkenfeld/eta_unsafe
2015-08-26 Georg Brandleta_reduction: fix false positive for unsafe fns (fixes...
2015-08-26 llogiqAdded automatic links to wiki for all lints.
2015-08-26 Manish GoregaokarMerge pull request #241 from Manishearth/links
2015-08-26 llogiqadded helpful links to lints that have wiki entries
2015-08-25 llogiqMerge pull request #240 from Manishearth/shadow_scope
2015-08-25 llogiqcorrect scoping for shadow lints
2015-08-25 Manish GoregaokarMerge pull request #237 from birkenfeld/iter_fix
2015-08-25 Frank DenisChanges for rust-nightly after #27856
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 llogiqfixed false positives on structs/enum variants
2015-08-25 llogiqMerge branch 'master' of https://github.com/Manishearth...
2015-08-25 llogiqshadowing detection
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 Brandlmethods: suggest correct replacement for `to_string...
2015-08-25 Georg Brandlloops: use a whitelist for the "x.iter() -> &x" lint...
2015-08-25 llogiqshadowing detection
2015-08-25 Georg Brandlall: remove unneeded deref and/or ref operations
2015-08-25 Georg Brandlcollapsible_if: remove extraneous note output
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-25 llogiqMerge pull request #233 from birkenfeld/fix
2015-08-25 llogiqshadowing detection
2015-08-25 Georg Brandlcollapsible_if: remove extraneous note output
2015-08-25 llogiqMerge pull request #231 from birkenfeld/to_string_hint
2015-08-25 Georg Brandlmethods: people might be using to_string() to make...
2015-08-25 Georg Brandleq_op: cut back to expressions that are guaranteed...
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-23 Georg Brandlranges: remove unneeded as_str()
2015-08-23 Georg Brandlutils: extract utility method for matching trait method...
2015-08-23 R.ChavignatRefactored CastPass.
2015-08-22 R.ChavignatMerge branch 'master' into cast_iusize_improvements
2015-08-22 R.ChavignatCompleted the implementation of *size handling.
2015-08-22 R.ChavignatUpdated test case for cast lints.
2015-08-22 llogiqMerge pull request #216 from birkenfeld/match_pass
2015-08-22 Manish GoregaokarMerge pull request #222 from birkenfeld/type_complexity
2015-08-22 Georg Brandlmatches: special message for this case
2015-08-22 Georg Brandl&-matches: dogfood fixes!
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 Georg Brandltypes: check for macros in type complexity check
2015-08-22 Manish GoregaokarMerge pull request #221 from Manishearth/fix_const
2015-08-22 Manish GoregaokarFix doubleborrow of refcell in consts.rs
2015-08-22 Manish GoregaokarMerge pull request #219 from birkenfeld/type_complexity
2015-08-22 Georg Brandlnew lint: type complexity (fixes #93)
2015-08-22 Georg Brandlptr_arg: fix panic when pattern type is not in tcx
2015-08-22 Manish GoregaokarMerge pull request #215 from birkenfeld/type_improvements
2015-08-22 R.ChavignatCasts : work in progress handling *size separately
2015-08-21 Georg Brandlutils: add match_type() helper function
next