| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2016-01-24 | mk: Move from `-D warnings` to `#![deny(warnings)]` | Alex Crichton | -2/+2 | |
| 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-30 | use structured errors | Nick Cameron | -14/+1 | |
| 2015-12-21 | Register new snapshots | Alex Crichton | -2/+0 | |
| Lots of cruft to remove! | ||||
| 2015-12-17 | test errors | Nick Cameron | -1/+1 | |
| 2015-12-15 | Mark libsyntax_ext unstable | Seo Sanghyeon | -0/+5 | |
| 2015-12-15 | Fix custom deriving tests | Seo Sanghyeon | -1/+3 | |
| 2015-12-15 | Move built-in syntax extensions to a separate crate | Seo Sanghyeon | -0/+82 | |
