about summary refs log tree commit diff
path: root/src/test/compile-fail/lint-unnecessary-parens.rs
AgeCommit message (Expand)AuthorLines
2015-01-31Kill more `isize`sTobias Bucher-6/+6
2015-01-08Update compile-fail tests to use is/us, not i/u.Huon Wilson-6/+6
2015-01-08Update compile fail tests to use isize.Huon Wilson-1/+1
2015-01-02Use `derive` rather than `deriving` in testsNick Cameron-1/+1
2014-12-03Remove feature gates for `if let`, `while let`, and tuple indexingNick Cameron-1/+0
2014-10-28Update code with new lint namesAaron Turon-1/+1
2014-10-10Add tests for `while let`John Gallagher-1/+2
2014-09-30Move `if let` behind a feature gateKevin Ballard-0/+1
2014-09-30Produce a better error for irrefutable `if let` patternsKevin Ballard-0/+1
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-4/+4
2014-06-27rustc: update the unnecessary parens lint for struct literals.Huon Wilson-0/+23
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
2014-02-22Warn about unnecessary parentheses upon assignmentEduard Bopp-0/+3
2014-01-21rustc: add lint for parens in if, while, match and return.Huon Wilson-0/+25