about summary refs log tree commit diff
path: root/compiler/rustc_feature
AgeCommit message (Expand)AuthorLines
2021-04-18Auto merge of #83799 - crlf0710:stablize_non_ascii_idents, r=Manishearthbors-3/+2
2021-04-16Remove #[main] attribute.Charles Lew-3/+6
2021-04-08Auto merge of #84008 - Dylan-DPC:rollup-invxvg8, r=Dylan-DPCbors-1/+1
2021-04-08Fix outdated crate names in compiler docspierwill-1/+1
2021-04-08rustc: Add a new `wasm` ABIAlex Crichton-0/+3
2021-04-08Stablize `non_ascii_idents` feature.Charles Lew-3/+2
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-8/+4
2021-04-02Auto merge of #80965 - camelid:rename-doc-spotlight, r=jyn514bors-3/+9
2021-04-01Fix the `unsafe_block_in_unsafe_fn`s stabilized versionYuki Okushi-1/+1
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/+2
2021-03-15Rename `#[doc(spotlight)]` to `#[doc(notable_trait)]`Camelid-3/+9
2021-03-15Replace `type_alias_impl_trait` by `min_type_alias_impl_trait` with no actual...Oli Scherer-1/+5
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/+2
2021-03-09rustc_target: add "unwind" payloads to `Abi`katelyn a. martin-0/+3
2021-03-04Rollup merge of #82697 - jplatte:patch-1, r=davidtwcoYuki Okushi-1/+1
2021-03-02Rollup merge of #82516 - PoignardAzur:inherent-impl-ty, r=oli-obkYuki Okushi-0/+4
2021-03-02Fix stabilization version of move_ref_patternJonas Platte-1/+1
2021-02-26update tracking issue for `relaxed_struct_unsize`lcnr-1/+1
2021-02-25Auto merge of #82447 - Amanieu:legacy_const_generics, r=oli-obkbors-0/+1
2021-02-25Add feature gate for inherent associate types.Olivier FAURE-0/+4
2021-02-23Add #[rustc_legacy_const_generics]Amanieu d'Antras-0/+1
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/+2
2021-02-07Feature gate macro attributes in `#[derive]` outputVadim Petrochenkov-0/+4
2021-02-07expand/resolve: Turn `#[derive]` into a regular macro attributeVadim Petrochenkov-1/+0
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/+3
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-09Allow #[rustc_builtin_macro = "name"].Mara Bos-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
2020-12-30Implement edition-based macro pat featuremark-0/+3
2020-12-26stabilize min_const_genericsBastian Kauschke-5/+6
2020-12-12tidy: Re-enable check for inline unit testsVadim Petrochenkov-27/+26
2020-12-09Accept arbitrary expressions in key-value attributes at parse timeVadim Petrochenkov-0/+3
2020-11-23Rename `optin_builtin_traits` to `auto_traits`Camelid-4/+8
2020-11-17Auto merge of #78801 - sexxi-goose:min_capture, r=nikomatsakisbors-0/+5
2020-11-15Rollup merge of #77802 - jyn514:bootstrap-specific, r=nikomatsakisJonas Schievink-3/+39
2020-11-10Indroduce feature flag for RFC-2229Aman Arora-0/+5