about summary refs log tree commit diff
path: root/src/test/ui/feature-gates
AgeCommit message (Expand)AuthorLines
2021-10-08Add feature gate to non_exhaustive_omitted_patterns lintDevin Ragotzy-0/+124
2021-10-04Stabilize try_reserveKornel-16/+0
2021-09-22Support `#[track_caller]` on closures and generatorsAaron Hill-0/+28
2021-09-16Auto merge of #88719 - estebank:point-at-arg-for-obligation, r=nagisabors-2/+2
2021-09-16Rollup merge of #88892 - estebank:trait-objects, r=petrochenkovManish Goregaokar-2/+2
2021-09-16Point at argument when evaluating `Path`'s boundsEsteban Kuber-2/+2
2021-09-15Move object safety suggestions to the end of the errorEsteban Kuber-2/+2
2021-09-09Revert "Implement Anonymous{Struct, Union} in the AST"Felix S. Klock II-138/+0
2021-09-01Auto merge of #87688 - camsteffen:let-else, r=cjgillotbors-0/+19
2021-08-31Auto merge of #88414 - Aaron1011:guess-foreign-head-span, r=estebankbors-2/+4
2021-08-30Add let_else feature gateCameron Steffen-0/+19
2021-08-30`feature(const_param_types)` -> `feature(adt_const_params)`lcnr-2/+2
2021-08-30`feature(const_generics)` -> `feature(const_param_types)`lcnr-16/+13
2021-08-27Don't use `guess_head_span` in `predicates_of` for foreign spanAaron Hill-2/+4
2021-08-21Address review commentsAaron Hill-634/+353
2021-08-21Remove `Session.used_attrs` and move logic to `CheckAttrVisitor`Aaron Hill-135/+88
2021-08-17Add needs-asm-support to more testsJosh Stone-1/+3
2021-08-16Use note to point at bound introducing requirementEsteban Küber-3/+3
2021-08-15Fix ui tests for llvm_asm! deprecationAmanieu d'Antras-4/+8
2021-08-12Adjust `check_no_mangle` and `check_export_name` to warn/error on `#[no_mangl...hyd-dev-184/+234
2021-08-12Auto merge of #85296 - bjorn3:plugin_cleanup, r=petrochenkovbors-346/+199
2021-08-11Modify structured suggestion outputEsteban Küber-29/+29
2021-08-10Replace #[plugin_registrar] with exporting __rustc_plugin_registrarbjorn3-346/+199
2021-08-09Auto merge of #87619 - 12101111:fix-native_link_modifiers_bundle, r=petrochenkovbors-13/+18
2021-08-08 Fix feature gate checking of static-nobundle and native_link_modifiers12101111-13/+18
2021-08-04Auto merge of #86155 - alexcrichton:abort-on-unwind, r=nikomatsakisbors-31/+0
2021-08-04Remove trailing whitespace from error messagesFabian Wolff-2/+2
2021-08-03rustc: Fill out remaining parts of C-unwind ABIAlex Crichton-31/+0
2021-07-31Point at unmet explicit lifetime obligation boundEsteban Küber-1/+7
2021-07-31Implement trait upcasting coercion type-checking.Charles Lew-2/+2
2021-07-31Add feature gate tests.Charles Lew-0/+25
2021-07-28Rollup merge of #87501 - spastorino:remove-min-tait, r=oli-obkYuki Okushi-182/+4
2021-07-28Auto merge of #86735 - jhpratt:rfc-3107, r=petrochenkovbors-0/+20
2021-07-27Update testsJacob Pratt-277/+0
2021-07-27Permit deriving default on enums with `#[default]`Jacob Pratt-0/+20
2021-07-27Auto merge of #83484 - JulianKnodt:infer, r=oli-obk,lcnrbors-0/+25
2021-07-27Remove min_type_alias_impl_trait featureSantiago Pastorino-168/+0
2021-07-27Make all tests use type_alias_impl_trait feature instead of minSantiago Pastorino-25/+15
2021-07-26Actually infer args in visitorskadmin-0/+25
2021-07-25Bless tests.Camille GILLOT-6/+6
2021-07-22Auto merge of #87265 - Aaron1011:hir-wf-fn, r=estebankbors-4/+4
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