]> git.lizzy.rs Git - rust.git/history - clippy_lints
Merge pull request #1915 from Frederick888/fix-1914
[rust.git] / clippy_lints /
2017-08-01 Oliver SchneiderMerge pull request #1915 from Frederick888/fix-1914
2017-08-01 Frederick Zhanguse BindingAnnotation instead of BindingMode
2017-07-31 Oliver SchneiderMerge pull request #1909 from Arnavion/fix-manifest...
2017-07-31 Oliver SchneiderBump the version
2017-07-31 Oliver SchneiderUpdate to latest master
2017-07-31 Oliver SchneiderMerge remote-tracking branch 'origin/master'
2017-07-28 Oliver SchneiderBump the version
2017-07-28 Oliver SchneiderRustup gets rid of false positives
2017-07-24 Oliver SchneiderBump the version
2017-07-24 Oliver SchneiderGet rid of double double colons
2017-07-24 Oliver SchneiderMerge pull request #1899 from rust-lang-nursery/ui_test...
2017-07-24 Oliver SchneiderMerge pull request #1903 from kraai/fix-build
2017-07-24 Matt KraaiSet show_code_when_inline to true
2017-07-16 Oliver SchneiderBump the version
2017-07-16 Oliver SchneiderMerge pull request #1883 from Manishearth/stash
2017-07-16 Oliver SchneiderFix various needless_range_loop false positives
2017-07-16 Oliver SchneiderMerge pull request #1888 from kraai/fix-build
2017-07-13 Matt KraaiUse token_to_string instead of binop_to_string
2017-07-10 Oliver SchneiderRun rustfmt
2017-07-10 Oliver SchneiderBump the version
2017-07-10 Oliver SchneiderRustup to *rustc 1.20.0-nightly (d84693b93 2017-07...
2017-07-05 Oliver SchneiderMerge pull request #1871 from uHOOCCOOHu/never_loop_fix
2017-07-05 uHOOCCOOHuSearch `continue` in `return` expr.
2017-07-04 Oliver SchneiderMerge pull request #1860 from Vurich/master
2017-07-04 Oliver SchneiderMerge pull request #1847 from Manishearth/nested_while_let
2017-07-03 Oliver SchneiderMerge pull request #1852 from Manishearth/notrans
2017-07-03 Oliver SchneiderBump the version
2017-06-29 Oliver SchneiderMerge pull request #1862 from messense/feature/fix...
2017-06-29 Oliver SchneiderRun rustfmt
2017-06-29 Oliver SchneiderBump the version
2017-06-29 messenseFix compilation on rustc 1.20.0-nightly (69c65d296...
2017-06-28 Oliver SchneiderMerge pull request #1536 from CBenoit/master
2017-06-28 Oliver SchneiderMerge pull request #1855 from Manishearth/for_loop
2017-06-28 Oliver SchneiderUpdate for latest master
2017-06-26 Benoît CORTIERImprove needless_borrowed_ref lint doc.
2017-06-24 Benoît CORTIERAdd needless borrowed ref lint (WIP).
2017-06-23 Andre Bogusdon't lint while_let_on_iterator on nested loops
2017-06-22 Martin CartonMerge pull request #1841 from sanxiyn/span-lint-and...
2017-06-21 Seo SanghyeonUse span_lint_and_sugg
2017-06-18 Martin CartonMerge pull request #1837 from Manishearth/step_by
2017-06-18 Oliver SchneiderReplace `Range::step_by` checking with `Iterator::step_by`
2017-06-17 Martin CartonMerge pull request #1799 from Manishearth/docs
2017-06-17 mcartonDon't depend explicitly on `pulldown-cmark`
2017-06-17 mcartonDon't use default features for `pulldown-cmark`
2017-06-17 mcartonIgnore mix of {,non-}sugared doc in `doc_markdown`
2017-06-17 mcartonFix spans in all cases in `doc_markdown`
2017-06-17 mcartonFix spans in `doc_markdown` in most cases
2017-06-17 mcartonRewrite `doc_markdown` to use `pulldown-cmark`
2017-06-17 mcartonAdd `itertools` and `pulldown-cmark` dependencies
2017-06-16 Oliver SchneiderBump the version
2017-06-16 Oliver SchneiderMerge pull request #1833 from messense/feature/fix...
2017-06-16 messenserustup to rustc 1.19.0-nightly (258ae6dd9 2017-06-15)
2017-06-14 Martin CartonMerge pull request #1830 from scott-linder/generic...
2017-06-14 scott-linderIgnore new-without-default lint when `new` method has...
2017-06-13 Oliver SchneiderMerge pull request #1501 from scott-linder/types-borrow-box
2017-06-13 llogiqMerge pull request #1827 from erickt/master
2017-06-13 Erick Tryzelaar`in_macro` check in `NEEDLESS_RETURN`
2017-06-12 Oliver SchneiderMerge pull request #1826 from Manishearth/multi-zero...
2017-06-12 Andre Bogusdeal with multiple prefixed zeros in literals
2017-06-12 scott-linderDocument `check_ty` and its new `is_local` arg.
2017-06-12 scott-linderMerge nested `if` into adjacent `if_let_chain!`
2017-06-12 Oliver SchneiderMerge pull request #1804 from camsteffen/never_loop
2017-06-11 Cameron Steffenfix another never_loop
2017-06-11 Cameron SteffenMerge branch 'master' into never_loop
2017-06-11 scott-linderAdd `check_local` to `TypePass` for `BORROWED_BOX`
2017-06-11 scott-linderCommit updated example stderr
2017-06-11 scott-linderUse span_suggestion in borrowed_box lint
2017-06-11 scott-linderRecurse into inner type when not `&Box<T>`
2017-06-11 scott-linderActually fix the lint applied
2017-06-11 scott-linderFix typo in types check
2017-06-11 scott-lindercheck for borrowed box types
2017-06-11 Manish GoregaokarBump to 0.0.139
2017-06-11 Manish GoregaokarBump the version
2017-06-11 Manish GoregaokarMerge pull request #1823 from eddyb/nightly-magic
2017-06-11 Eduard-Mihai BurtescuDo not use .sty except for matching on it.
2017-06-11 Eduard-Mihai BurtescuRemove uses of span_if_local.
2017-06-11 Eduard-Mihai BurtescuAbide by the common rustc::ty conventions.
2017-06-11 Eduard-Mihai BurtescuUpdate for rustc 1.19.0-nightly (4bf5c99af 2017-06...
2017-06-10 Oliver SchneiderMerge pull request #1820 from andersk/nightly
2017-06-10 Anders KaseorgPass extra parameter to CrateStore::item_children for...
2017-06-08 Martin CartonMerge pull request #1819 from Manishearth/fix-1814
2017-06-08 mcartonCheck for `for` loop desugaring in highering
2017-06-07 Oliver SchneiderMerge pull request #1816 from Manishearth/fix-451
2017-06-07 Andre Bogusbetter naming, Iterator::eq
2017-06-06 Andre BogusCheck for AsRef/AsMut arguments in wrong_self_convention
2017-06-05 Martin CartonMerge pull request #1814 from Manishearth/rustup
2017-06-05 mcartonBump to 0.0.138
2017-06-05 mcartonRustup to *rustc 1.19.0-nightly (0418fa9d3 2017-06...
2017-06-04 Martin CartonMerge pull request #1808 from messense/feature/try...
2017-06-04 mcartonBump to 0.0.137
2017-06-04 Eduard-Mihai BurtescuFinish rustup.
2017-06-04 mcartonContinue work on rustup
2017-06-02 messenseTry to fix compilation error on rustc 1.19.0-nightly...
2017-06-02 Cameron Steffenfix never_loop
2017-06-01 Cameron Steffenadd tests and fixes
2017-05-31 Cameron Steffenfix never_loop
2017-05-27 Manish GoregaokarMerge pull request #1787 from Manishearth/rustup
2017-05-27 Manish GoregaokarRustup to rustc 1.19.0-nightly (557967766 2017-05-26)
2017-05-26 Georg BrandlMerge pull request #1784 from birkenfeld/update
2017-05-26 Georg BrandlDemote the never_loop lint to Allow for now.
next