about summary refs log tree commit diff
path: root/clippy_lints/src/explicit_write.rs
AgeCommit message (Expand)AuthorLines
2023-03-28Replace remaining usage of `FormatArgsExpn`Alex Macleod-15/+14
2022-09-23Apply uninlined_format-args to clippy_lintsYuri Astrakhan-4/+4
2022-09-06Auto merge of #101241 - camsteffen:refactor-binding-annotations, r=cjgillotbors-1/+1
2022-09-05separate the receiver from arguments in HIR under /clippyTakayuki Maeda-2/+2
2022-09-02clippy: BindingAnnotation changeCameron Steffen-1/+1
2022-07-01Factor out hir::Node::BindingCameron Steffen-1/+1
2022-06-04Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyupPhilipp Krones-1/+9
2022-05-22Fix clippy explicit_write lint for new writeln implementationDavid Tolnay-2/+34
2022-02-10Merge commit '57b3c4b90f4346b3990c1be387c3b3ca7b78412c' into clippyupflip1995-23/+18
2022-01-21Remove a span from hir::ExprKind::MethodCallCameron Steffen-2/+2
2022-01-13Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyupflip1995-3/+3
2021-12-06Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyupflip1995-0/+1
2021-07-29Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b' into clippyupflip1995-5/+5
2021-07-15Merge commit '54a20a02ecd0e1352a871aa0990bcc8b8b03173e' into clippyupflip1995-81/+36
2021-04-08Merge commit 'b40ea209e7f14c8193ddfc98143967b6a2f4f5c9' into clippyupflip1995-5/+5
2021-03-25Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyupflip1995-1/+2
2020-11-05Merge commit 'b20d4c155d2fe3a8391f86dcf9a8c49e17188703' into clippyupflip1995-1/+2
2020-07-03Use 'tcx for references to AccessLevels wherever possible.Eduard-Mihai Burtescu-2/+2
2020-06-10Update Clippy for MethodCall changesAaron Hill-2/+2
2020-03-01Rustup to rust-lang/rust#69592Yuki Okushi-1/+1
2020-02-21Fix falloutflip1995-1/+1
2020-01-13Rustup to rust-lang/rust#68045Yuki Okushi-1/+1
2020-01-11Rustup to rust-lang/rust#67806Yuki Okushi-3/+2
2020-01-07Rustup to rust-lang/rust#67886Yuki Okushi-1/+1
2019-12-27Rustup to rust-lang/rust#66936Yuki Okushi-6/+6
2019-12-04Rustup to rust-lang/rust#66878Matthias Krüger-1/+2
2019-11-27Add BorrowKind::RefManish Goregaokar-1/+1
2019-11-25Rustup to rust-lang/rust#66671flip1995-1/+1
2019-10-10Use match_function_call wherever possibleMatthias Seiffert-6/+3
2019-09-27Rustup to rust-lang/rust#64813flip1995-8/+8
2019-09-18remove machine applicable suggestion explicit_write format #4542Josh Mcguigan-1/+2
2019-08-02Doctests: Fix all complexity lint docsPhilipp Hansch-1/+3
2019-05-17Prevent symbocalypseOliver Scherer-7/+6
2019-05-14Rustfmt all the thingsOliver Scherer-5/+4
2019-05-14Use symbols instead of stringsOliver Scherer-7/+8
2019-04-17Use lint pass macrosMatthew Kraai-14/+3
2019-04-17Use {get,match}_def_path from LateContextflip1995-3/+3
2019-03-08Refactor: Remove utils::opt_def_idPhilipp Hansch-2/+2
2019-03-05move lint documentation into macro invocationsAndy Russell-12/+12
2019-01-27rustup https://github.com/rust-lang/rust/pull/57726Matthias Krüger-0/+4
2019-01-08Remove all copyright license headersPhilipp Hansch-9/+0
2018-12-29Remove crate:: prefixes from crate pathsKonrad Borowski-5/+5
2018-12-12cargo fmt and remove stabilized featurePhilipp Hansch-1/+1
2018-12-12Make suggestion Applicability::MachineApplicablePhilipp Hansch-2/+5
2018-12-12Address review feedbackPhilipp Hansch-26/+52
2018-12-12Extract methodPhilipp Hansch-10/+20
2018-12-12Check array lengths to prevent OOB accessPhilipp Hansch-0/+3
2018-12-12Add suggestion for explicit_write lintPhilipp Hansch-14/+26
2018-11-27Fix some formatting issuesflip1995-4/+3
2018-11-27Run rustfmt on clippy_lintsflip1995-7/+6