| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2016-02-09 | Allow registering MIR-passes through compiler plugins | Oliver Schneider | -0/+1 | |
| 2016-01-24 | mk: Move from `-D warnings` to `#![deny(warnings)]` | Alex Crichton | -2/+3 | |
| This commit removes the `-D warnings` flag being passed through the makefiles to all crates to instead be a crate attribute. We want these attributes always applied for all our standard builds, and this is more amenable to Cargo-based builds as well. Note that all `deny(warnings)` attributes are gated with a `cfg(stage0)` attribute currently to match the same semantics we have today | ||||
| 2015-12-21 | Register new snapshots | Alex Crichton | -2/+0 | |
| Lots of cruft to remove! | ||||
| 2015-11-26 | split the metadata code into rustc_metadata | Ariel Ben-Yehuda | -0/+1 | |
| tests & rustdoc still broken | ||||
| 2015-11-26 | move librustc/plugin to librustc_plugin | Ariel Ben-Yehuda | -0/+80 | |
| this is a [breaking-change] to all plugin authors - sorry | ||||
