]> git.lizzy.rs Git - rust.git/history - tests
Merge pull request #502 from Manishearth/contrib
[rust.git] / tests /
2015-12-14 Manish GoregaokarMerge pull request #501 from oli-obk/fix/seme
2015-12-14 Oliver Schneiderfix cc computation in the presence of diverging calls
2015-12-11 Manish GoregaokarMerge pull request #492 from Manishearth/wiki
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 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 Manish GoregaokarAdd lint for unused lifetimes (fixes #459)
2015-12-06 Manish GoregaokarMerge pull request #481 from fhartwig/lifetime-with...
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-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 Schneiderhigh-speed-dogfood
2015-12-03 Oliver Schneidercompute cyclomatic complexity (adjusted to not punish...
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 #470 from sanxiyn/match-ref-pats
2015-11-24 Seo SanghyeonExtend match_ref_pats to desugared matches
2015-11-22 Manish GoregaokarMerge branch 'pr-462'
2015-11-22 John QuigleyAdd block_in_if lint, #434
2015-11-19 Florian HartwigSimplify has_debug_impl
2015-11-19 Florian Hartwigwarn on use of ok().expect()
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 HartwigAdd some tests for lifetime elision lint with types...
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-09 llogiqMerge pull request #447 from apasel422/executable
2015-11-09 Andrew PaseltinerRemove executable permission from remaining source...
2015-11-09 Manish GoregaokarTests shouldn't be executable (fixes #444)
2015-11-08 Manish GoregaokarMerge pull request #440 from Manishearth/map_clone
2015-11-05 llogiqmatch .map(Clone::clone)
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
2015-11-03 Nathan WestonNew lint for zip with array length instead of enumerate()
2015-10-31 llogiqMerge pull request #426 from Manishearth/fix-ptr-arg
2015-10-30 Manish GoregaokarFix ptr-arg false positive for trait impls
2015-10-29 llogiqMerge pull request #422 from sanxiyn/no-effect
2015-10-29 Seo SanghyeonNew lint for statement with no effect
2015-10-29 Manish GoregaokarMerge pull request #423 from wartman4404/master
2015-10-29 wartman4404Don't show single_match if match_bool also applies
2015-10-27 llogiqMerge pull request #396 from fhartwig/while-let-for
2015-10-26 Florian HartwigFix false positives when iterator variable is used...
2015-10-26 Florian HartwigFixes for code review comments
2015-10-26 Florian HartwigDon't suggest using a for loop if the iterator is used...
2015-10-26 Florian HartwigSuggest for loop instead of while-let when looping...
2015-10-26 Georg BrandlMerge pull request #415 from birkenfeld/fix_409
2015-10-26 Georg BrandlFix reverse_range_loop not taking sign into account...
2015-10-25 llogiqMerge pull request #413 from iKevinY/approx-const
2015-10-24 Kevin YapCompare float literals to stringified constants
2015-10-23 Manish GoregaokarMerge pull request #408 from iKevinY/approx-const
2015-10-23 Kevin YapChange implementation of approx_const lint
2015-10-22 Manish GoregaokarMerge pull request #405 from sanxiyn/needless-update
2015-10-22 Seo SanghyeonNew lint for struct update that has no effect
2015-10-21 Manish GoregaokarMerge pull request #402 from Manishearth/match_bool_hints
2015-10-21 Andre Bogusadded code snippet help to match_bool
2015-10-20 Manish GoregaokarMerge pull request #401 from kvikas/match_bool
2015-10-20 Vikas KumarMatch on bool should be replaced with if..else block
2015-10-17 Manish GoregaokarMerge branch 'pr-394'
2015-10-17 Florian GilcherCleanup as discussed in PR
2015-10-15 Florian GilcherNew lint for needless use of nightly features
2015-10-15 Manish GoregaokarFix type complexity lint
2015-10-15 llogiqMerge pull request #395 from Manishearth/rustup
2015-10-15 Andre BogusMerge branch 'master' of https://github.com/Manishearth...
2015-10-15 Andre Bogusworkaround for failing test
2015-10-14 Andre BogusMerged #365
2015-10-14 Andre BogusMerged #366
2015-10-14 Andre BogusMerge PR #374
2015-10-13 Manish GoregaokarMerge pull request #382 from Manishearth/empty_loop
2015-10-13 Andre Bogusnew lint to detect
2015-10-12 Manish GoregaokarImprove cmp_owned suggestions (fixes #386)
2015-10-12 Ravi Shankarwhup the while_let_loop for ignoring expressions!
2015-10-12 Manish GoregaokarMerge pull request #379 from swgillespie/zero_div_zero_nan
2015-10-12 swgillespieimplement 0.0/0.0 -> NaN lint as described in #370
2015-10-11 Manish GoregaokarMerge pull request #377 from Manishearth/rustup
2015-10-11 Manish GoregaokarRust upgrade to rustc 1.5.0-nightly (9d3e79ad3 2015...
2015-10-07 Florian HartwigAdd a lint for sized integer types in a mutex
2015-10-07 PyriphlegethonAdd "nonsensical OpenOptions" lint
2015-10-06 Florian HartwigSuggest using an atomic value instead of a Mutex where...
2015-10-06 Manish GoregaokarMerge pull request #354 from Pyriphlegethon/master
2015-10-02 Manish GoregaokarMerge pull request #360 from Manishearth/fix-ice
2015-10-02 Manish GoregaokarFix a panic caused by while let
2015-09-30 Manish GoregaokarMerge pull request #351 from Wafflespeanut/while_let
next