]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2016-03-21 Manish GoregaokarMerge pull request #727 from oli-obk/similar_names
2016-03-21 mcartonBump to 0.0.55
2016-03-20 Andre Bogusfixed the build
2016-03-20 llogiqMerge pull request #781 from badboy/patch-1
2016-03-20 Jan-Erik RedigerFix typo in new_without_default docu
2016-03-18 llogiqMerge pull request #778 from mcarton/fix-new_without_de...
2016-03-18 mcartonFix `new_without_default` with lts and generics
2016-03-18 Oliver Schneiderupdate for compiletest update
2016-03-18 Oliver Schneideruse snippet_opt and span_suggestion
2016-03-18 Oliver Schneiderimprove needless_bool to catch odd construct in non_exp...
2016-03-18 Oliver Schneidermake single char names threshold configurable
2016-03-18 Oliver Schneiderrefactor for speed
2016-03-18 Oliver Schneiderfix and rebase
2016-03-18 Oliver Schneiderrefactoring and bugfix
2016-03-18 Oliver Schneiderlint on too many single character bindings
2016-03-18 Oliver Schneidersuggest inserting underscores for simple cases
2016-03-18 Oliver Schneiderlint on binding-names that are too similar
2016-03-17 Martin CartonMerge pull request #772 from oli-obk/const_int
2016-03-17 Oliver Schneiderfix `Eq`+`Hash` for `Constant`
2016-03-17 Oliver Schneiderrefactor clippy-consts to use ConstInt
2016-03-16 Martin CartonMerge pull request #773 from mcarton/rustup
2016-03-16 mcartonBump to 0.0.54
2016-03-16 mcartonTemporary fix for rustc warning false-positive?
2016-03-16 mcartonRustup to *1.9.0-nightly (c66d2380a 2016-03-15)*
2016-03-15 Manish GoregaokarMerge pull request #767 from mcarton/fix-ice
2016-03-15 mcartonFix `conf.rs` path in `update_wiki`
2016-03-15 mcartonFix problem in PANIC_PARAMS with inner `format!`
2016-03-15 mcartonUse `span_suggestion` in `STRING_LIT_AS_BYTES`
2016-03-15 mcartonFix false positive with STRING_LIT_AS_BYTES and stringify!
2016-03-15 mcartonFix ICE in `OUT_OF_BOUNDS_INDEXING` with ranges
2016-03-15 mcartonBump to 0.0.53
2016-03-15 Martin CartonMerge pull request #769 from oli-obk/rustup
2016-03-15 Oliver 'ker... rustup const eval changes
2016-03-15 Manish GoregaokarUpdate to rustc 1.9.0-nightly (6d215fe04 2016-03-14)
2016-03-15 Manish GoregaokarRust upgrade to rustc 1.9.0-nightly (74b886ab1 2016...
2016-03-14 Martin CartonMerge pull request #764 from oli-obk/fix/cc/multi_diverge
2016-03-14 Oliver Schneiderprevent cc lint from panicking on unreachable code
2016-03-13 Manish GoregaokarMerge pull request #698 from mcarton/conf
2016-03-13 mcartonBump to 0.0.51
2016-03-12 llogiqMerge pull request #760 from mcarton/small-fix
2016-03-12 mcartonFix false-positive in `panic_params`
2016-03-12 mcartonAdd `str` to types considered by `len_zero`
2016-03-12 mcartonDogfood
2016-03-12 mcartons/Clippy.toml/clippy.toml
2016-03-12 mcartonLint function with too many arguments
2016-03-12 mcartonDon’t make conf errors fatal errors
2016-03-12 mcartonmv src/conf.rs src/utils
2016-03-12 mcartonWhite-list `third-party` in conf files
2016-03-12 mcartonRustfmt
2016-03-12 mcartonDocument the configuration file
2016-03-12 mcartonAdd a `BLACKLISTED_NAME` lint
2016-03-12 mcartonAdd configuration variables to wiki
2016-03-12 mcartonUse configuration in the `TYPE_COMPLEXITY` lint
2016-03-12 mcartonStart implementing a configuration file
2016-03-11 mcartonMerge branch 'aochagavia-indexing_slicing'
2016-03-11 mcartonSmall nits on INDEXING_SLICING
2016-03-11 Adolfo OchagavíaLint against indexing and slicing
2016-03-11 Martin CartonMerge pull request #757 from mcarton/fix-ranges
2016-03-11 mcartonFix `unsugar_range` with `..`
2016-03-11 mcartonFix punctuation in README
2016-03-11 Martin CartonMerge pull request #754 from mcarton/rustup
2016-03-11 mcartonBump to 0.0.50
2016-03-11 mcartonRustup to 1.9.0-nightly (c9629d61c 2016-03-10)
2016-03-11 Manish GoregaokarMerge pull request #742 from ctjhoa/master
2016-03-10 Camille TJHOAAdd link with clippy service
2016-03-09 Martin CartonMerge pull request #752 from mcarton/rustup
2016-03-09 mcartonBump to 0.0.49
2016-03-09 mcartonImprove the MATCH_REF_PATS suggestions
2016-03-09 mcartonHandle the new TryDesugar variant
2016-03-09 Manish GoregaokarMerge pull request #730 from mcarton/unused-labels
2016-03-08 mcartonFix types comparison
2016-03-08 mcartonRemove uses of `ast_ty_to_ty_cache`
2016-03-08 mcartonLint types with `fn new() -> Self` and no `Default...
2016-03-08 mcartonLint unused labels
2016-03-08 Martin CartonMerge pull request #751 from oli-obk/fix/cc
2016-03-08 Oliver Schneiderfix cyclomatic complexity lint triggering because of...
2016-03-08 llogiqMerge pull request #741 from martiansideofthemoon/blastoise
2016-03-08 KALPESH KRISHNAAdding symmetric lints and test cases
2016-03-07 Martin CartonMerge pull request #747 from mcarton/fix-ice
2016-03-07 mcartonBump to 0.0.48
2016-03-07 mcartonFix ICE in for_loop with globals
2016-03-07 KALPESH KRISHNAAdding underflow checks and tests
2016-03-07 KALPESH KRISHNALinting classical overflow checks.
2016-03-07 Manish GoregaokarMerge pull request #745 from mcarton/tests
2016-03-07 mcartonPut regex_macros tests in a separate feature
2016-03-07 mcartonSplit travis tests into build + test
2016-03-07 Manish GoregaokarMerge pull request #744 from mcarton/rustup
2016-03-07 mcartonBump to 0.0.47
2016-03-07 mcartonFix tests with inclusive ranges
2016-03-07 mcartonRemove bad test in for_loop
2016-03-07 mcartonRemove all ExprRange
2016-03-07 mcartonImplement struct literal equality
2016-03-06 Camille TJHOAadd clippy service badge
2016-03-06 mcartonFix dogfood
2016-03-05 Manish GoregaokarMerge branch 'pr-737'
2016-03-05 KALPESH KRISHNAWarn about calling a closure in the same expression...
2016-03-04 Manish GoregaokarMerge pull request #738 from oli-obk/improve_cc
2016-03-04 Oliver Schneidersimplify cyclomatic complexity auxiliarly value computation
2016-03-04 Martin CartonMerge pull request #736 from mcarton/vec
2016-03-04 mcartonBump to 0.0.46
next