]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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
2016-03-04 mcartons/ctxt/TyCtxt
2016-03-03 mcarton`vec!` now uses `box`
2016-03-03 Martin CartonMerge pull request #733 from Manishearth/rustup
2016-03-02 Manish GoregaokarBump to 0.0.45
2016-03-02 Manish GoregaokarRust upgrade to 2016-03-02 nightly
2016-02-29 Manish GoregaokarMerge pull request #726 from Manishearth/fmt
2016-02-29 Manish Goregaokarrustfmt
2016-02-29 Manish GoregaokarMerge pull request #725 from oli-obk/swap_if_arms
2016-02-29 Oliver Schneiderlint ! and != in if expressions with else branches
2016-02-29 llogiqMerge pull request #710 from oli-obk/enum_disrc_portability
2016-02-29 Oliver Schneiderlint unportable clike enum discriminants
2016-02-28 llogiqMerge pull request #721 from mcarton/while_let_loop
2016-02-28 llogiqMerge pull request #723 from mcarton/swap
2016-02-28 mcartonLint manual swaps
2016-02-28 mcartonFix wrong suggestion in `WHILE_LET_LOOP`
2016-02-27 mcartonLint `foo = bar; bar = foo` sequences
2016-02-27 llogiqMerge pull request #720 from mcarton/formatting
2016-02-27 mcartonCleanup
2016-02-27 mcartonFix (new?) rustc warnings
2016-02-27 mcartonAdd a lint about suspiciously formatted `else if`
2016-02-27 mcartonAdd a lint about suspiciously formatted `=@` ops
2016-02-26 Martin CartonMerge pull request #711 from mcarton/hashmap
2016-02-26 mcartonFix false positive in `FOR_KV_MAP` and `&mut` refs
2016-02-26 llogiqMerge pull request #689 from mcarton/entries
2016-02-24 Manish GoregaokarMerge branch 'pr-704'
2016-02-24 llogiqMerge pull request #706 from mcarton/and_then
2016-02-24 mcartonUse `span_suggestion` in loops lints
2016-02-24 mcartonMacro check `len_zero`
2016-02-24 mcartonUse `span_suggestion` in `len_zero`
2016-02-24 mcartonRustfmt and sort all `use` items
2016-02-22 mcartonBump to 0.0.44
2016-02-22 Martin CartonMerge pull request #701 from mcarton/fix-700
2016-02-22 mcartonFix ICE with match_def_path
2016-02-22 Martin CartonMerge pull request #699 from mcarton/format
2016-02-22 mcartonLimit `USELESS_FORMAT` with args to string args
2016-02-21 Manish GoregaokarBump to 0.0.43
2016-02-21 Martin CartonMerge pull request #690 from quininer/fix-nightly
2016-02-21 mcartonFix `USELESS_FORMAT` wiki
2016-02-21 llogiqMerge pull request #692 from mcarton/format
2016-02-20 mcartonSmall cleanup
2016-02-20 mcartonLint about `format!("{}", foo)`
2016-02-20 mcartonReplace all `format!("{}", foo)` calls
2016-02-20 mcartonLint about usage of `format!("string literal")`
2016-02-20 mcartonRemove all use of `format!("string literal")`
2016-02-20 mcartonBuild the import lint in update_lints.py
2016-02-18 quininer kelfix nightly
2016-02-18 Manish GoregaokarMerge pull request #688 from Manishearth/fix-671
2016-02-18 mcartonImprove the `MAP_ENTRY` lint
2016-02-18 llogiqimprove str_add_assign lint description
2016-02-18 Martin CartonMerge pull request #687 from oli-obk/fix_glob_enum_use
2016-02-18 Oliver Schneiderfix enum glob use (again)
2016-02-18 Manish GoregaokarMerge pull request #673 from oli-obk/fix/665
2016-02-18 Manish GoregaokarBump and publish to 0.0.41 (fix #683)
next