]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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 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-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 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
2015-08-17 Manish GoregaokarMerge pull request #185 from birkenfeld/iter_next_loop
2015-08-17 Georg Brandlloops: fix two trailing periods in lint msgs
2015-08-17 Georg Brandlnew lint: lint when iterating over any Iterator::next...
2015-08-16 llogiqmade is_negative(..) public (+doctest), fixed identity_...
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-16 llogiqcopied over cmp_owned fix from master
2015-08-16 llogiqdogfooding, part 2
2015-08-16 llogiqdogfooded
2015-08-16 llogiqWith working test now
2015-08-16 Manish Goregaokarrestrict toplevel_ref_arg to only functions (fixes...
2015-08-16 Manish GoregaokarMerge pull request #180 from birkenfeld/small_changes
2015-08-16 Georg Brandladd some imports to guard against crate moves
2015-08-16 Georg Brandlall: organize imports
2015-08-16 Georg Brandlall: remove unneeded as_str() calls for ast::Name
2015-08-15 Manish GoregaokarMerge pull request #177 from birkenfeld/if_let_mini_fix
2015-08-15 llogiqMerge pull request #178 from birkenfeld/dogfood_shebang
2015-08-15 Georg Brandlutil: make dogfood executable and give it a shebang
2015-08-15 Georg Brandlmisc: fix check for unit body in "match -> if let"...
2015-08-15 Manish GoregaokarMerge pull request #176 from birkenfeld/static_lt_fix
next