P1start
|
39a8c23c0b
|
Make the naming lints only warn on names with upper/lowercase equivalents
Closes #21735.
|
2015-01-30 14:18:04 +13:00 |
|
Huon Wilson
|
0c70ce1424
|
Update compile fail tests to use isize.
|
2015-01-08 11:02:24 -05:00 |
|
Aaron Turon
|
e0ad0fcb95
|
Update code with new lint names
|
2014-10-28 08:54:21 -07:00 |
|
P1start
|
c1c76590cb
|
update identifier naming warnings to give an example
This updates identifier warnings such as ``struct `foo_bar` should have a
camel case identifier`` to provide an example.
Closes #14738.
|
2014-06-08 17:56:09 +12:00 |
|
Brian Anderson
|
451e8c1c61
|
Convert most code to new inner attribute syntax.
Closes #2569
|
2014-03-28 17:12:21 -07:00 |
|
Kiet Tran
|
c06dd0e0af
|
Add dead-code warning pass
|
2013-12-08 02:55:27 -05:00 |
|
Huon Wilson
|
c437a16c5d
|
rustc: add a lint to enforce uppercase statics.
|
2013-07-01 17:52:57 +10:00 |
|