index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
compile-fail
/
lint-unnecessary-parens.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-31
Kill more `isize`s
Tobias Bucher
-6
/
+6
2015-01-08
Update compile-fail tests to use is/us, not i/u.
Huon Wilson
-6
/
+6
2015-01-08
Update compile fail tests to use isize.
Huon Wilson
-1
/
+1
2015-01-02
Use `derive` rather than `deriving` in tests
Nick Cameron
-1
/
+1
2014-12-03
Remove feature gates for `if let`, `while let`, and tuple indexing
Nick Cameron
-1
/
+0
2014-10-28
Update code with new lint names
Aaron Turon
-1
/
+1
2014-10-10
Add tests for `while let`
John Gallagher
-1
/
+2
2014-09-30
Move `if let` behind a feature gate
Kevin Ballard
-0
/
+1
2014-09-30
Produce a better error for irrefutable `if let` patterns
Kevin Ballard
-0
/
+1
2014-06-29
librustc: Remove the fallback to `int` for integers and `f64` for
Patrick Walton
-4
/
+4
2014-06-27
rustc: update the unnecessary parens lint for struct literals.
Huon Wilson
-0
/
+23
2014-03-28
Convert most code to new inner attribute syntax.
Brian Anderson
-1
/
+1
2014-02-22
Warn about unnecessary parentheses upon assignment
Eduard Bopp
-0
/
+3
2014-01-21
rustc: add lint for parens in if, while, match and return.
Huon Wilson
-0
/
+25