about summary refs log tree commit diff
path: root/tests/ui/write_with_newline.rs
AgeCommit message (Expand)AuthorLines
2019-11-12don't warn on CRLF in `with_newline` lintsAndy Russell-0/+6
2019-05-30add suggestions for print/write with newline lintAndy Russell-0/+3
2019-02-18Check {print,write}_with_newline for literal newlinephil-0/+12
2019-02-18Add failing test for #3778 write_with_newlinephil-1/+1
2019-02-17Add failing test for #3778 write_with_newlinephil-0/+3
2019-01-08Remove all copyright license headersPhilipp Hansch-9/+0
2018-12-14Merge branch 'master' into fix-3514Michael Wright-3/+0
2018-12-11Fix write_with_newline escaping false positiveMichael Wright-0/+5
2018-12-09rustfmt testsMatthias Krüger-3/+0
2018-10-11Stabilize tool lintsOliver Scherer-1/+1
2018-10-06Add license header to Rust filesManish Goregaokar-0/+10
2018-09-06print_with_newline / write_with_newline: don't warn about string with several...Matthias Krüger-0/+2
2018-08-29Adapt ui-tests to the tool_lintsflip1995-2/+4
2018-08-07Allow print/write with multiple newlinesEvan Simmons-2/+4
2018-04-07New lints for write! / writeln! macros.Evan Simmons-0/+25