about summary refs log tree commit diff
path: root/clippy_lints/src/write.rs
AgeCommit message (Expand)AuthorLines
2018-08-29Switch to declare_tool_lint macroflip1995-1/+1
2018-08-28Update imports and rustupOliver Schneider-1/+1
2018-08-20#3016 Add backticks for the msgLachezar Lechev-1/+1
2018-08-20#3016 Add feedback and implement test for fixed hardcoded suggestionLachezar Lechev-13/+13
2018-08-20#3016 [WIP] Implement feedback and suggestionsLachezar Lechev-14/+27
2018-08-16WIP of #3016 for hardocded suggestion for writeln on empty stringLachezar Lechev-15/+18
2018-08-14Merge pull request #3014 from estk/allow-write-multi-newlinePhilipp Krones-6/+6
2018-08-12docs: add more suggestions on how to fix clippy findings to the online lint l...Matthias Krüger-0/+8
2018-08-07Allow print/write with multiple newlinesEvan Simmons-6/+6
2018-08-07Fix the build after https://github.com/rust-lang/rust/pull/53016Scott McMurray-1/+1
2018-07-25Fix regression in print_literalThomas Gideon-15/+17
2018-07-23RustupOliver Schneider-2/+2
2018-07-23Rewrite the print/write macro checks as a PreExpansionPassOliver Schneider-304/+130
2018-07-20Remove import of if_chainManish Goregaokar-0/+1
2018-07-19Remove import of rustcManish Goregaokar-0/+1
2018-07-16Update for hir renamings in rustcOliver Schneider-1/+1
2018-07-16ExprKindcsmoe-33/+33
2018-06-29RustupMateusz Mikuła-4/+4
2018-05-30Merge pull request #2821 from mati865/rust-2018-migrationOliver Schneider-2/+2
2018-05-30Run rustfixMateusz Mikuła-2/+2
2018-05-29Version bumpOliver Schneider-1/+1
2018-05-29Update to nightly 2018-05-28Mateusz Mikuła-4/+4
2018-04-28Rustup to latest nightlyPhilipp Hansch-4/+4
2018-04-21Add smaller check_unformatted to write.rs and fix precision,width,align false...Michael Recachinas-7/+54
2018-04-15fixing error message for empty println macroMSI\Stew's Laptop-7/+10
2018-04-07New lints for write! / writeln! macros.Evan Simmons-0/+437