summary refs log tree commit diff
path: root/compiler/rustc_feature/src/active.rs
AgeCommit message (Expand)AuthorLines
2021-06-14Revert "Allow specifying alignment for functions"Felix S. Klock II-3/+0
2021-04-30Auto merge of #84401 - crlf0710:impl_main_by_path, r=petrochenkovbors-0/+3
2021-04-29Implement RFC 1260 with feature_name `imported_main`.Charles Lew-0/+3
2021-04-28Auto merge of #83386 - mark-i-m:stabilize-pat2015, r=nikomatsakisbors-3/+0
2021-04-28Auto merge of #84562 - richkadel:issue-83601, r=tmandrybors-0/+4
2021-04-28Auto merge of #83713 - spastorino:revert-pub-macro-rules, r=nikomatsakisbors-3/+0
2021-04-27remove pat2021mark-3/+0
2021-04-27adds feature gating of `no_coverage` at either crate- or function-levelRich Kadel-0/+4
2021-04-25Auto merge of #84299 - lcnr:const-generics-defaults-name-res, r=varkorbors-0/+4
2021-04-24Auto merge of #84310 - RalfJung:const-fn-feature-flags, r=oli-obkbors-0/+6
2021-04-23Revert "Rollup merge of #82296 - spastorino:pubrules, r=nikomatsakis"Santiago Pastorino-3/+0
2021-04-21loosen ordering restricts for `const_generics_defaults`lcnr-0/+4
2021-04-20Add an attribute to be able to configure the limitOli Scherer-0/+3
2021-04-19add gate tests and pacify tidyRalf Jung-6/+6
2021-04-18Auto merge of #83799 - crlf0710:stablize_non_ascii_idents, r=Manishearthbors-3/+0
2021-04-18separate feature flag for unsizing casts in const fnRalf Jung-0/+3
2021-04-18move 'trait bounds on const fn' to separate feature gateRalf Jung-0/+3
2021-04-16Remove #[main] attribute.Charles Lew-3/+0
2021-04-15stabilize :pat2015, leave :pat2021 gatedmark-1/+1
2021-04-08rustc: Add a new `wasm` ABIAlex Crichton-0/+3
2021-04-08Stablize `non_ascii_idents` feature.Charles Lew-3/+0
2021-04-06Auto merge of #81234 - repnop:fn-alignment, r=lcnrbors-0/+3
2021-04-05Allow specifying alignment for functionsWesley Norris-0/+3
2021-04-03Remove attribute `#[link_args]`Vadim Petrochenkov-3/+0
2021-04-02Auto merge of #80965 - camelid:rename-doc-spotlight, r=jyn514bors-3/+4
2021-03-23Rollup merge of #83384 - mark-i-m:rename-pat2018, r=joshtriplettYuki Okushi-1/+1
2021-03-22rename :pat2018 -> :pat215mark-1/+1
2021-03-19stabilize or_patternsmark-3/+0
2021-03-15Rename `#[doc(spotlight)]` to `#[doc(notable_trait)]`Camelid-3/+4
2021-03-15Replace `type_alias_impl_trait` by `min_type_alias_impl_trait` with no actual...Oli Scherer-0/+4
2021-03-10Auto merge of #76570 - cratelyn:implement-rfc-2945-c-unwind-abi, r=Amanieubors-0/+3
2021-03-10Rollup merge of #79208 - LeSeulArtichaut:stable-unsafe_op_in_unsafe_fn, r=nik...Yuki Okushi-3/+0
2021-03-09rustc_target: add "unwind" payloads to `Abi`katelyn a. martin-0/+3
2021-03-02Rollup merge of #82516 - PoignardAzur:inherent-impl-ty, r=oli-obkYuki Okushi-0/+4
2021-02-26update tracking issue for `relaxed_struct_unsize`lcnr-1/+1
2021-02-25Add feature gate for inherent associate types.Olivier FAURE-0/+4
2021-02-19Update pub_macro_rules since versionSantiago Pastorino-1/+1
2021-02-19Support `pub` on `macro_rules`Vadim Petrochenkov-0/+3
2021-02-18Stabilize `unsafe_op_in_unsafe_fn` lintLeSeulArtichaut-3/+0
2021-02-07Feature gate macro attributes in `#[derive]` outputVadim Petrochenkov-0/+4
2021-02-04add `relaxed_struct_unsize` feature gateBastian Kauschke-0/+3
2021-02-02Add a new ABI to support cmse_nonsecure_callHugues de Valon-0/+3
2021-01-30Remove const_in_array_rep_exprkadmin-3/+0
2021-01-26Auto merge of #80692 - Aaron1011:feature/query-result-debug, r=estebankbors-1/+1
2021-01-17Feature-gate `pointer` and `reference` in intra-doc linksJoshua Nelson-0/+2
2021-01-16Enforce that query results implement DebugAaron Hill-1/+1
2021-01-01Allow references to interior mutable data behind a feature gateoli-0/+3
2021-01-01mark `const_generics_defaults` as an incomplete featureRémy Rakic-0/+1
2021-01-01fix typo in feature gates fileRémy Rakic-1/+1
2021-01-01first pass at default values for const genericsJulian Knodt-0/+3