about summary refs log tree commit diff
path: root/compiler/rustc_feature/src/removed.rs
AgeCommit message (Expand)AuthorLines
2023-03-12Remove `box_syntax` from AST and use in toolsclubby789-0/+2
2023-02-28Remove the `capture_disjoint_fields` featureclubby789-0/+2
2022-09-26replace stabilization placeholdersPietro Albini-1/+1
2022-08-28Remove `register_attr` featureYuki Okushi-0/+3
2022-07-13add array tests, cleanup, tidy, and blessRalf Jung-1/+1
2022-07-13remove untagged_union feature gateRalf Jung-0/+3
2022-06-13Rollup merge of #97875 - JohnTitor:rm-infer-static-outlives-requirements, r=p...Matthias Krüger-0/+3
2022-06-09Stabilize the `bundle` native library modifierVadim Petrochenkov-0/+3
2022-06-08Remove the `infer_static_outlives_requirements` featureYuki Okushi-0/+3
2022-05-21Remove feature: `crate` visibility modifierJacob Pratt-0/+2
2022-02-24Remove in-band lifetimesMichael Goulet-0/+3
2022-01-28remove allow_fail test flagyuhaixin.hx-0/+2
2021-11-24Create rustdoc_internals feature gateGuillaume Gomez-0/+6
2021-11-15Alphabetize language featuresJacob Pratt-96/+94
2021-09-09Ignore automatically derived impls of `Clone` and `Debug` in dead code analysisFabian Wolff-2/+0
2021-09-07Fix typo in `const_generics` replaced with `adt_const_params` noteMingwei Samuel-1/+1
2021-08-30`feature(const_param_types)` -> `feature(adt_const_params)`lcnr-1/+1
2021-08-30`feature(const_generics)` -> `feature(const_param_types)`lcnr-0/+3
2021-08-30rename const_evaluatable_checked to generic_const_exprsEllen-0/+4
2021-08-27Introduce `~const`Deadbeef-0/+3
2021-08-10Replace #[plugin_registrar] with exporting __rustc_plugin_registrarbjorn3-1/+4
2021-08-03rustc: Fill out remaining parts of C-unwind ABIAlex Crichton-0/+5
2021-07-28min_type_alias_impl_trait is going to be removed in 1.56Santiago Pastorino-1/+1
2021-07-27Remove min_type_alias_impl_trait featureSantiago Pastorino-0/+4
2021-07-27existential_type was removed in favor of type_alias_impl_traitSantiago Pastorino-1/+1
2021-07-19Improve impl_trait_in_bindings removed feature textSantiago Pastorino-1/+1
2021-07-18Remove impl_trait_in_bindings feature flagSantiago Pastorino-0/+4
2021-07-10remove const_raw_ptr_to_usize_cast featureRalf Jung-0/+4
2021-06-04Remove `doc(include)`Joshua Nelson-0/+4
2021-05-09remove const_fn feature gateRalf Jung-0/+3
2021-04-23Add pub_macro_rules to the list of removed featuresSantiago Pastorino-0/+2
2021-04-16Remove #[main] attribute.Charles Lew-0/+2
2021-04-03Remove attribute `#[link_args]`Vadim Petrochenkov-0/+4
2021-04-02Auto merge of #80965 - camelid:rename-doc-spotlight, r=jyn514bors-0/+5
2021-03-15Rename `#[doc(spotlight)]` to `#[doc(notable_trait)]`Camelid-0/+5
2021-03-15Replace `type_alias_impl_trait` by `min_type_alias_impl_trait` with no actual...Oli Scherer-1/+1
2021-01-30Remove const_in_array_rep_exprkadmin-0/+3
2020-11-23Rename `optin_builtin_traits` to `auto_traits`Camelid-1/+4
2020-09-17Fix 'FIXME' about using NonZeroU32 instead of u32.Mara Bos-3/+3
2020-08-30mv compiler to compiler/mark-0/+129