about summary refs log tree commit diff
path: root/tests/ui/cstring.rs
AgeCommit message (Collapse)AuthorLines
2019-08-21Fix `temporary_cstring_as_ptr` false negativeMichael Wright-1/+16
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-0/+1
2019-01-08Remove all copyright license headersPhilipp Hansch-9/+0
Discussion previously happened in https://github.com/rust-lang/rust/pull/43498
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-08-29Adapt ui-tests to the tool_lintsflip1995-1/+3
2017-10-09move cstring testsCameron Steffen-0/+8