]> git.lizzy.rs Git - rust.git/history - tests
Merge pull request #791 from Jascha-N/fix-fnkind-pattern
[rust.git] / tests /
2016-03-21 Manish GoregaokarMerge pull request #727 from oli-obk/similar_names
2016-03-18 llogiqMerge pull request #778 from mcarton/fix-new_without_de...
2016-03-18 mcartonFix `new_without_default` with lts and generics
2016-03-18 Oliver Schneiderupdate for compiletest update
2016-03-18 Oliver Schneideruse snippet_opt and span_suggestion
2016-03-18 Oliver Schneiderimprove needless_bool to catch odd construct in non_exp...
2016-03-18 Oliver Schneiderrefactor for speed
2016-03-18 Oliver Schneiderfix and rebase
2016-03-18 Oliver Schneiderrefactoring and bugfix
2016-03-18 Oliver Schneiderlint on too many single character bindings
2016-03-18 Oliver Schneidersuggest inserting underscores for simple cases
2016-03-18 Oliver Schneiderlint on binding-names that are too similar
2016-03-17 Martin CartonMerge pull request #772 from oli-obk/const_int
2016-03-17 Oliver Schneiderfix `Eq`+`Hash` for `Constant`
2016-03-17 Oliver Schneiderrefactor clippy-consts to use ConstInt
2016-03-16 Martin CartonMerge pull request #773 from mcarton/rustup
2016-03-16 mcartonTemporary fix for rustc warning false-positive?
2016-03-15 Manish GoregaokarMerge pull request #767 from mcarton/fix-ice
2016-03-15 mcartonFix problem in PANIC_PARAMS with inner `format!`
2016-03-15 mcartonUse `span_suggestion` in `STRING_LIT_AS_BYTES`
2016-03-15 mcartonFix ICE in `OUT_OF_BOUNDS_INDEXING` with ranges
2016-03-15 Martin CartonMerge pull request #769 from oli-obk/rustup
2016-03-15 Manish GoregaokarRust upgrade to rustc 1.9.0-nightly (74b886ab1 2016...
2016-03-14 Martin CartonMerge pull request #764 from oli-obk/fix/cc/multi_diverge
2016-03-14 Oliver Schneiderprevent cc lint from panicking on unreachable code
2016-03-13 Manish GoregaokarMerge pull request #698 from mcarton/conf
2016-03-12 llogiqMerge pull request #760 from mcarton/small-fix
2016-03-12 mcartonFix false-positive in `panic_params`
2016-03-12 mcartonAdd `str` to types considered by `len_zero`
2016-03-12 mcartonLint function with too many arguments
2016-03-12 mcartonWhite-list `third-party` in conf files
2016-03-12 mcartonAdd a `BLACKLISTED_NAME` 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 Martin CartonMerge pull request #754 from mcarton/rustup
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-09 Martin CartonMerge pull request #752 from mcarton/rustup
2016-03-09 mcartonImprove the MATCH_REF_PATS suggestions
2016-03-09 Manish GoregaokarMerge pull request #730 from mcarton/unused-labels
2016-03-08 mcartonFix types comparison
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 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 Manish GoregaokarMerge pull request #744 from mcarton/rustup
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-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-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 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 mcartonUse `span_suggestion` in `len_zero`
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 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-18 Manish GoregaokarMerge pull request #688 from Manishearth/fix-671
2016-02-18 mcartonImprove the `MAP_ENTRY` lint
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 GoregaokarMerge pull request #664 from Manishearth/fix_regex
2016-02-17 Martin CartonMerge pull request #679 from mcarton/rustup
2016-02-17 Oliver Schneiderfallout
2016-02-17 Oliver Schneiderfix enum_variant_names linting on all caps enum variants
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
next