]> git.lizzy.rs Git - rust.git/commit
auto merge of #9703 : alexcrichton/rust/compiler-features, r=cmr
authorbors <bors@rust-lang.org>
Sun, 6 Oct 2013 21:41:28 +0000 (14:41 -0700)
committerbors <bors@rust-lang.org>
Sun, 6 Oct 2013 21:41:28 +0000 (14:41 -0700)
commit8eb28bb7dcd77ac9e804ab2d75b387ca3f47f9d4
tree8843a8686ba71c57e01aa606c22db4c06bef327c
parent4db6eba3a24778bd64260e5fcae24a41575c4d7b
parent3396365cab2da7bb1e9b57932f4092bfa49d3787
auto merge of #9703 : alexcrichton/rust/compiler-features, r=cmr

This implements the necessary logic for gating particular features off by default in the compiler. There are a number of issues which have been wanting this form of mechanism, and this initially gates features which we have open issues for.

Additionally, this should unblock #9255