]> git.lizzy.rs Git - rust.git/history - README.md
prevent panic in enum glob import lint if a crate's elements are glob imported
[rust.git] / README.md
2016-02-07 llogiqMerge pull request #603 from mcarton/copies
2016-02-07 mcartonFix typo
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
2016-02-05 Manish GoregaokarLint on cloning double pointer
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 #612 from inrustwetrust/drop_ref_lint
2016-02-02 inrustwetrustFix typo in drop_ref lint description.
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 llogiqMerge pull request #609 from oli-obk/prefixed_enum_variants
2016-02-01 Oliver Schneideradd lint to check for enums where all variants have...
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-30 scurestAdd a lint to suggest uint == 0 over uint <= 0
2016-01-30 llogiqMerge branch 'devonhollowood-for-loop-over-option'
2016-01-29 Devon HollowoodAdd for_loop_over_result lint
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 HartwigMake update_lints script accept digits in lint names
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-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 Manish GoregaokarMerge pull request #556 from mcarton/or_fun_call
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-13 mcartonLint about `else { if .. }` with useless braces
2016-01-13 Manish GoregaokarMerge pull request #548 from mcarton/fixes
2016-01-13 mcartonAdd BTreeMap to the HASHMAP_ENTRY rule
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 mcartonImplement a HashMapLint
2016-01-03 Manish GoregaokarMerge branch 'pr-538'
2016-01-03 Manish Goregaokarfixups
2016-01-03 Guillaume GomezAdd new lint on function naming check (the '_')
2016-01-02 Manish GoregaokarMerge pull request #537 from GuillaumeGomez/fields_test
2016-01-02 llogiqMerge pull request #520 from mcarton/#471
2016-01-02 mcartonMerge branch 'master' of https://github.com/Manishearth...
2016-01-02 Manish GoregaokarImprove documentation on match_ref_pats (fixes #532)
2015-12-31 Manish GoregaokarMerge pull request #524 from devonhollowood/iterator...
2015-12-30 Devon HollowoodAdd SEARCH_IS_SOME lint
2015-12-29 Devon HollowoodAdd FILTER_NEXT lint
2015-12-23 mcartonFix #518
2015-12-23 mcartonUpdate README
2015-12-22 Manish GoregaokarMerge pull request #509 from mcarton/array-indexing
2015-12-21 mcartonImplement #364
2015-12-19 Manish GoregaokarMerge pull request #499 from devonhollowood/underscore_...
2015-12-13 Devon HollowoodRun update_lints.py
2015-12-08 Andre Bogusupdated lints
2015-12-07 llogiqMerge pull request #483 from Manishearth/bored
2015-12-07 Manish GoregaokarMerge branch 'pr-482'
2015-12-07 Guillaume GomezAdd check on redundant _ bindings in structs
2015-12-07 Manish GoregaokarAdd lint for unused lifetimes (fixes #459)
2015-12-06 Manish GoregaokarMerge pull request #481 from fhartwig/lifetime-with...
2015-12-04 llogiqMerge pull request #477 from Manishearth/escape
2015-12-04 Manish GoregaokarRudimentary escape analysis for Box<T>
2015-12-03 llogiqMerge pull request #460 from oli-obk/cyclomatic_complexity
2015-12-03 Oliver Schneidercompute cyclomatic complexity (adjusted to not punish...
2015-11-26 Manish GoregaokarMerge pull request #468 from devonhollowood/option...
2015-11-26 Devon HollowoodAdd lints suggesting map_or() and map_or_else()
2015-11-22 Manish GoregaokarMerge branch 'pr-462'
2015-11-22 John QuigleyAdd block_in_if lint, #434
2015-11-19 Florian HartwigRun update_lints
2015-11-14 llogiqMerge pull request #452 from fhartwig/lifetime-false...
2015-11-11 Manish GoregaokarMerge pull request #453 from apasel422/transmute
2015-11-11 Andrew PaseltinerAdd lint for useless transmutes
2015-11-09 Manish GoregaokarMerge branch 'pr-445'
next