about summary refs log tree commit diff
path: root/clippy_lints/src/write.rs
AgeCommit message (Expand)AuthorLines
2021-03-16Remove SmallVecJason Newcomb-18/+24
2021-03-16Add suggestion to `write_literal` and `print_literal`Jason Newcomb-14/+48
2021-03-16More specific spans for `use_debug` lintJason Newcomb-1/+1
2021-03-16Keep track of spans in format stringsJason Newcomb-90/+148
2021-03-15Don't re-export clippy_utils::diagnostics::*Cameron Steffen-1/+1
2021-03-15Move some utils to clippy_utils::source moduleCameron Steffen-1/+2
2021-02-22Remove unneeded blank lines from docTakayuki Nakata-3/+0
2021-02-02Run rustfmtManish Goregaokar-1/+1
2021-02-02RustupManish Goregaokar-3/+3
2021-01-21Auto merge of #6408 - pro-grammer1:master, r=oli-obkbors-4/+8
2021-01-17Remove numeric literals from print_literal and write_literal testspro-grammer1-1/+1
2021-01-17Negate results of matches!pro-grammer1-2/+2
2021-01-17Replace another instance of match with matchespro-grammer1-6/+1
2021-01-17Run tests/ui/update-all-references.sh and refactor match into matches!pro-grammer1-4/+1
2021-01-08Fix unnecessary keyword intern dogfoodCameron Steffen-3/+4
2020-12-08Factor out some code in write.rsEduardo Broto-60/+50
2020-12-07Add eprint! to print_with_newline lintJosias-0/+20
2020-12-07Add lint print_stderrJosias-0/+23
2020-12-01Fix false positive in write_literal and print_literal due to numeric literalspro-grammer1-5/+17
2020-11-02Use const rustc sym where possibleCameron Steffen-3/+2
2020-09-26Some small fixesTakayuki Nakata-5/+4
2020-09-25Fix the detection of build scriptsTakayuki Nakata-18/+15
2020-09-24Fix FP in `print_stdout`Takayuki Nakata-3/+20
2020-09-16{print,write}-with-newline: do not suggest empty format stringAndy Russell-1/+5
2020-08-27Fix the wrong use of `snippet_with_applicability`rail-7/+8
2020-08-12write.rs: don't clone TokenStreamMatthias Krüger-11/+5
2020-07-03Clean existing lint code to match new lintJarredAllen-4/+7
2020-07-03Used clippy to clean itselfJarredAllen-4/+2
2020-06-07Merge remote-tracking branch 'upstream/master' into rustupflip1995-8/+25
2020-06-06Auto merge of #72927 - petrochenkov:rustc, r=Mark-Simulacrumbors-1/+1
2020-06-03Bump to 1.46Mark Rousskov-4/+4
2020-06-02Rename the crates in source codeVadim Petrochenkov-1/+1
2020-06-01Add more corrected code for docThibsG-2/+20
2020-05-31Fix sync falloutflip1995-7/+6
2020-05-18Handle InlineAsm in clippyAmanieu d'Antras-2/+3
2020-05-13Replace some usages of the old `unescape_` functions in AST, clippy and tests.Julian Wollersberger-2/+2
2020-03-17rustup https://github.com/rust-lang/rust/pull/69838Matthias Krüger-1/+1
2020-03-15rustup https://github.com/rust-lang/rust/pull/69589/Matthias Krüger-2/+2
2020-03-03Don't lint debug formatting in debug implflip1995-120/+156
2020-03-01Rustup to rust-lang/rust#69579Yuki Okushi-1/+1
2020-03-01Rustup to rust-lang/rust#69592Yuki Okushi-3/+3
2020-02-21Fix falloutflip1995-2/+4
2020-01-13Rustup to rust-lang/rust#68045Yuki Okushi-1/+1
2020-01-11Rustup to rust-lang/rust#67806Yuki Okushi-3/+2
2020-01-04Rustup to https://github.com/rust-lang/rust/pull/67853Philipp Hansch-1/+1
2019-12-31Rustup to rust-lang/rust#67707Yuki Okushi-1/+1
2019-12-24rustup "Add span information to `ExprKind::Assign`"Lzu Tao-1/+1
2019-12-04Rustup to rust-lang/rust#66878Matthias Krüger-1/+2
2019-12-03Rustup to rust-lang/rust#66935flip1995-10/+10
2019-11-18Rustup to rustc 1.41.0-nightly (a0d40f8bd 2019-11-18)Manish Goregaokar-57/+35