rust/compiler/rustc_hir/src
Yuki Okushi 36f1ed6de2
Rollup merge of #85850 - bjorn3:less_feature_gates, r=jyn514
Remove unused feature gates

The first commit removes a usage of a feature gate, but I don't expect it to be controversial as the feature gate was only used to workaround a limitation of rust in the past. (closures never being `Clone`)

The second commit uses `#[allow_internal_unstable]` to avoid leaking the `trusted_step` feature gate usage from inside the index newtype macro. It didn't work for the `min_specialization` feature gate though.

The third commit removes (almost) all feature gates from the compiler that weren't used anyway.
2021-06-04 13:42:54 +09:00
..
arena.rs Revert "Reduce the amount of untracked state in TyCtxt" 2021-06-01 09:05:22 +02:00
def.rs Document Res and its friends 2021-04-07 18:03:38 -07:00
definitions.rs Miscellaneous inlining improvements 2021-06-02 08:49:58 +02:00
hir.rs Auto merge of #85892 - tmiasko:i, r=oli-obk 2021-06-02 10:47:58 +00:00
hir_id.rs Address review comments 2021-03-27 22:16:34 -04:00
intravisit.rs Add support for const operands and options to global_asm! 2021-05-13 22:31:57 +01:00
itemlikevisit.rs Store ForeignItem in a side table. 2020-11-26 21:29:27 +01:00
lang_items.rs Auto merge of #84767 - scottmcm:try_trait_actual, r=lcnr 2021-05-18 20:50:01 +00:00
lib.rs Remove unused feature gates 2021-05-31 13:55:43 +02:00
pat_util.rs Auto merge of #83599 - jyn514:unorderable, r=Aaron1011 2021-04-03 04:11:35 +00:00
stable_hash_impls.rs Fix outdated crate names in compiler docs 2021-04-08 11:12:14 -05:00
target.rs Visit more targets when checking attrs 2021-02-09 21:54:46 +01:00
tests.rs Fix test 2021-05-30 12:51:36 +02:00
weak_lang_items.rs Fix outdated crate names in compiler docs 2021-04-08 11:12:14 -05:00