| Age | Commit message (Collapse) | Author | Lines |
|
another and were not previously instrumented.
|
|
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
|
|
|
|
Lots of cruft to remove!
|
|
Also split out emitters into their own module.
|
|
tests & rustdoc still broken
|
|
this is a [breaking-change] to all plugin authors - sorry
|