]> git.lizzy.rs Git - rust.git/history - tests
Merge pull request #470 from sanxiyn/match-ref-pats
[rust.git] / tests /
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
2015-09-30 PyriphlegethonWell, fix them again
2015-09-30 PyriphlegethonFix tests
2015-09-30 Manish GoregaokarFix rustup fallout: lifetimes false positives
2015-09-30 PyriphlegethonAdd test for unnecessary mut passed lint
2015-09-29 Ravi Shankarextending while_let to warn for more statements
2015-09-28 Georg Brandlall: remove trailing spaces
2015-09-22 llogiqMerge pull request #344 from Manishearth/reflet
2015-09-22 Manish GoregaokarHandle let ref in toplevel_ref_arg as well
2015-09-20 llogiqMerge pull request #341 from Manishearth/issue340
2015-09-20 Georg Brandlgeneralize let_and_return for any block (closes #340)
2015-09-19 Manish GoregaokarUpgrade Rust to rustc 1.5.0-nightly (cff041170 2015...
2015-09-17 llogiqMerge pull request #337 from Manishearth/indentfix
2015-09-17 llogiqMerge pull request #336 from Manishearth/issue335
2015-09-17 Georg Brandlref matches: false positive with only wildcard pattern...
2015-09-17 Manish GoregaokarRustup to rustc 1.5.0-nightly (fc4d566b4 2015-09-16)
2015-09-15 Manish GoregaokarMerge pull request #314 from nweston/loop-counter
2015-09-15 Nathan WestonCheck for mutable borrow of counter variable
2015-09-15 Nathan WestonNew lint: loop with explicit counter variable (fixes...
2015-09-15 llogiqMerge pull request #332 from Manishearth/step_by
2015-09-15 llogiqadded fp test against negative .step_by(_)
2015-09-15 Manish GoregaokarMerge pull request #331 from swgillespie/empty-range
2015-09-15 swgillespieuse the constant folder to generalize the lint a little...
2015-09-15 swgillespieimplement empty range lint as described in #330
2015-09-10 llogiqMerge pull request #326 from Manishearth/fix-323
next