]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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 KumarFixups from review comments
2015-10-20 Vikas KumarRan util/update_lints.py to auto gen doc and lib.rs
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-16 Manish GoregaokarMake is_from_for_desugar sound (rust/28973 got fixed)
2015-10-15 Florian GilcherRegnerate README.md
2015-10-15 Florian GilcherNew lint for needless use of nightly features
2015-10-15 Manish Goregaokarbump again
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-15 Andre Bogusbump crate version
2015-10-15 Andre Bogusrustup
2015-10-15 Manish Goregaokarbump crates
2015-10-14 llogiqMerge pull request #392 from fhartwig/warn-ptr-args
2015-10-14 Florian HartwigMake ptr_arg lint warn by default
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 Bogusupdate lints
2015-10-13 Andre Bogusnew lint to detect
2015-10-13 Manish GoregaokarMerge pull request #390 from Manishearth/precedence
2015-10-13 Andre Bogusimproved precedence messages (fixes #389)
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 llogiqMerge pull request #381 from durka/patch-2
2015-10-12 Georg BrandlRemove "are you sure?" from lint msg.
2015-10-12 Alex Burkafix doc comment for if_let_chain!
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-11 Florian HartwigRecommend using Mutex<()> for locking
2015-10-08 Manish GoregaokarMerge pull request #369 from fhartwig/allow-warn
2015-10-07 Florian HartwigFix documentation that disagrees with code
2015-10-07 Florian HartwigAdd a lint for sized integer types in a mutex
2015-10-07 PyriphlegethonChange lint description
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-05 Georg BrandlRingBuf was renamed to VecDeque (fixes #363)
2015-10-05 Manish GoregaokarBump version
2015-10-02 Manish GoregaokarMerge pull request #361 from cuviper/deflocal
2015-10-02 Josh StoneUpdate the DefLocal pattern
2015-10-02 Manish GoregaokarMerge pull request #360 from Manishearth/fix-ice
2015-10-02 Manish Goregaokarbump
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 Manish Goregaokarrustup to rustc 1.5.0-nightly (65d5c0833 2015-09-29)
2015-09-30 PyriphlegethonAdd test for unnecessary mut passed lint
2015-09-30 PyriphlegethonRemove unnecessary clones and add helper function
2015-09-29 PyriphlegethonChange description of unnecessary mut passed lint
2015-09-29 PyriphlegethonAdd unnecessary mut passed lint for methods
2015-09-29 Ravi Shankarextending while_let to warn for more statements
2015-09-29 PyriphlegethonReplace tabs by spaces
2015-09-29 PyriphlegethonAdd unnecessary mut passed lint
2015-09-28 Georg Brandlall: remove trailing spaces
2015-09-28 Manish Goregaokarrustup to 1.5.0-nightly (7bf4c885f 2015-09-26)
2015-09-25 llogiqMerge pull request #349 from Manishearth/rustup
2015-09-25 Manish Goregaokarrustup 2015-09-24
2015-09-24 Manish GoregaokarMerge branch 'pr-347'
2015-09-24 Pietro MonteiroUpgrade Rust to rustc 1.5.0-nightly (b2f379cdc 2015...
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-21 llogiqupdate lints
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 GoregaokarUpdate README.md
2015-09-19 Georg BrandlFix stray backquote.
2015-09-19 Manish Goregaokarfix dogfood
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 Brandlfix indentation
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 WestonImprove lint message
2015-09-15 Nathan WestonAdd is_integer_literal utility function
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-11 Manish GoregaokarMerge pull request #328 from Manishearth/falsepositives
2015-09-11 llogiqremoved expensive crate check from approx_const
2015-09-11 llogiqless false positives for approx_const and float_cmp
next