]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/use_self.rs
Rustup to https://github.com/rust-lang/rust/pull/60740
[rust.git] / clippy_lints / src / use_self.rs
2019-05-23 Philipp HanschRustup to https://github.com/rust-lang/rust/pull/60740
2019-05-17 Manish GoregaokarMerge remote-tracking branch 'origin/beta1.35' into...
2019-05-17 Manish GoregaokarMerge remote-tracking branch 'origin/rust-1.34.1' into...
2019-05-17 Manish GoregaokarMerge remote-tracking branch 'origin/rust-1.31.0' into...
2019-05-17 Manish GoregaokarMerge remote-tracking branch 'origin/beta_backport...
2019-05-04 borsAuto merge of #4061 - rust-lang:rustup, r=phansch
2019-05-04 Matthias KrügerRustup to rustc 1.36.0-nightly (13fde05b1 2019-05-03)
2019-05-02 borsAuto merge of #4035 - JoshMcguigan:useless_let_if_seq...
2019-04-30 borsAuto merge of #4045 - matthiaskrgr:RTU, r=phansch
2019-04-29 borsAuto merge of #4032 - phansch:add_tests, r=phansch
2019-04-29 borsAuto merge of #4046 - rust-lang:rustup, r=phansch
2019-04-29 Manish GoregaokarRustup to rustc 1.36.0-nightly (c7fcbfbf1 2019-04-29)
2019-04-18 borsAuto merge of #3978 - phansch:rustfix_len_zero, r=flip1995
2019-04-18 borsAuto merge of #3985 - phansch:move_some_cast_tests...
2019-04-18 borsAuto merge of #3987 - phansch:rustfix_option_map_or_non...
2019-04-18 borsAuto merge of #3984 - phansch:bytecount_sugg, r=flip1995
2019-04-18 borsAuto merge of #3968 - kraai:lint-pass-macros, r=flip1995
2019-04-17 Matthew KraaiUse lint pass macros
2019-04-08 borsAuto merge of #3901 - rail-rain:issue_1670, r=flip1995
2019-04-05 Michael WrightMerge branch 'master' into clippy_dev_toolchain
2019-04-01 Philipp KronesMerge pull request #3905 from rust-lang/compiletest
2019-03-26 Oliver SchererHacky rustup
2019-03-18 borsAuto merge of #3893 - mati865:rustup, r=oli-obk
2019-03-16 flip1995cargo fmt
2019-03-15 flip1995parent_def_id -> parent
2019-03-13 borsAuto merge of #3873 - phansch:hiridification, r=flip1995
2019-03-12 borsAuto merge of #3869 - taiki-e:use_self, r=flip1995
2019-03-12 Michael WrightMerge branch 'master' into fix-3739
2019-03-11 Taiki EndoFix `use_self` false positive on nested functions
2019-03-10 borsAuto merge of #3767 - alexreg:cosmetic-2, r=flip1995
2019-03-10 Alexander RegueiroVarious cosmetic improvements.
2019-03-09 borsAuto merge of #3824 - phansch:adding_lints, r=phansch
2019-03-06 borsAuto merge of #3845 - euclio:unused-comments, r=phansch
2019-03-05 Andy Russellmove lint documentation into macro invocations
2019-03-03 borsAuto merge of #3834 - ljedrz:HirIdification_fix, r...
2019-03-01 ljedrzalign with rust-lang/rust/#58836
2019-03-01 ljedrzenable rust-lang/rust#58754
2019-02-20 borsAuto merge of #3781 - uniphil:write_with_newline_false_...
2019-02-20 borsAuto merge of #3779 - mikerite:fix-3704, r=phansch
2019-02-19 borsAuto merge of #3776 - notriddle:drop-bounds, r=oli-obk
2019-02-19 borsAuto merge of #3786 - rust-lang:rustup, r=Manishearth
2019-02-19 Manish GoregaokarRustup to rustc 1.34.0-nightly (32471f7ea 2019-02-19)
2019-01-28 borsAuto merge of #3700 - phansch:would_you_like_some_help_...
2019-01-27 borsAuto merge of #3706 - robamler:patch-1, r=phansch
2019-01-27 borsAuto merge of #3705 - matthiaskrgr:rustup, r=phansch
2019-01-27 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/57726
2019-01-23 A.A.AbroskinMerge branch 'master' into add-lints-aseert-checks
2019-01-22 borsAuto merge of #3684 - g-bartoszek:sugg-snippet-modifica...
2019-01-22 borsAuto merge of #3679 - daxpedda:use_self, r=phansch
2019-01-22 daxpeddaImproving comments.
2019-01-22 Philipp KronesImprove span shortening.
2019-01-21 daxpeddaFixed potential mistakes with nesting. Added tests.
2019-01-20 daxpeddaFix automatic suggestion on `use_self`.
2019-01-11 borsAuto merge of #3646 - matthiaskrgr:travis, r=phansch
2019-01-09 borsAuto merge of #3645 - phansch:remove_copyright_headers...
2019-01-09 Abroskin AlexanderMerge branch 'master' into add-lints-aseert-checks
2019-01-08 Philipp HanschRemove all copyright license headers
2019-01-07 borsAuto merge of #3640 - detrumi:nested_use_self, r=flip1995
2019-01-07 Wilco KuseeImprove tests and exclude nested impls
2019-01-06 Wilco KuseeUpdate known problems
2019-01-06 Wilco KuseeRestrict use_self on nested items
2019-01-05 borsAuto merge of #3626 - phansch:rustfix_works, r=oli-obk
2019-01-05 borsAuto merge of #3627 - detrumi:use_self_local_macro...
2019-01-04 borsAuto merge of #3601 - xfix:move-constant-write-lint...
2019-01-04 Wilco KuseeTrigger `use_self` lint in local macros
2019-01-03 borsAuto merge of #3519 - phansch:brave_newer_ui_tests...
2019-01-03 borsAuto merge of #3603 - xfix:random-state-lint, r=phansch
2018-12-31 borsAuto merge of #3590 - jorpic:i3559-if_same_then_else...
2018-12-30 borsAuto merge of #3599 - xfix:use-hash-set-for-valid-ident...
2018-12-30 borsAuto merge of #3593 - mikerite:readme-syspath-2, r...
2018-12-30 borsAuto merge of #3588 - detrumi:tuple_struct_use_self...
2018-12-30 borsAuto merge of #3597 - xfix:match-ergonomics, r=phansch
2018-12-30 Wilco KuseeRemove false negatives from known problems
2018-12-30 Wilco KuseeImplement use_self for tuple structs
2018-12-30 Wilco KuseeDocument known problems
2018-12-29 borsAuto merge of #3598 - xfix:apply-cargo-fix-edition...
2018-12-29 borsAuto merge of #3558 - russelltg:new_without_default_mer...
2018-12-29 borsAuto merge of #3596 - xfix:remove-crate-from-paths...
2018-12-29 Konrad BorowskiRemove crate:: prefixes from crate paths
2018-12-10 borsAuto merge of #3511 - phansch:remove_allow_doc_markdown...
2018-12-08 Philipp HanschMerge pull request #3512 from matthiaskrgr/rustup
2018-12-08 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/56502...
2018-12-08 Philipp HanschMerge pull request #3336 from HMPerson1/clone_on_copy_deref
2018-12-06 Philipp HanschMerge pull request #3257 from o01eg/remove-sysroot
2018-12-06 Philipp HanschMerge pull request #3501 from matthiaskrgr/rustup
2018-12-06 Matthias Krügerrustup clippy build with latest rustc
2018-11-28 Oliver S̶c̶h̶n̶e̶i... Merge pull request #3465 from flip1995/rustfmt
2018-11-27 flip1995Run rustfmt on clippy_lints
2018-11-27 Oliver S̶c̶h̶n̶e̶i... Merge pull request #3459 from flip1995/sugg_appl
2018-11-27 flip1995Add applicability level to (nearly) every span_lint_and...
2018-11-27 flip1995Add Applicability::Unspecified to span_lint_and_sugg...
2018-11-15 bors[bot]Merge #3419
2018-11-13 bors[bot]Merge #3426
2018-11-13 Michael WrightFix `use_self` false positive on `use` statements
2018-11-10 bors[bot]Merge #3423
2018-11-10 Michael WrightFix `use_self` false positive
2018-11-02 bors[bot]Merge #3387
2018-11-02 bors[bot]Merge #3388
2018-10-31 Maxwell AndersonMerge remote-tracking branch 'upstream/master'
2018-10-31 bors[bot]Merge #3392
next