summary refs log tree commit diff
path: root/src/test/ui/feature-gates
AgeCommit message (Expand)AuthorLines
2021-06-14Revert "Allow specifying alignment for functions"Felix S. Klock II-16/+0
2021-05-22Disallows `#![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
2021-04-08Rollup merge of #83689 - estebank:cool-bears-hot-tip, r=davidtwcoDylan DPC-1/+5
2021-04-08Stablize `non_ascii_idents` feature.Charles Lew-164/+0
2021-04-07Rollup merge of #83954 - estebank:issue-83613, r=varkorDylan DPC-1/+1
2021-04-06Point at `impl` and type defs introducing requirements on E0277Esteban Küber-1/+5
2021-04-07Disable using non-ascii identifiers in extern blocks.Charles Lew-1/+12
2021-04-06Remove trailing `:` from E0119 messageEsteban Küber-1/+1
2021-04-06Auto merge of #81234 - repnop:fn-alignment, r=lcnrbors-0/+16
2021-04-05Allow specifying alignment for functionsWesley Norris-0/+16
2021-04-05Rollup merge of #83820 - petrochenkov:nolinkargs, r=nagisaDylan DPC-47/+0
2021-04-03Remove redundant `ignore-tidy-linelength` annotationsSimon Jakobi-328/+323
2021-04-03Remove attribute `#[link_args]`Vadim Petrochenkov-47/+0
2021-04-02Rollup merge of #83673 - hi-rustin:rustin-patch-suggestion, r=estebankDylan DPC-2/+2
2021-04-02Auto merge of #80965 - camelid:rename-doc-spotlight, r=jyn514bors-16/+16
2021-03-31give full path of constraint in suggest_constraining_type_paramhi-rustin-2/+2
2021-03-24resolve late lifetimes by itemJack Huey-84/+84
2021-03-23Update testskadmin-2/+2
2021-03-22rename :pat2018 -> :pat215mark-5/+5
2021-03-15Rename `#[doc(spotlight)]` to `#[doc(notable_trait)]`Camelid-16/+16
2021-03-15Only allow tait defining uses in function and method return positionOli Scherer-14/+19
2021-03-15Replace `type_alias_impl_trait` by `min_type_alias_impl_trait` with no actual...Oli Scherer-134/+244
2021-03-10Auto merge of #79519 - cjgillot:noattr, r=wesleywiserbors-97/+97
2021-03-10Rollup merge of #79208 - LeSeulArtichaut:stable-unsafe_op_in_unsafe_fn, r=nik...Yuki Okushi-36/+0
2021-03-09Bless tests.Camille GILLOT-97/+97
2021-02-25Add feature gate for inherent associate types.Olivier FAURE-0/+22
2021-02-19Support `pub` on `macro_rules`Vadim Petrochenkov-0/+49
2021-02-18Stabilize `unsafe_op_in_unsafe_fn` lintLeSeulArtichaut-36/+0
2021-02-15Add long explanation for E0545Jesus Rubio-0/+1