]> git.lizzy.rs Git - rust.git/history - tests
prevent panic in enum glob import lint if a crate's elements are glob imported
[rust.git] / tests /
2016-02-08 Oliver Schneiderprevent panic in enum glob import lint if a crate's...
2016-02-07 llogiqMerge pull request #603 from mcarton/copies
2016-02-07 mcartonAdd `-` and `/` to EQ_OP
2016-02-07 mcartonImprove is_exp_equal
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 #631 from mcarton/regex
2016-02-06 mcartonFix false negative in TRIVIAL_REGEX
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 mcartonFix case conventions
2016-02-05 llogiqMerge pull request #564 from mcarton/hashmap
2016-02-05 mcartonCheck for pattern use in FOR_KV_MAP
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
2016-02-05 Manish GoregaokarTest for double-ref lint
2016-02-04 llogiqnew regex syntax lint, fixes #597
2016-02-03 Manish GoregaokarMerge pull request #614 from mcarton/#604
2016-02-03 Oliver Schneiderwarn on `use`ing all variants of an enum
2016-02-03 mcartonFix confusing message for STRING_TO_STRING
2016-02-02 Manish GoregaokarMerge branch 'pr-593'
2016-02-02 Manish GoregaokarMerge pull request #602 from mcarton/#594
2016-02-02 mcartonAdd a lint about using `clone` on `Copy` types
2016-02-02 llogiqMerge pull request #610 from inrustwetrust/drop_ref_lint
2016-02-02 inrustwetrustAdd lint to warn for calls to `std::mem::drop` with...
2016-02-01 Manish GoregaokarMerge pull request #611 from Manishearth/fix-606
2016-02-01 llogiqfixed #606
2016-02-01 llogiqMerge pull request #609 from oli-obk/prefixed_enum_variants
2016-02-01 llogiqMerge pull request #608 from sanxiyn/escape-closure-arg
2016-02-01 Oliver Schneiderfallout
2016-02-01 Seo SanghyeonSkip escape analysis for closure arguments
2016-02-01 Manish GoregaokarMerge pull request #579 from oli-obk/single_match_else
2016-02-01 Oliver 'ker' Schneiderlint on single match expressions with a value in the...
2016-01-31 Manish GoregaokarMerge pull request #607 from Manishearth/fix-528
2016-01-31 llogiqfixed #528
2016-01-30 scurestAdd a lint to suggest uint == 0 over uint <= 0
2016-01-30 llogiqMerge branch 'devonhollowood-for-loop-over-option'
2016-01-30 llogiqMerge pull request #599 from mcarton/lt
2016-01-29 Devon HollowoodAdd for_loop_over_result lint
2016-01-29 mcartonFix false positive in NEEDLESS_LIFETIMES
2016-01-29 llogiqMerge pull request #589 from mcarton/vec
2016-01-29 mcartonAdd a lint to warn about &vec![_] if &[_] would do
2016-01-29 Devon HollowoodAdd for_loop_over_option lint
2016-01-28 Manish GoregaokarMerge pull request #549 from mcarton/ifs
2016-01-28 llogiqMerge pull request #586 from mcarton/print
2016-01-28 mcartonAdd a lint to warn about use of `print{,ln}!`
2016-01-27 Manish GoregaokarMerge pull request #582 from Manishearth/extend
2016-01-27 llogiqMerge master and re-run update_lints.py
2016-01-27 Manish GoregaokarMerge pull request #585 from fhartwig/char-lit-as-u8
2016-01-27 Florian HartwigAdd a lint for casts from char literals to u8
2016-01-27 llogiqfixed and extended tests
2016-01-27 llogiqfixed suggestion for iter case
2016-01-26 llogiqfixed argument check
2016-01-25 llogiqadded more test, now works with vecs and iter
2016-01-25 llogiqextend_from_slice lint
2016-01-24 llogiqMerge pull request #580 from mcarton/derive
2016-01-24 mcartonLint explicit Clone implementations on Copy type
2016-01-24 Manish GoregaokarMerge pull request #577 from oli-obk/items_after_statements
2016-01-24 Oliver 'ker' Schneiderlint on items following statements
2016-01-22 Manish GoregaokarMerge branch 'rustup'
2016-01-22 Manish GoregaokarMerge pull request #571 from mcarton/hash_eq
2016-01-21 mcartonAdd a lint about deriving Hash and implementing PartialEq
2016-01-20 llogiqMerge pull request #566 from mcarton/starts_with
2016-01-20 mcartonAdd a lint for starts_with
2016-01-20 llogiqMerge pull request #565 from mcarton/or_fun_call
2016-01-20 mcartonHandle Entry types in OR_FUN_CALL lint
2016-01-19 llogiqMerge pull request #562 from fhartwig/str-lit-as-bytes
2016-01-19 Florian HartwigAdd lint for "string literal".as_bytes()
2016-01-18 llogiqMerge pull request #559 from mcarton/redundant_closure
2016-01-18 mcartonFix redundant_closure false positive
2016-01-18 llogiqMerge pull request #557 from mcarton/cmp_owned
2016-01-18 mcartonCheck types in the CMP_OWNED lint
2016-01-18 Manish GoregaokarMerge pull request #556 from mcarton/or_fun_call
2016-01-18 mcartonAdd a test for the OR_FUN_CALL lint
2016-01-18 mcartonUpdate to rustc 1.7.0-nightly (d0bac3f14 2016-01-18)
2016-01-18 mcartonImprove OR_FUN_CALL to suggest unwrap_or_default
2016-01-17 Manish GoregaokarMerge pull request #555 from fhartwig/elision-fix
2016-01-17 Florian HartwigFix another false positive in lifetime elision lint
2016-01-16 mcartonAdd a lint to warn about call to `.*or(foo(..))`
2016-01-15 llogiqMerge pull request #523 from sanxiyn/escape-arg
2016-01-15 llogiqMerge pull request #551 from fhartwig/unused-lifetimes-fix
2016-01-14 Manish GoregaokarMerge pull request #552 from mcarton/for_loop
2016-01-14 mcartonAdd a test for #398
2016-01-14 mcartonHandle more iterator adapter cases in for loops
2016-01-14 Florian HartwigConsider lifetime in self paramter in unused_lifetime...
2016-01-13 mcartonLint about `else { if .. }` with useless braces
2016-01-13 Manish GoregaokarMerge pull request #548 from mcarton/fixes
2016-01-13 mcartonUse span_suggestion in ENTRY lint
2016-01-13 mcartonAdd BTreeMap to the HASHMAP_ENTRY rule
2016-01-13 Manish GoregaokarMerge pull request #547 from mcarton/single_match
2016-01-13 mcartonAdd known enums to SINGLE_MATCH
2016-01-09 Manish GoregaokarMerge pull request #543 from Manishearth/semver
2016-01-09 llogiqadded semver lint
2016-01-04 Manish GoregaokarMerge pull request #513 from mcarton/entries
2016-01-03 mcartonAdd better error messages for HashMapLint
next