]> git.lizzy.rs Git - rust.git/history - src/lib.rs
Updated lints with script
[rust.git] / src / lib.rs
2016-04-02 Taylor CramerUpdated lints with script
2016-04-02 Taylor CramerInitial attempt at linting invalid upcast comparisons
2016-03-31 Martin CartonMerge pull request #821 from mcarton/rustup
2016-03-31 mcartonRustup to 1.9.0-nightly (30a3849f2 2016-03-30)
2016-03-30 llogiqMerge pull request #790 from oli-obk/bool_opt
2016-03-30 Oliver Schneidermake `nonminimal_bool` allow-by-default
2016-03-29 Oliver Schneiderupdate lints
2016-03-29 Oliver Schneiderbetter simplification
2016-03-28 llogiqMerge pull request #780 from mcarton/doc
2016-03-28 mcartonAdd a lint for bad documentation formatting
2016-03-28 mcartonFix some spelling mistakes here and there
2016-03-28 llogiqMerge pull request #801 from mcarton/transmute
2016-03-28 mcartonLint transmute from ptr to ref
2016-03-24 llogiqMerge pull request #797 from cramertj/master
2016-03-24 Taylor CramerAdded crosspointer transmute error and tests
2016-03-24 Manish GoregaokarMerge pull request #795 from mcarton/deprecated
2016-03-24 mcartonDeprecates 4 lints
2016-03-21 Manish GoregaokarMerge pull request #727 from oli-obk/similar_names
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 Schneiderlint on too many single character bindings
2016-03-18 Oliver Schneiderlint on binding-names that are too similar
2016-03-15 Martin CartonMerge pull request #769 from oli-obk/rustup
2016-03-15 Manish GoregaokarUpdate to rustc 1.9.0-nightly (6d215fe04 2016-03-14)
2016-03-13 Manish GoregaokarMerge pull request #698 from mcarton/conf
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 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 Manish GoregaokarMerge pull request #742 from ctjhoa/master
2016-03-09 Manish GoregaokarMerge pull request #730 from mcarton/unused-labels
2016-03-08 mcartonLint types with `fn new() -> Self` and no `Default...
2016-03-08 mcartonLint unused labels
2016-03-08 llogiqMerge pull request #741 from martiansideofthemoon/blastoise
2016-03-07 KALPESH KRISHNALinting classical overflow checks.
2016-03-05 Manish GoregaokarMerge branch 'pr-737'
2016-03-05 KALPESH KRISHNAWarn about calling a closure in the same expression...
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-27 mcartonLint `foo = bar; bar = foo` sequences
2016-02-27 llogiqMerge pull request #720 from mcarton/formatting
2016-02-27 mcartonAdd a lint about suspiciously formatted `else if`
2016-02-27 mcartonAdd a lint about suspiciously formatted `=@` ops
2016-02-26 llogiqMerge pull request #689 from mcarton/entries
2016-02-21 Martin CartonMerge pull request #690 from quininer/fix-nightly
2016-02-21 llogiqMerge pull request #692 from mcarton/format
2016-02-20 mcartonLint about `format!("{}", foo)`
2016-02-20 mcartonLint about usage of `format!("string literal")`
2016-02-20 mcartonBuild the import lint in update_lints.py
2016-02-18 Manish GoregaokarMerge pull request #688 from Manishearth/fix-671
2016-02-18 Manish GoregaokarMerge pull request #673 from oli-obk/fix/665
2016-02-18 Manish GoregaokarMerge pull request #664 from Manishearth/fix_regex
2016-02-17 Martin CartonMerge pull request #679 from mcarton/rustup
2016-02-16 llogiqMerge pull request #669 from shssoichiro/single-char...
2016-02-15 Manish GoregaokarMerge pull request #676 from mcarton/hash_eq
2016-02-15 mcartonMake DERIVE_HASH_NOT_EQ symmetric
2016-02-15 Joshua HolmerLint single-character strings as P: Pattern args
2016-02-14 llogiqremove Visitor from regex_macro
2016-02-14 llogiqMerge pull request #662 from mcarton/#601
2016-02-13 llogiqMerge pull request #654 from mcarton/new
2016-02-13 mcartonLint about `new` methods not returning `Self`
2016-02-12 Manish GoregaokarMerge branch 'master' of github.com:Manishearth/rust...
2016-02-12 llogiqMerge pull request #647 from mcarton/copies2
2016-02-12 mcartonMerge branch 'master' into copies2
2016-02-12 mcartonAdd the MATCH_SAME_ARMS lint
2016-02-12 llogiqMerge pull request #637 from mcarton/debug
2016-02-10 Manish GoregaokarMerge branch 'pr-645'
2016-02-09 mcartonLint usage of `Debug`-based formatting
2016-02-09 Joshua HolmerUpdate lints
2016-02-09 Manish GoregaokarMerge branch 'pr-613'
2016-02-09 Joshua Holmerlint comparison to bool (e.g. `y == true`)
2016-02-09 Manish GoregaokarMerge pull request #642 from Manishearth/regex_macro
2016-02-08 llogiqMerge remote-tracking branch 'origin/master' into regex...
2016-02-08 llogiqfix #595
2016-02-07 llogiqMerge pull request #603 from mcarton/copies
2016-02-07 mcartonLint ifs with the same then and else blocks
2016-02-07 mcartonLint about consecutive ifs with same condition
2016-02-07 Manish GoregaokarMerge branch 'pr-581'
2016-02-06 Manish GoregaokarMerge pull request #623 from mcarton/redundant
2016-02-05 Manish GoregaokarMerge pull request #622 from mcarton/regex
2016-02-05 mcartonLint about trivial regexes
2016-02-05 llogiqMerge pull request #564 from mcarton/hashmap
2016-02-05 mcartonLint looping on maps ignoring the keys or values
2016-02-05 Manish GoregaokarMerge pull request #619 from Manishearth/regex_syntax
2016-02-05 llogiqMerge branch 'master' into regex_syntax
2016-02-05 llogiqfixed span position and README
2016-02-05 llogiqMerge pull request #621 from Manishearth/double-ref
next