about summary refs log tree commit diff
path: root/src/test/ui/feature-gates
AgeCommit message (Expand)AuthorLines
2021-07-20Add long explanation for E0722Chris Midgley-1/+2
2021-07-20Support HIR wf checking for function signaturesAaron Hill-4/+4
2021-07-20Auto merge of #87141 - spastorino:remove_impl_trait_in_bindings, r=oli-obkbors-55/+18
2021-07-19Various diagnostics clean ups/tweaksEsteban Küber-16/+37
2021-07-19Improve impl trait disallowed context error textSantiago Pastorino-7/+7
2021-07-18Remove impl_trait_in_bindings feature flagSantiago Pastorino-12/+11
2021-07-17Remove OpaqueTyOrigin::BindingSantiago Pastorino-36/+0
2021-07-13Auto merge of #86922 - joshtriplett:target-abi, r=oli-obkbors-0/+50
2021-07-07Implement cfg(target_abi) (RFC 2992)Josh Triplett-0/+50
2021-07-07Change linked tracking issue for more qualified pathsRyan Levick-3/+3
2021-07-06Replace per-target ABI denylist with an allowlistSimonas Kazlauskas-542/+777
2021-06-10Auto merge of #80080 - rylev:qpath-on-struct, r=petrochenkovbors-0/+57
2021-06-10Auto merge of #82639 - jyn514:stable-options, r=Mark-Simulacrumbors-11/+1
2021-06-10Add support for using qualified paths with structs in expression and patternRyan Levick-0/+57
2021-06-06Don't pass -Z unstable-options by default for UI testsJoshua Nelson-11/+1
2021-06-06Auto merge of #84171 - ricobbe:raw-dylib-via-llvm, r=petrochenkovbors-0/+65
2021-06-04Add first cut of functionality for #58713: support for #[link(kind = "raw-dyl...Richard Cobbe-0/+65
2021-06-04Remove `doc(include)`Joshua Nelson-24/+0
2021-05-26stabilize member constraintsNiko Matsakis-28/+0
2021-05-22Make the THIR unsafeck use the `thir_body` queryLeSeulArtichaut-22/+22
2021-05-18Stabilize extended_key_value_attributesJoshua Nelson-47/+0
2021-05-16Implement Anonymous{Struct, Union} in the ASTjedel1043-0/+138
2021-05-13Auto merge of #83129 - LeSeulArtichaut:thir-unsafeck, r=nikomatsakisbors-12/+133
2021-05-12Show macro name in 'this error originates in macro' messageAaron Hill-5/+5
2021-05-11Test `-Zthir-unsafeck` for unsafe function callsLeSeulArtichaut-12/+133
2021-05-09remove const_fn feature gateRalf Jung-59/+1
2021-05-07Rollup merge of #84871 - richkadel:no-coverage-unstable-only, r=nagisaDylan DPC-6/+10
2021-05-05Implement RFC 2951: Native link modifiersLuqman Aden-2/+108
2021-05-05Disallows `#![feature(no_coverage)]` on stable and betaRich Kadel-6/+10
2021-04-30Auto merge of #84401 - crlf0710:impl_main_by_path, r=petrochenkovbors-0/+18
2021-04-29Implement RFC 1260 with feature_name `imported_main`.Charles Lew-0/+18
2021-04-28Auto merge of #83386 - mark-i-m:stabilize-pat2015, r=nikomatsakisbors-29/+0
2021-04-28Auto merge of #84562 - richkadel:issue-83601, r=tmandrybors-0/+21
2021-04-28Auto merge of #83713 - spastorino:revert-pub-macro-rules, r=nikomatsakisbors-49/+0
2021-04-27remove pat2021mark-20/+0
2021-04-27adds feature gating of `no_coverage` at either crate- or function-levelRich Kadel-0/+21
2021-04-25'const fn' in trait are rejected in the AST, this feature gate check is a NOPRalf Jung-54/+12
2021-04-23Revert "Rollup merge of #82296 - spastorino:pubrules, r=nikomatsakis"Santiago Pastorino-49/+0
2021-04-20Add an attribute to be able to configure the limitOli Scherer-0/+17
2021-04-19fix suggestion for unsized function parameterslcnr-4/+4
2021-04-18Auto merge of #83799 - crlf0710:stablize_non_ascii_idents, r=Manishearthbors-164/+0
2021-04-16Auto merge of #83416 - alexcrichton:const-thread-local, r=sfacklerbors-0/+17
2021-04-16std: Add a variant of thread locals with const initAlex Crichton-0/+17
2021-04-16Remove #[main] attribute.Charles Lew-74/+21
2021-04-15rename pat2015 to pat_parammark-1/+1
2021-04-15stabilize :pat2015, leave :pat2021 gatedmark-13/+4
2021-04-13Auto merge of #84099 - tmiasko:asm-only-x86_64, r=Amanieubors-2/+3
2021-04-13Check for asm support in UI tests that require itTomasz Miąsko-2/+3
2021-04-12Turn old edition lints (anonymous-parameters, keyword-idents) into warn-by-de...Manish Goregaokar-4/+4
2021-04-08rustc: Add a new `wasm` ABIAlex Crichton-75/+164