about summary refs log tree commit diff
path: root/tests/ui/format.stderr
AgeCommit message (Collapse)AuthorLines
2020-01-07Update stderrsYuki Okushi-13/+13
2019-08-23Re-add false positive checkLzu Tao-1/+7
2019-08-23Add raw string regression test for useless_format lintLzu Tao-9/+18
2019-08-23Re-factor useless_format lintLzu Tao-2/+2
2019-04-13fix format does not parse escaped braces errorrchaser53-8/+20
2019-03-10Update testsflip1995-4/+4
2019-02-24Fix `useless_format` suggestionsMichael Wright-34/+18
2019-01-08Remove all copyright license headersPhilipp Hansch-9/+9
Discussion previously happened in https://github.com/rust-lang/rust/pull/43498
2018-12-28Update *.stderr filesflip1995-9/+9
2018-12-09update line numbers of testsMatthias Krüger-18/+18
2018-10-06Add license header to Rust filesManish Goregaokar-18/+18
2018-10-03Don't suggest `to_string().to_string` in USELESS_FORMATmcarton-1/+17
2018-10-02Add test for variable width in `USELESS_FORMAT`mcarton-10/+10
2018-08-29Adapt the *.stderr files of the ui-tests to the tool_lintsflip1995-1/+1
2018-04-12Fix useless_format false negativeMichael Wright-1/+49
Closes #2546
2018-04-05Fix useless_format false positive with macrosPhilipp Hansch-6/+6
Clippy was issuing a warning when `format!` was used inside a macro. That's a problem because macros have different syntax and can be outside the control of the user. This skips the `useless_format` check if the `format!` call is inside a macro.
2018-03-19Add suggestion to useless_formatBaelyk-1/+1
Resolves #2505 Suggests that you use `"foo".to_string()` instead of `format!("foo")`.
2018-01-17Update changed ui testsOliver Schneider-0/+2
2017-11-14Apply changes that were required for running in the rustc test suiteOliver Schneider-12/+0
2017-10-03Reduce the hackiness of cargo-clippyOliver Schneider-2/+0
2017-09-29Fix regression with `format!`mcarton-1/+13
2017-09-12Regressions (#2041)Oliver Schneider-13/+1
2017-08-01Move all our tests back to ui testsOliver Schneider-0/+22
2017-05-17Make most tests an `example` so we can run them one by oneOliver Schneider-26/+0
2017-02-08remove all //~ from testsOliver Schneider-3/+3
2017-02-07rustup and compile-fail -> ui test moveOliver Schneider-0/+26