about summary refs log tree commit diff
path: root/src/test/ui/feature-gates
AgeCommit message (Expand)AuthorLines
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
2021-02-07expand/resolve: Turn `#[derive]` into a regular macro attributeVadim Petrochenkov-6/+17
2021-02-06path trimming: ignore type aliasesDan Aloni-1/+1
2021-02-04add `relaxed_struct_unsize` feature gateBastian Kauschke-0/+24
2021-01-30Remove const_in_array_rep_exprkadmin-42/+0
2021-01-24Replace version_check dependency with own version parsing codeest31-30/+110
2021-01-17Auto merge of #80942 - c410-f3r:tests-tests-tests, r=petrochenkovbors-0/+63
2021-01-16Move some tests to more reasonable directories - 2Caio-0/+63
2021-01-16Rollup merge of #80971 - camelid:feature-gate-testsuite-organization, r=Mark-...Mara Bos-0/+41
2021-01-13Update tests for extern block lintingMark Rousskov-31/+28
2021-01-12Put all feature gate tests under `feature-gates/`Camelid-0/+41
2021-01-09resolve/expand: Improve attribute expansion on macro definitions and callsVadim Petrochenkov-12/+12
2021-01-05fixed feature gate stderrJake Vossen-1/+1
2021-01-01Auto merge of #80547 - lqd:const_generics_defaults, r=varkorbors-0/+30
2021-01-01make `const_generics_defaults` use the unstable syntax mechanismRémy Rakic-10/+15
2021-01-01add test for the `const_generics_defaults` feature gateRémy Rakic-0/+25
2021-01-01Move feature gate-related testsYuki Okushi-0/+3475
2020-12-26update testsBastian Kauschke-18/+8
2020-12-26delete no longer relevant testsBastian Kauschke-42/+0
2020-12-09Accept arbitrary expressions in key-value attributes at parse timeVadim Petrochenkov-0/+47
2020-12-07Validate naked functions definitionsTomasz Miąsko-5/+9
2020-11-29Update tests to remove old numeric constantsbstrie-4/+2
2020-11-25Auto merge of #79336 - camelid:rename-feature-oibit-to-auto, r=oli-obkbors-4/+4
2020-11-24Auto merge of #79294 - petrochenkov:determ, r=varkorbors-64/+64