summary refs log tree commit diff
path: root/src/test/ui/feature-gates
AgeCommit message (Expand)AuthorLines
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-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
2019-02-27Rollup merge of #58761 - Mark-Simulacrum:add-feature-gate-unwind, r=CentrilMazdak Farrokhzad-1/+1
2019-02-27Rollup merge of #58678 - doctorn:refuse-async-fn-2015-edition, r=varkorMazdak Farrokhzad-6/+13
2019-02-26Add tracking issue for the unwind attribute.Mark Rousskov-1/+1
2019-02-25Stabilize `unrestricted_attribute_tokens`Vadim Petrochenkov-27/+0
2019-02-24Deny `async fn` in 2015 editionNathan Corbyn-6/+13
2019-02-23Implement ffi_returns_twice attributegnzlbg-0/+18
2019-02-16Don't abort early when collecting const genericsvarkor-1/+8
2019-02-11Require a list of features to allow in `allow_internal_unstable`Oliver Scherer-9/+9
2019-02-07Add const generics feature gate testvarkor-0/+31
2019-02-07Auto merge of #57998 - niklasf:align-enum, r=nagisabors-0/+21
2019-02-01Auto merge of #57586 - Aaron1011:feature/pub-priv-dep, r=petrochenkovbors-0/+21
2019-02-01Rename external_private_dependency to exported_private_dependenciesAaron Hill-1/+1
2019-02-01Clippy fixes, rename stuff to match RFCAaron Hill-0/+21
2019-01-30Allow #[repr(align(x))] on enums (#57996)Niklas Fiekas-0/+21
2019-01-29Fix testsJohn Kåre Alsaker-10/+3
2019-01-26Rollup merge of #57407 - mehcode:stabilize-extern-crate-self, r=CentrilMazdak Farrokhzad-14/+0
2019-01-17Correct error location indicated by commentsKevin Leimkuhler-4/+4
2019-01-17Override `Iterator::is_sorted_by` in `slice::Iter` implLukas Kalbertodt-14/+4