rust/src/comp/middle
Haitao Li 2a59ab8fa5 rustc: Specify lint checks via crate attributes
A crate attribute like `#[lint(no_ctypes)]` can now be used to turn off
ctypes checking.

Issue #1543
2012-01-22 01:33:37 +08:00
..
tstate Handle fail after return correctly in typestate 2012-01-20 17:26:31 -08:00
alias.rs rustc: ";" to "," in enums 2012-01-19 18:04:25 -08:00
ast_map.rs rustc: ";" to "," in enums 2012-01-19 18:04:25 -08:00
block_use.rs distinguish "any closure" and "stack closure" (block) 2012-01-13 09:31:40 -08:00
capture.rs rustc: ";" to "," in enums 2012-01-19 18:04:25 -08:00
check_alt.rs Remove '.' after nullary tags in patterns 2012-01-18 23:17:34 -08:00
check_const.rs Remove '.' after nullary tags in patterns 2012-01-18 23:17:34 -08:00
debuginfo.rs rustc: ";" to "," in enums 2012-01-19 18:04:25 -08:00
fn_usage.rs Remove '.' after nullary tags in patterns 2012-01-18 23:17:34 -08:00
freevars.rs Remove '.' after nullary tags in patterns 2012-01-18 23:17:34 -08:00
gc.rs Remove support for the '.' after a nullary tag in a pattern 2012-01-19 01:04:59 -08:00
kind.rs Remove '.' after nullary tags in patterns 2012-01-18 23:17:34 -08:00
last_use.rs rustc: ";" to "," in enums 2012-01-19 18:04:25 -08:00
lint.rs rustc: Specify lint checks via crate attributes 2012-01-22 01:33:37 +08:00
mut.rs rustc: ";" to "," in enums 2012-01-19 18:04:25 -08:00
pat_util.rs Remove '.' after nullary tags in patterns 2012-01-18 23:17:34 -08:00
resolve.rs rustc: Always resolve reexported names from original def 2012-01-21 18:03:09 +08:00
shape.rs rustc: ";" to "," in enums 2012-01-19 18:04:25 -08:00
trans_alt.rs Additional ; to , changes, disable "tag" and ";" in parser. Close #1430. Close #1428. 2012-01-19 19:29:21 -08:00
trans_build.rs rustc: Use integer from ctypes consistently 2012-01-19 02:10:36 +08:00
trans_closure.rs rustc: ";" to "," in enums 2012-01-19 18:04:25 -08:00
trans_common.rs Additional ; to , changes, disable "tag" and ";" in parser. Close #1430. Close #1428. 2012-01-19 19:29:21 -08:00
trans_impl.rs Remove '.' after nullary tags in patterns 2012-01-18 23:17:34 -08:00
trans_uniq.rs revert changes to trans_uniq.rs 2012-01-06 22:40:32 -08:00
trans_vec.rs Remove '.' after nullary tags in patterns 2012-01-18 23:17:34 -08:00
trans.rs rustc: ";" to "," in enums 2012-01-19 18:04:25 -08:00
ty.rs rustc: ";" to "," in enums 2012-01-19 18:04:25 -08:00
typeck.rs rustc: ";" to "," in enums 2012-01-19 18:04:25 -08:00