]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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 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-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
2015-08-21 Georg Brandlall: put often used DefPaths into utils as consts
2015-08-21 Georg Brandltypes: use middle::ty types instead of ast types
2015-08-21 Georg Brandlptr_arg improvements (fixes #214)
2015-08-21 llogiqMerge pull request #212 from Manishearth/eq_op_const
2015-08-21 llogiqconst folding for eq_op
2015-08-21 llogiqconst folding for eq_op
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.ChavignatRefactored the CastPass lints.
2015-08-20 R.ChavignatFixed a little oversight.
2015-08-20 R.ChavignatSimplified reexported ast::* type paths.
2015-08-20 R.ChavignatAlso test that the CastExpr's right arm is numeric.
2015-08-20 R.ChavignatMoved allow(unknown_lints) to crate level.
2015-08-20 R.ChavignatAdded examples to lint descriptions.
2015-08-20 Manish Goregaokarbump crates to 0.0.12
2015-08-20 Manish GoregaokarMerge pull request #209 from Manishearth/where_credit_i...
2015-08-20 llogiqgive credit where credit is due
2015-08-19 R.ChavignatInitial implementation of lossy cast lints.
2015-08-19 llogiqMerge pull request #204 from Manishearth/bit-mask
2015-08-19 llogiqMerge pull request #205 from Manishearth/const
2015-08-19 llogiqMul and Div for integers
2015-08-19 llogiqfixed #203 and #197
2015-08-19 llogiqMerge pull request #202 from birkenfeld/unit_cmp
2015-08-19 Georg Brandlnew lint: comparing unit types (fixes #201)
2015-08-18 Manish GoregaokarMerge pull request #200 from Manishearth/consts
2015-08-18 llogiqre-applied birkenfeld's improvements
2015-08-18 llogiqmore small const improvements
2015-08-18 llogiqMerge pull request #198 from birkenfeld/const_enh
2015-08-18 Georg Brandlconsts: minor improvements
2015-08-18 llogiqMerge pull request #196 from birkenfeld/const_struct
2015-08-17 Georg Brandlconsts: convert to using a struct with state
2015-08-17 llogiqMerge pull request #195 from birkenfeld/impl_const_not
2015-08-17 Georg Brandlconst eval: implement ! for integers
2015-08-17 llogiqMerge pull request #194 from Manishearth/consts_neg_zero
2015-08-17 llogiqadded test and fixed negativity check in Partial{Eq...
2015-08-17 llogiqMerge pull request #193 from Manishearth/const_bitop
2015-08-17 llogiqAdded bit operations to const folding
2015-08-17 llogiqMerge pull request #192 from Manishearth/const_cmp
2015-08-17 llogiqdogfooding
2015-08-17 llogiqadded PartialEq/PartialOrd to ConstantVariant, used...
2015-08-17 llogiqMerge pull request #191 from Manishearth/fix-165
2015-08-17 llogiqmake float_cmp check for zero
2015-08-17 llogiqadded regression test for #189
2015-08-17 llogiqfix 189, fixed a few warnings, ==/!= for consts, refact...
2015-08-17 llogiqMerge pull request #190 from Manishearth/fix-189
2015-08-17 llogiqadded regression test for #189
2015-08-17 llogiqfix 189, fixed a few warnings, ==/!= for consts, refact...
2015-08-17 Manish GoregaokarMerge pull request #184 from Manishearth/identity_op
2015-08-17 Manish GoregaokarMerge pull request #186 from birkenfeld/fix
next