about summary refs log tree commit diff
path: root/src/test/ui/feature-gates
AgeCommit message (Expand)AuthorLines
2019-10-31Revert "pre-expansion gate crate_visibility_modifier"Eduard-Mihai Burtescu-13/+1
2019-10-31Revert "pre-expansion gate const_generics"Eduard-Mihai Burtescu-23/+9
2019-10-31Revert "pre-expansion gate decl_macro"Eduard-Mihai Burtescu-14/+1
2019-10-31Revert "pre-expansion gate box_patterns"Eduard-Mihai Burtescu-13/+1
2019-10-31Revert "pre-expansion gate exclusive_range_pattern"Eduard-Mihai Burtescu-17/+4
2019-10-31Revert "pre-expansion gate try_blocks"Eduard-Mihai Burtescu-7/+4
2019-10-31Revert "pre-expansion gate label_break_value"Eduard-Mihai Burtescu-5/+2
2019-10-31Revert "pre-expansion gate box_syntax"Eduard-Mihai Burtescu-5/+2
2019-10-31Revert "pre-expansion gate type_ascription"Eduard-Mihai Burtescu-5/+2
2019-10-31Stabilize the `re_rebalance_coherence` featureOhad Ravid-24/+0
2019-10-29Rollup merge of #65832 - tlively:emscripten-exception-handling, r=alexcrichtonTyler Mandry-1/+1
2019-10-29Rollup merge of #65809 - roblabla:eficall-abi, r=nagisaMazdak Farrokhzad-70/+141
2019-10-29Rollup merge of #65318 - estebank:coherence, r=varkorMazdak Farrokhzad-2/+2
2019-10-28suggest `const_in_array_repeat_expression` flagDavid Wood-2/+21
2019-10-28Use more targeted spans for orphan rule errorsEsteban Küber-2/+2
2019-10-25Re-enable Emscripten's exception handling supportThomas Lively-1/+1
2019-10-25Add proper tracking issue for EFIAPIroblabla-7/+7
2019-10-25Add new EFIAPI ABIroblabla-70/+141
2019-10-25RFC 2008: StabilizationDavid Wood-22/+0
2019-10-25Rollup merge of #65747 - Centril:union-issue-fix, r=varkorMazdak Farrokhzad-3/+3
2019-10-24Adjust the tracking issue for `untagged_unions`.Mazdak Farrokhzad-3/+3
2019-10-24pre-expansion gate type_ascriptionMazdak Farrokhzad-2/+5
2019-10-24pre-expansion gate box_syntaxMazdak Farrokhzad-2/+5
2019-10-24pre-expansion gate label_break_valueMazdak Farrokhzad-2/+5
2019-10-24pre-expansion gate try_blocksMazdak Farrokhzad-4/+7
2019-10-24pre-expansion gate exclusive_range_patternMazdak Farrokhzad-4/+17
2019-10-24pre-expansion gate box_patternsMazdak Farrokhzad-1/+13
2019-10-24pre-expansion gate decl_macroMazdak Farrokhzad-1/+14
2019-10-24pre-expansion gate const_genericsMazdak Farrokhzad-9/+23
2019-10-24pre-expansion gate crate_visibility_modifierMazdak Farrokhzad-1/+13
2019-10-24pre-expansion gate associated_type_boundsMazdak Farrokhzad-1/+14
2019-10-24pre-expansion gate trait_alias.Mazdak Farrokhzad-1/+19
2019-10-23Auto merge of #57545 - bovinebuddha:object_safe_for_dispatch, r=nikomatsakisbors-0/+87
2019-10-22RFC 2027: "first draft" of implementationMathias Blikstad-16/+87
2019-10-21Rollup merge of #62330 - SimonSapin:no-drop-in-union-fields, r=RalfJungMazdak Farrokhzad-7/+32
2019-10-21Report even duplilcate errors in case the feature gat is not activeOliver Scherer-4/+29
2019-10-17Plugins deprecation: don’t suggest simply removing the attributeSimon Sapin-4/+4
2019-10-16Update test expectationsThomas Lively-1/+1
2019-10-16Upgrade Emscripten targets to use upstream LLVM backendThomas Lively-0/+1
2019-10-15Organize `never_type` testsMazdak Farrokhzad-1/+2
2019-10-14Remove an outdated test output fileVadim Petrochenkov-16/+0
2019-10-13Rollup merge of #65248 - estebank:mention-if-let, r=cramertjMazdak Farrokhzad-0/+23
2019-10-11Rollup merge of #65283 - petrochenkov:softstab2, r=estebankTyler Mandry-2/+15
2019-10-11Rollup merge of #64986 - skinny121:fn-ptr-const-generics, r=varkorTyler Mandry-0/+48
2019-10-11Change untagged_unions to not allow union fields with dropUlrik Sverdrup-3/+3
2019-10-10stability: Do not use `buffer_lint` after lowering to HIRVadim Petrochenkov-2/+15
2019-10-09Suggest `if let` on `let` refutable bindingEsteban Küber-0/+23
2019-10-09Update ui testsben-4/+4
2019-10-09Gate use of raw and function pointers in const generics behindben-0/+48
2019-10-07track_caller run-pass test, lint cleanup, PR review.Adam Perry-2/+1