rust/src/compiletest
Graydon Hoare dbbaa50290 Nomenclature fixes in the lint checker. Fewer double-negatives.
New style is allow(foo), warn(foo), deny(foo) and forbid(foo),
mirrored by -A foo, -W foo, -D foo and -F foo on command line.

These replace -W no-foo, -W foo, -W err-foo, respectively.

Forbid is new, and means "deny, and you can't override it".
2012-07-26 17:08:33 -07:00
..
common.rs Move the world over to using the new style string literals and types. Closes #2907. 2012-07-14 01:03:43 -07:00
compiletest.rc Nomenclature fixes in the lint checker. Fewer double-negatives. 2012-07-26 17:08:33 -07:00
compiletest.rs remove typestate from code, tests, and docs 2012-07-14 17:37:20 -07:00
errors.rs Move the world over to using the new style string literals and types. Closes #2907. 2012-07-14 01:03:43 -07:00
header.rs Move the world over to using the new style string literals and types. Closes #2907. 2012-07-14 01:03:43 -07:00
procsrv.rs Import reader_util 2012-07-24 10:51:30 -07:00
runtest.rs ~strify win32-specific fns 2012-07-14 18:28:20 -07:00
util.rs ~strify win32-specific fns 2012-07-14 18:28:20 -07:00