]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2017-09-05 Dan GohmanWhen suggesting `from(x)` for lossless casts, strip...
2017-09-05 Manish GoregaokarUpdate changelog
2017-09-05 Marcus KlaasAdd lint to detect manual slice copies
2017-09-05 Oliver SchneiderRustfmt for_loop.rs and add false positive tests
2017-09-05 Oliver SchneiderRun nightly rustfmt
2017-09-04 Martin CartonMerge pull request #2020 from 0xbsec/patch-1
2017-09-04 M. HasbiniFix "further information" link
2017-09-04 Oliver SchneiderVersion Bump
2017-09-04 Oliver SchneiderFix `len_zero` ICE
2017-09-04 Oliver SchneiderUpdate to latest nightly
2017-09-03 Manish GoregaokarFix dogfood
2017-09-03 Manish GoregaokarRun rustfmt
2017-09-03 Manish GoregaokarFix unit_expr expectations and changelog entry
2017-09-03 Manish GoregaokarMerge branch 'pr-2016' into HEAD
2017-09-03 Zaki ManianMention the false positive
2017-09-03 Manish GoregaokarBump to 0.0.156
2017-09-03 Manish GoregaokarRustup to rustc 1.22.0-nightly (744dd6c1d 2017-09-02...
2017-09-03 Zaki ManianRustfmt tests
2017-09-03 Zaki ManianFix all the clippy lints
2017-09-03 Zaki ManianRemove direct call for Deref
2017-09-03 Zaki ManianRustFmt file and tests
2017-09-03 Zaki ManianDon't trigger lint on break or return
2017-09-03 Zaki ManianMore relevant tests
2017-09-03 Zaki ManianImprove the lint message
2017-09-03 Zaki ManianUpdate unit tests
2017-09-03 Zaki Manianearly tests
2017-09-03 Zaki ManianFix false positives in assignment inside the else condition
2017-09-03 Zaki ManianRustFmt changes
2017-09-03 Zaki ManianSwitch back to manual deref
2017-09-03 Zaki ManianImproved spans for lints and support match expressions
2017-09-02 Zaki ManianHandle method calls
2017-09-02 Zaki ManianFix brace indentation
2017-09-02 Zaki ManianCheck method calls
2017-09-02 Zaki ManianMore initial work
2017-09-02 Zaki ManianIntroduce check_stmt
2017-09-02 Zaki ManianUse the type from the macro
2017-09-02 Zaki ManianInitial commit of unit expr
2017-09-02 Oliver SchneiderMerge pull request #2010 from rust-lang-nursery/doc_imp...
2017-09-02 Oliver SchneiderMerge pull request #2009 from rust-lang-nursery/mcarton...
2017-09-01 Andre Bogussome small doc improvements
2017-09-01 Martin CartonMove the number of lints back to the top of README
2017-09-01 Oliver SchneiderMerge pull request #2008 from rust-lang-nursery/oli...
2017-09-01 Oliver SchneiderRemove clippy.bashy.io
2017-09-01 Oliver SchneiderMerge pull request #2007 from rust-lang-nursery/wiki
2017-09-01 Oliver SchneiderUpdate README lint counter message
2017-09-01 Oliver SchneiderLink to current versions docs instead of master docs
2017-09-01 Oliver Schneiderwiki -> docs
2017-09-01 Oliver SchneiderDeprecate the wiki and remove the lint list from the...
2017-08-31 Oliver SchneiderMerge pull request #2006 from rust-lang-nursery/rustup
2017-08-31 Oliver SchneiderGet rid of another handwritten Span construtor in favou...
2017-08-31 Oliver SchneiderAccessing `Span` internals is deprecated
2017-08-30 Oliver SchneiderRustup (fixes #2002)
2017-08-29 Oliver SchneiderMerge pull request #1999 from sunfishcode/master
2017-08-29 Dan GohmanEnable the cast_lossless warning by default.
2017-08-29 Oliver SchneiderMerge pull request #1956 from sunfishcode/master
2017-08-29 Oliver SchneiderMerge pull request #1998 from montrivo/bug/is_empty...
2017-08-28 Tim Nielenslen_without_is_empty false positive #1740
2017-08-28 Oliver SchneiderUpdate tests to current rustc
2017-08-28 Dan GohmanAdd a lint for lossless casts.
2017-08-28 Oliver SchneiderMerge pull request #1861 from CBenoit/master
2017-08-27 Oliver SchneiderMerge pull request #1986 from koivunej/manualtesting...
2017-08-27 Oliver SchneiderMerge pull request #1994 from ishitatsuyuki/lint-cleanup
2017-08-27 Tatsuyuki IshiRemove unused extern crates
2017-08-27 Tatsuyuki IshiReorder allow attributes to suppress unknown lint warning
2017-08-26 Oliver SchneiderMerge pull request #1992 from rust-lang-nursery/infinit...
2017-08-26 Andre Bogusrename TriState -> Finiteness, docs
2017-08-25 Andre Bogusfix match_path -> match_qpath rename
2017-08-25 Andre BogusNew lint: (maybe_)infinite_iter
2017-08-25 Martin CartonMerge pull request #1989 from Frederick888/fix-1988
2017-08-25 mcartonBump the version to 0.0.154
2017-08-25 Martin CartonMerge pull request #1987 from alexeyzab/rename-match...
2017-08-25 Frederick Zhangfix PathParameters usage
2017-08-25 Alexey ZabelinIncorporate upstream changes
2017-08-25 Alexey ZabelinRename `match_path_old` to `match_path`
2017-08-24 Oliver SchneiderMerge pull request #1959 from DarkEld3r/1884-borrowed...
2017-08-24 Joonas KoivunenCONTRIBUTING: add manual testing section
2017-08-24 Oliver SchneiderMerge pull request #1984 from MaloJaffre/fix_int_to_bits
2017-08-24 Oliver SchneiderMerge pull request #1982 from rust-lang-nursery/bytecount
2017-08-23 Malo JaffréFix int_ty_to_nbits
2017-08-23 Andre Bogusadd closure arg check, also catch non-consts
2017-08-23 Oliver SchneiderMerge pull request #1979 from montrivo/use_self
2017-08-23 Stanislav TkachFix 'cyclomatic complexity' warning
2017-08-23 Stanislav TkachFix borrowed_box lint for Box<Any>
2017-08-22 Andre Bogusnew lint: naive_bytecount
2017-08-22 Tim Nielenslint #1674: lifetimed types exclusion
2017-08-22 Tim Nielenslint #1674: lifetimed types exclusion
2017-08-22 Oliver SchneiderMerge pull request #1980 from bjgill/patch-1
2017-08-22 Benjamin GillChangelog entry for `cargo clippy --all`
2017-08-22 Oliver SchneiderMerge pull request #1977 from rust-lang-nursery/panic
2017-08-22 Oliver SchneiderMerge pull request #1975 from bjgill/clippy--all
2017-08-22 Oliver SchneiderMerge pull request #1978 from rust-lang-nursery/fix-768
2017-08-22 Benjamin GillRemove surplus clippy invocation in travis
2017-08-22 Benjamin GillMerge remote-tracking branch 'upstream/master' into...
2017-08-21 Andre Bogusfix #768 by checking for message macro expansion
2017-08-21 Oliver SchneiderRebase and update ui test
2017-08-21 Benoît CORTIERFinalize needless_borrowed_ref lint doc.
2017-08-21 Benoît CORTIERImprove needless_borrowed_ref lint: remove the hand...
2017-08-21 Benoît CORTIERImprove needless_borrowed_ref and update its stderr.
2017-08-21 Benoît CORTIERImprove needless_borrowed_ref and add suggestion to it.
2017-08-21 Benoît CORTIERUpdate needless_borrowed_ref lint example.
next