about summary refs log tree commit diff
path: root/src/test/ui/feature-gates
AgeCommit message (Expand)AuthorLines
2019-07-11Fix failing testsVadim Petrochenkov-2/+2
2019-07-11resolve: Divide macro path resolution into speculative and error reporting partsVadim Petrochenkov-12/+12
2019-07-11resolve/expand: Catch macro kind mismatches early in resolveVadim Petrochenkov-8/+8
2019-07-09normalize use of backticks in compiler messages for libsyntax/feature_gateSamy Kacimi-318/+318
2019-07-08Rollup merge of #62472 - fakenine:normalize_use_of_backticks_compiler_message...Mazdak Farrokhzad-2/+2
2019-07-07syntax: Add feature gate.David Wood-0/+24
2019-07-07normalize use of backticks in compiler messages for librustc_typecheckSamy Kacimi-2/+2
2019-07-07Address review comments + Fix rebaseVadim Petrochenkov-1/+13
2019-07-07syntax: Migrate built-in macros to the regular stability checkingVadim Petrochenkov-12/+12
2019-07-05Rollup merge of #62133 - petrochenkov:norustc, r=eddybMazdak Farrokhzad-7/+72
2019-07-05Rollup merge of #62292 - Centril:split-async-closures, r=cramertjMazdak Farrokhzad-11/+1
2019-07-04Rollup merge of #62317 - JohnTitor:move-tests-to-build-pass, r=CentrilMazdak Farrokhzad-1/+1
2019-07-03Adjust tests wrt. 'async_closure' feature gate.Mazdak Farrokhzad-11/+1
2019-07-03Rollup merge of #62255 - Centril:slice-patterns-change-issue, r=varkorMark Rousskov-6/+6
2019-07-03Migrate compile-pass annotations to build-passYuki Okushi-1/+1
2019-07-02feature-gate member constraints outside of async-awaitNiko Matsakis-0/+19
2019-07-01Auto merge of #61682 - Centril:stabilize-type_alias_enum_variants, r=petroche...bors-53/+0
2019-06-30Switch tracking issue for 'slice_patterns'.Mazdak Farrokhzad-6/+6
2019-06-30Feature gate `rustc` attributes harderVadim Petrochenkov-3/+68
2019-06-30Make sure `#[rustc_doc_only_macro]` and other rustc attributes are registeredVadim Petrochenkov-6/+6
2019-06-19Rollup merge of #61748 - estebank:transparent-span, r=CentrilMazdak Farrokhzad-9/+4
2019-06-16Auto merge of #61347 - Centril:stabilize-underscore_const_names, r=petrochenkovbors-47/+0
2019-06-15type_alias_enum_variants: Remove feature gate test.Mazdak Farrokhzad-53/+0
2019-06-14Tweak transparent enums and unions diagnostic spansEsteban Küber-9/+4
2019-06-10Implement RFC 2645 (transparent enums and unions)Michael Bradshaw-0/+42
2019-06-10Stabilize underscore_const_names.Mazdak Farrokhzad-47/+0
2019-06-09Auto merge of #61229 - Centril:stabilize-repr_align_enum, r=nagisabors-22/+0
2019-06-05Addressed points raised in review.Alexander Regueiro-34/+48
2019-06-05Added test suite.Alexander Regueiro-0/+203
2019-05-29Update ui test suite to use dynmemoryruins-10/+10
2019-05-27Stabilize repr_align_enum in 1.37.0.Mazdak Farrokhzad-22/+0
2019-05-22Rollup merge of #60809 - jethrogb:jb/nll-faq, r=pnkfelixMazdak Farrokhzad-0/+1
2019-05-22Allow null-pointer-optimized enums in FFI if their underlying representation ...Michael Bradshaw-1/+11
2019-05-21Add FAQ for NLL migrationJethro Beekman-0/+1
2019-04-23Stabilize futures_apiTaylor Cramer-14/+10
2019-04-23Update ui testsvarkor-1/+1
2019-04-23Remove unnecessary ignore-tidy-linelengthvarkor-1/+0
2019-04-23Auto merge of #60172 - varkor:tidy-double-trailing-newline, r=kennytmbors-6/+0
2019-04-22Remove leading newlinesvarkor-2/+1
2019-04-22Remove double trailing newlinesvarkor-6/+0
2019-04-22update tests for migrate mode by defaultMatthew Jasper-18/+38
2019-04-20Update error message in testvarkor-2/+1
2019-04-20Check async in trait methodsvarkor-5/+26
2019-04-20Add test for async fn methods feature gatingvarkor-4/+19
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-12/+10
2019-04-11Reword tracking issue noteEsteban Küber-241/+241
2019-04-10Tweak unstable diagnostic outputEsteban Küber-270/+511
2019-03-11Update testsVadim Petrochenkov-231/+231
2019-03-05Update test falloutvarkor-16/+2
2019-03-02Point at enum definition when match patterns are not exhaustiveEsteban Küber-0/+4