]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/write.rs
Auto merge of #3946 - rchaser53:issue-3920, r=flip1995
[rust.git] / clippy_lints / src / write.rs
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 borsAuto merge of #3872 - phansch:some_feature_cleanup...
2019-03-12 borsAuto merge of #3794 - mikerite:fix-3739, r=phansch
2019-03-12 borsAuto merge of #3871 - taiki-e:needless_continue, r...
2019-03-12 borsAuto merge of #3865 - phansch:run_more_doc_tests, r...
2019-03-12 Michael WrightMerge branch 'master' into fix-3739
2019-03-12 Philipp HanschRun more doc tests
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 Russellfix or ignore failing doc tests
2019-03-05 Andy Russellmove lint documentation into macro invocations
2019-02-25 borsAuto merge of #3772 - flip1995:ice-3719, r=Manishearth
2019-02-24 borsAuto merge of #3790 - ljedrz:HirIdify_intravisit, r...
2019-02-21 borsAuto merge of #3789 - bzzzzzz:needless_range_loop_bugfi...
2019-02-20 borsAuto merge of #3781 - uniphil:write_with_newline_false_...
2019-02-19 philCheck {print,write}_with_newline for literal newline
2019-02-18 philDon't fail for raw string ending in \n
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 #3679 - daxpedda:use_self, r=phansch
2019-01-21 borsAuto merge of #3677 - daxpedda:integer_arithmetic,...
2019-01-21 borsAuto merge of #3676 - daxpedda:implicit_return, r=oli-obk
2019-01-21 borsAuto merge of #3680 - g-bartoszek:needless-bool-else...
2019-01-20 borsAuto merge of #3681 - rmcteggart-r7:master, r=matthiaskrgr
2019-01-20 borsAuto merge of #3675 - mikerite:fix-build-20190120,...
2019-01-20 Michael WrightFix breakage due to rust-lang/rust#57755
2019-01-11 borsAuto merge of #3646 - matthiaskrgr:travis, r=phansch
2019-01-09 borsAuto merge of #3645 - phansch:remove_copyright_headers...
2019-01-08 Philipp HanschRemove all copyright license headers
2019-01-03 borsAuto merge of #3519 - phansch:brave_newer_ui_tests...
2018-12-30 borsAuto merge of #3593 - mikerite:readme-syspath-2, r...
2018-12-30 borsAuto merge of #3597 - xfix:match-ergonomics, r=phansch
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-28 Peter FürstenauMerge remote-tracking branch 'upstream/master'
2018-12-27 borsAuto merge of #3577 - daxpedda:master, r=flip1995
2018-12-27 borsAuto merge of #3578 - matthiaskrgr:rustc_tools_util...
2018-12-27 borsAuto merge of #3585 - matthiaskrgr:rustup, r=phansch
2018-12-27 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/57069
2018-12-26 borsAuto merge of #3579 - matthiaskrgr:tool_lints, r=flip1995
2018-12-26 borsAuto merge of #3580 - matthiaskrgr:trivial_typos, r...
2018-12-25 Matthias Krügerfix a couple of ftrivial typos (NFC).
2018-12-14 borsAuto merge of #3545 - Kampfkarren:vec_boxed_sized,...
2018-12-14 borsAuto merge of #3531 - mikerite:fix-3514, r=phansch
2018-12-14 Michael WrightMerge branch 'master' into fix-3514
2018-12-11 Michael WrightFix write_with_newline escaping false positive
2018-12-08 Philipp HanschMerge pull request #3336 from HMPerson1/clone_on_copy_deref
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 flip1995Fix dogfood error
2018-11-27 flip1995Add applicability level to (nearly) every span_lint_and...
2018-11-27 flip1995Fix bugs and improve documentation
2018-11-27 flip1995Add Applicability::Unspecified to span_lint_and_sugg...
2018-10-08 Philipp HanschMerge pull request #3278 from d-dorazio/fix-contributin...
2018-10-08 Oliver S̶c̶h̶n̶e̶i... Merge pull request #3282 from JoshMcguigan/excessive_pr...
2018-10-08 Philipp HanschMerge pull request #3265 from mikerite/fix-export
2018-10-08 Oliver S̶c̶h̶n̶e̶i... Merge pull request #3283 from etaoins/dont-suggest...
2018-10-08 Philipp HanschMerge pull request #3285 from devonhollowood/pedantic...
2018-10-08 Devon HollowoodFix items_after_statements for `const`s
2018-10-08 Devon HollowoodFix items_after_statements for `use` statements
2018-10-06 Manish GoregaokarMerge pull request #3269 from rust-lang-nursery/relicense
2018-10-06 Manish GoregaokarAdd license header to Rust files
2018-09-15 Oliver S̶c̶h̶n̶e̶i... Merge pull request #3189 from eddyb/rextern
2018-09-15 Eduard-Mihai BurtescuReintroduce `extern crate` for non-Cargo dependencies.
2018-09-13 Philipp HanschMerge pull request #3085 from mikerite/revert-98dbce
2018-09-09 Philipp KronesMerge pull request #3135 from JoshMcguigan/explicit_cou...
2018-09-09 Oliver S̶c̶h̶n̶e̶i... Merge pull request #3148 from matthiaskrgr/rustc_tools_...
2018-09-07 Philipp KronesMerge pull request #3146 from flip1995/fix-3145
2018-09-07 flip1995Fix #3145 by removing assert
2018-09-07 Oliver S̶c̶h̶n̶e̶i... Merge pull request #3129 from mipli/3091-numeric-typo
2018-09-06 Philipp HanschMerge pull request #3137 from matthiaskrgr/clippy_git_v...
2018-09-06 Philipp HanschMerge pull request #3139 from matthiaskrgr/toml_clippy_...
2018-09-06 Oliver S̶c̶h̶n̶e̶i... Merge pull request #3138 from matthiaskrgr/3126__no_war...
2018-09-06 Matthias Krügerprint_with_newline / write_with_newline: don't warn...
2018-09-06 Matthias Krügerrustfmt clippy_lints/src/write.rs
2018-09-02 Daniel Wagner-HallMerge branch 'master' into issue-2879
2018-09-02 Philipp HanschMerge remote-tracking branch 'upstream/master' into prs
2018-09-01 daubarisresolved conflicts
2018-09-01 Manish GoregaokarMerge pull request #2977 from flip1995/tool_lints
2018-08-31 Oliver SchneiderMerge pull request #3081 from mikerite/fix-3078
2018-08-30 Oliver SchneiderMerge pull request #2962 from phansch/further_automate_...
2018-08-29 Philipp HanschMerge pull request #3076 from mbrubeck/patch-1
2018-08-29 flip1995Switch to declare_tool_lint macro
2018-08-28 Oliver SchneiderUpdate imports and rustup
2018-08-27 Oliver SchneiderMerge pull request #3018 from rust-lang-nursery/beta
2018-08-24 Philipp HanschMerge pull request #3079 from matthiaskrgr/update_cargo...
2018-08-24 Philipp KronesMerge pull request #3080 from matthiaskrgr/manual_swap_...
2018-08-24 Philipp KronesMerge pull request #3048 from goodmanjonathan/assign_op
2018-08-24 Philipp KronesMerge pull request #3059 from elpiel/writeln_empty_stri...
2018-08-20 Lachezar Lechev#3016 Add backticks for the msg
2018-08-20 Lachezar Lechev#3016 Add feedback and implement test for fixed hardcod...
2018-08-20 Lachezar Lechev#3016 [WIP] Implement feedback and suggestions
2018-08-16 Lachezar LechevWIP of #3016 for hardocded suggestion for writeln on...
next