]> git.lizzy.rs Git - rust.git/history - src
Implement #364
[rust.git] / src /
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()
2015-11-19 Manish GoregaokarMerge pull request #463 from fhartwig/rustup
2015-11-19 Florian HartwigUpdate to latest rust nightly
2015-11-17 Manish GoregaokarMerge pull request #458 from sanxiyn/rustfmt
2015-11-17 Seo Sanghyeonrustfmt a little
2015-11-17 Manish GoregaokarMerge pull request #457 from sanxiyn/match-block-comma
2015-11-17 Seo SanghyeonRemove trailing commas in match arms with blocks
2015-11-14 llogiqMerge pull request #452 from fhartwig/lifetime-false...
2015-11-11 Manish GoregaokarMerge pull request #454 from apasel422/issue-446
2015-11-11 Andrew PaseltinerMatch `min` and `max` functions using `DefId`
2015-11-11 Manish GoregaokarMerge pull request #453 from apasel422/transmute
2015-11-11 Andrew PaseltinerAdd lint for useless transmutes
2015-11-10 Florian HartwigTrack elided lifetimes in types and trait objects
2015-11-10 Manish GoregaokarMerge pull request #450 from Manishearth/mir_float_cmp
2015-11-10 Andre Bogususe rustc's eval_const, bail on (negative) infinity
2015-11-10 llogiqMerge pull request #449 from Manishearth/shadow_visitor
2015-11-10 Andre Bogususe visitor for contains_self
2015-11-09 llogiqMerge pull request #447 from apasel422/executable
2015-11-09 Andrew PaseltinerRemove executable permission from remaining source...
2015-11-08 Manish GoregaokarMerge pull request #440 from Manishearth/map_clone
2015-11-05 llogiqmatch .map(Clone::clone)
2015-11-05 Manish GoregaokarRustup to rustc 1.6.0-nightly (effcd2965 2015-11-04)
2015-11-04 llogiqMerge pull request #435 from sanxiyn/temporary-assignment
2015-11-04 Seo SanghyeonNew lint for assignment to temporary
2015-11-04 llogiqMerge pull request #427 from wartman4404/master
2015-11-04 wartman4404check for Deref conversions
2015-11-04 wartman4404New lint for using `.cloned()`
2015-11-03 llogiqMerge pull request #432 from nweston/zip-with-range
next