]> git.lizzy.rs Git - rust.git/history - src/lib.rs
fallout
[rust.git] / src / lib.rs
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
2016-02-05 Manish GoregaokarLint on cloning double pointer
2016-02-04 llogiqnew regex syntax lint, fixes #597
2016-02-03 Oliver Schneiderwarn on `use`ing all variants of an enum
2016-02-03 scurestExtend ABSURD_UNSIGNED_COMPARISONS to handle more types
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 mcartonFix warnings about the rustfmt_skip attribute
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-27 Florian HartwigAdd a lint for casts from char literals to u8
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-19 Manish GoregaokarMerge pull request #561 from fhartwig/deprecation-fix
2016-01-19 Florian HartwigFix deprecation warning on latest nightly
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 Manish GoregaokarMerge pull request #548 from mcarton/fixes
next