rust/src/librustc_driver
Nick Cameron 76856e19ff Add an early lint pass for lints that operate on the AST
There is a minor [breaking-change] for lint authors - some functions which were previously defined on `lint::Context` have moved to a trait - `LintContext`, you may need to import that trait to avoid name resolution errors.
2015-09-17 12:16:46 +12:00
..
driver.rs Add an early lint pass for lints that operate on the AST 2015-09-17 12:16:46 +12:00
lib.rs add MIR crate and link it into the driver 2015-09-06 07:27:23 -04:00
pretty.rs Add an early lint pass for lints that operate on the AST 2015-09-17 12:16:46 +12:00
target_features.rs Add some SIMD target_feature cfg's when appropriate. 2015-08-17 14:41:37 -07:00
test.rs move middle::ty and related modules to middle/ty/ 2015-09-14 10:56:13 +03:00