about summary refs log tree commit diff
path: root/tests/ui/cstring.stderr
AgeCommit message (Collapse)AuthorLines
2020-01-31update test stderrMatthias Krüger-1/+1
2019-08-21Fix `temporary_cstring_as_ptr` false negativeMichael Wright-6/+23
Fixes #4375. Changes the check to test when `.unwrap().as_ptr()` is called on any `Result<CString, _>` as suggested by @flip1995 (https://github.com/rust-lang/rust-clippy/issues/4375#issuecomment-520724123).
2019-08-09Fix lint_cstring_as_ptr for expectLzu Tao-1/+14
2019-07-19rustup https://github.com/rust-lang/rust/pull/62764Matthias Krüger-1/+1
(was merged as part of https://github.com/rust-lang/rust/pull/62782 )
2019-01-08Remove all copyright license headersPhilipp Hansch-2/+2
Discussion previously happened in https://github.com/rust-lang/rust/pull/43498
2018-12-28Update *.stderr filesflip1995-2/+2
2018-12-10update test stderrMatthias Krüger-4/+4
2018-10-06Add license header to Rust filesManish Goregaokar-11/+11
2018-08-29Adapt the *.stderr files of the ui-tests to the tool_lintsflip1995-5/+5
2018-03-28Update test suiteOliver Schneider-1/+1
2018-01-17Update changed ui testsOliver Schneider-0/+2
2017-11-09Use compiletest 0.3Shotaro Yamada-8/+0
2017-10-09move cstring testsCameron Steffen-0/+22