]> git.lizzy.rs Git - rust.git/history - src
Add smarter macro check for block_in_if (fixes #528)
[rust.git] / src /
2016-01-02 Manish GoregaokarAdd smarter macro check for block_in_if (fixes #528)
2016-01-02 Manish GoregaokarImprove documentation on match_ref_pats (fixes #532)
2016-01-02 Manish GoregaokarRustup to syntax::errors changes
2016-01-01 llogiqMerge pull request #527 from karyon/master
2016-01-01 Johannes LinkeMinor documentation cleanups
2016-01-01 Johannes LinkeRemove reference to a fixed issue
2016-01-01 Johannes LinkeAdd "warn/allow by default" to lint descriptions where...
2015-12-31 Manish GoregaokarMerge pull request #524 from devonhollowood/iterator...
2015-12-30 Devon HollowoodMake MethodsPass lint notes clearer
2015-12-30 Devon HollowoodBug fix
2015-12-30 Devon HollowoodAdd SEARCH_IS_SOME lint
2015-12-29 Devon HollowoodAdd FILTER_NEXT lint
2015-12-28 Manish GoregaokarMerge pull request #522 from devonhollowood/methods_ref...
2015-12-27 Devon HollowoodReplace `match_method_chain()` with `method_chain_args()`
2015-12-27 Devon HollowoodRefactor `check_expr()` impl for `MethodsPass`
2015-12-24 Manish GoregaokarFix panic lint
2015-12-23 mcartonFix #518
2015-12-23 mcartonFix missing parameter in `panic!`
2015-12-23 Manish GoregaokarMerge pull request #519 from fhartwig/block-in-if-expr...
2015-12-23 Florian HartwigDon't trigger block_in_if_condition_expr lint if the...
2015-12-22 Manish GoregaokarMerge pull request #509 from mcarton/array-indexing
2015-12-22 Manish GoregaokarMerge pull request #514 from mcarton/remove-dup
2015-12-22 Manish GoregaokarMerge pull request #512 from untitaker/curse-you-hirvec
2015-12-21 mcartonRemove duplicated if_let_chain! macro definition
2015-12-21 Markus UnterwaditzerNightly fixes
2015-12-21 Manish GoregaokarMerge pull request #511 from mcarton/format
2015-12-21 mcartonFix some typos
2015-12-21 mcartonImplement #364
2015-12-21 Manish GoregaokarMerge pull request #508 from devonhollowood/underscore_...
2015-12-21 Devon HollowoodImplement #507
2015-12-19 Manish GoregaokarAdd macro check to used_underscore
2015-12-19 Manish GoregaokarRust upgrade to rustc 1.7.0-nightly (8ad12c3e2 2015...
2015-12-19 Manish GoregaokarMerge pull request #499 from devonhollowood/underscore_...
2015-12-19 Devon HollowoodMake compatible with `unused_variables` lint
2015-12-18 Devon HollowoodRemove local variable check
2015-12-17 Manish GoregaokarMerge pull request #494 from sanxiyn/suggestion-2
2015-12-17 Devon HollowoodMake suggested changes
2015-12-14 llogiqadding missing doc comments
2015-12-14 llogiqfix boxed_local example
2015-12-14 Manish GoregaokarMerge pull request #501 from oli-obk/fix/seme
2015-12-14 Oliver Schneiderfix fallout from CC improvements
2015-12-14 Oliver Schneiderfix cc computation in the presence of diverging calls
2015-12-14 llogiqmore doc comments
2015-12-14 llogiqmore docs
2015-12-13 Manish GoregaokarMerge branch 'more_wiki'
2015-12-13 Devon HollowoodMake ExprField follow single-underscore rules
2015-12-13 Devon HollowoodAdd wiki docs, in line with #492
2015-12-13 Devon HollowoodReduce false positives
2015-12-13 Devon HollowoodUpdate tests
2015-12-13 Devon HollowoodRun update_lints.py
2015-12-13 Devon HollowoodAdd used_underscore_binding lint
2015-12-13 Manish GoregaokarAdd wiki note for escape analysis
2015-12-13 Manish GoregaokarMerge pull request #497 from cesarb/ringbuf
2015-12-12 Cesar Eduardo BarrosMention VecDeque in linkedlist lint
2015-12-11 Manish GoregaokarMerge pull request #492 from Manishearth/wiki
2015-12-11 Seo SanghyeonUse suggestion for needless_return
2015-12-11 llogiqadded wiki comments + wiki-generating python script
2015-12-10 llogiqMerge pull request #490 from Manishearth/fx-lifetime-fp
2015-12-10 Manish GoregaokarCheck for unused lifetimes in bounds (fixes #489)
2015-12-09 Manish GoregaokarUpgrade rust to rustc 1.6.0-nightly (462ec0576 2015...
2015-12-08 llogiqMerge pull request #485 from sanxiyn/suggestion
2015-12-08 Seo SanghyeonAdd span_lint_and_then and use it
2015-12-08 Seo SanghyeonUse suggestion for redundant_closure
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-06 Florian HartwigRemove obsolete workaround
2015-12-06 Florian HartwigMake lifetimes lint work with type aliases and non...
2015-12-05 Manish GoregaokarMerge pull request #480 from mrmonday/nightly-fixes
2015-12-05 Robert ClipshamFix clippy with latest Rust nightly.
2015-12-05 Manish GoregaokarMake panic in CC silencable (partial #478)
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 Schneiderimprove cc of function
2015-12-03 Oliver Schneiderhigh-speed-dogfood
2015-12-03 Oliver Schneidercompute cyclomatic complexity (adjusted to not punish...
2015-12-02 llogiqMerge pull request #475 from sanxiyn/unused-qualification
2015-12-02 Seo SanghyeonRemove unused qualifications
2015-11-30 Manish GoregaokarRust upgrade to rustc 1.6.0-nightly (52d95e644 2015...
2015-11-30 Manish GoregaokarMerge branch 'pr-474'
2015-11-27 Hobofanfix for latest nightly
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-26 Manish GoregaokarMerge pull request #473 from fhartwig/loop-index-false...
2015-11-25 Florian HartwigSuppress explicit_counter_loop lint if loop variable...
2015-11-25 Manish GoregaokarMerge pull request #472 from fhartwig/more-rustup
2015-11-25 Florian HartwigFixes to build with current rust nightly
2015-11-25 Manish GoregaokarMerge pull request #470 from sanxiyn/match-ref-pats
2015-11-25 Seo SanghyeonDon't panic
2015-11-24 Seo SanghyeonExtend match_ref_pats to desugared matches
2015-11-24 Seo SanghyeonDogfood match_ref_pats for `if let`
2015-11-23 Manish Goregaokarspurious newline
2015-11-22 Manish GoregaokarMerge branch 'pr-462'
2015-11-22 John QuigleyAdd block_in_if lint, #434
2015-11-19 Florian HartwigAppease clippy by not shadowing variables
2015-11-19 Florian HartwigSimplify has_debug_impl
2015-11-19 Florian Hartwigwarn on use of ok().expect()
next