about summary refs log tree commit diff
path: root/tests/ui/replace_consts.rs
AgeCommit message (Expand)AuthorLines
2020-01-01Add `if let` test caseKrishna Veera Reddy-1/+11
2019-12-31Prevent `replace_consts` lint within match patternsKrishna Veera Reddy-0/+6
2019-07-06Remove lint for ONCE_INITLzu Tao-7/+0
2019-07-06Update rustfix testsLzu Tao-1/+3
2019-01-28Atomics constants are now handled by the deprecation lintOliver Scherer-12/+0
2019-01-13Add run-rustfix to replace_const testWilco Kusee-1/+2
2019-01-08Remove all copyright license headersPhilipp Hansch-9/+0
2018-12-09rustfmt testsMatthias Krüger-2/+1
2018-12-09add rustfmt::skip attributes to some testsMatthias Krüger-2/+2
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-2/+4
2018-05-28Removed stable feature flagsAaron Power-4/+0
2018-03-25make it pass for nowMark Mansi-0/+5
2018-03-25i128 is stableMark Mansi-1/+1
2018-01-11Add lint to replace `const`s with `const fn`sHMPerson1-0/+96