]> git.lizzy.rs Git - rust.git/commit
introduce crate rustc_feature and move active, accepted, and removed to it
authorMazdak Farrokhzad <twingoow@gmail.com>
Fri, 29 Nov 2019 23:23:38 +0000 (00:23 +0100)
committerMazdak Farrokhzad <twingoow@gmail.com>
Fri, 29 Nov 2019 23:25:40 +0000 (00:25 +0100)
commit3d080a4a77274abd747f780b446e6fedce14fac7
treedf823c82dfaebcc574099330709277b5830ccd9d
parentc4375c9dfdd7f31de909f6e9384bac1bf37b44da
introduce crate rustc_feature and move active, accepted, and removed to it
35 files changed:
Cargo.lock
src/librustc/Cargo.toml
src/librustc/arena.rs
src/librustc/ich/impls_syntax.rs
src/librustc/query/mod.rs
src/librustc/session/mod.rs
src/librustc/ty/context.rs
src/librustc/ty/query/mod.rs
src/librustc_feature/Cargo.toml [new file with mode: 0644]
src/librustc_feature/accepted.rs [new file with mode: 0644]
src/librustc_feature/active.rs [new file with mode: 0644]
src/librustc_feature/lib.rs [new file with mode: 0644]
src/librustc_feature/removed.rs [new file with mode: 0644]
src/librustc_lint/Cargo.toml
src/librustc_lint/builtin.rs
src/librustc_parse/Cargo.toml
src/librustc_parse/config.rs
src/librustc_passes/Cargo.toml
src/librustc_passes/check_const.rs
src/librustdoc/clean/cfg.rs
src/librustdoc/lib.rs
src/libsyntax/Cargo.toml
src/libsyntax/attr/builtin.rs
src/libsyntax/feature_gate/accepted.rs [deleted file]
src/libsyntax/feature_gate/active.rs [deleted file]
src/libsyntax/feature_gate/builtin_attrs.rs
src/libsyntax/feature_gate/check.rs
src/libsyntax/feature_gate/mod.rs [deleted file]
src/libsyntax/feature_gate/removed.rs [deleted file]
src/libsyntax/lib.rs
src/libsyntax_expand/Cargo.toml
src/libsyntax_expand/expand.rs
src/libsyntax_expand/mbe/macro_rules.rs
src/libsyntax_ext/Cargo.toml
src/libsyntax_ext/test_harness.rs