]> git.lizzy.rs Git - rust.git/history - src
merge multiple equal terminals into one
[rust.git] / src /
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 #744 from mcarton/rustup
2016-03-07 mcartonFix tests with inclusive ranges
2016-03-07 mcartonRemove all ExprRange
2016-03-07 mcartonImplement struct literal equality
2016-03-06 mcartonFix dogfood
2016-03-05 Manish GoregaokarMerge branch 'pr-737'
2016-03-05 KALPESH KRISHNAWarn about calling a closure in the same expression...
2016-03-04 Manish GoregaokarMerge pull request #738 from oli-obk/improve_cc
2016-03-04 Oliver Schneidersimplify cyclomatic complexity auxiliarly value computation
2016-03-04 Martin CartonMerge pull request #736 from mcarton/vec
2016-03-04 mcartons/ctxt/TyCtxt
2016-03-03 mcarton`vec!` now uses `box`
2016-03-03 Martin CartonMerge pull request #733 from Manishearth/rustup
2016-03-02 Manish GoregaokarRust upgrade to 2016-03-02 nightly
2016-02-29 Manish GoregaokarMerge pull request #726 from Manishearth/fmt
2016-02-29 Manish Goregaokarrustfmt
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 mcartonCleanup
2016-02-27 mcartonFix (new?) rustc warnings
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 mcartonMacro check `len_zero`
2016-02-24 mcartonUse `span_suggestion` in `len_zero`
2016-02-24 mcartonRustfmt and sort all `use` items
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 mcartonFix `USELESS_FORMAT` wiki
2016-02-21 llogiqMerge pull request #692 from mcarton/format
2016-02-20 mcartonSmall cleanup
2016-02-20 mcartonLint about `format!("{}", foo)`
2016-02-20 mcartonReplace all `format!("{}", foo)` calls
2016-02-20 mcartonLint about usage of `format!("string literal")`
2016-02-20 mcartonRemove all use of `format!("string literal")`
2016-02-20 mcartonBuild the import lint in update_lints.py
2016-02-18 quininer kelfix nightly
2016-02-18 Manish GoregaokarMerge pull request #688 from Manishearth/fix-671
2016-02-18 mcartonImprove the `MAP_ENTRY` lint
2016-02-18 llogiqimprove str_add_assign lint description
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 mcartonRustup to 1.8.0-nightly (57c357d89 2016-02-16)
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
2016-02-15 Manish GoregaokarMerge pull request #670 from Manishearth/better-ice-fix
2016-02-15 mcartonFix wrong reported lint for EXPL_IMPL_CLONE_ON_COPY
2016-02-15 Martin CartonMerge pull request #674 from mcarton/fix-collapsible_if
2016-02-15 mcartonFix suggestion in `COLLAPSIBLE_IF` lint
2016-02-15 Joshua HolmerReword lint documentation
2016-02-15 Joshua HolmerAddress nits
2016-02-15 mcartonReplace potentially ICEgen ast_ty_to_ty_cache
2016-02-15 mcartonCleanup
2016-02-15 Manish GoregaokarMake derive lint handle generics correctly
2016-02-15 Joshua HolmerLint single-character strings as P: Pattern args
2016-02-15 Manish GoregaokarMerge pull request #667 from mcarton/fix-ice
2016-02-14 mcartonFix ICE in `EXPL_IMPL_CLONE_ON_COPY`
2016-02-14 llogiqremove Visitor from regex_macro
2016-02-14 llogiqMerge pull request #662 from mcarton/#601
2016-02-14 mcartonAddress small nit
2016-02-13 llogiqMerge pull request #654 from mcarton/new
2016-02-13 mcartonFix false positive in `NEEDLESS_RANGE_LOOP`
2016-02-13 mcartonFix comment
2016-02-13 Manish GoregaokarMerge pull request #660 from mcarton/copies
2016-02-13 mcartonFix false positive for `ifs_same_cond` and `cfg!`
2016-02-13 Martin CartonMerge pull request #658 from mcarton/rustup
2016-02-13 mcartonRustup to 1.8.0-nightly (ce4b75f25 2016-02-12)
2016-02-13 mcartonLint about `new` methods not returning `Self`
2016-02-13 mcartonAdd `new` to WRONG_SELF_CONVENTION
2016-02-13 mcartonFix false negative with OK_EXPECT
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 llogiqMerge pull request #652 from oli-obk/fix/nightly
next