about summary refs log tree commit diff
path: root/src/test/ui/feature-gates
AgeCommit message (Expand)AuthorLines
2020-11-23Rename `optin_builtin_traits` to `auto_traits`Camelid-4/+4
2020-11-22Auto merge of #79243 - Nadrieril:consolidate-tests, r=varkorbors-10/+15
2020-11-22resolve: Do not put macros into `module.unexpanded_invocations` unless necessaryVadim Petrochenkov-64/+64
2020-11-21Improve integer range testsNadrieril-10/+15
2020-11-19Rollup merge of #78961 - CraftSpider:22565, r=oli-obkDylan DPC-12/+12
2020-11-11Missing feature-gate-abi fileRune Tynan-6/+6
2020-11-11Add a sane error for rust-call functions not taking tuples during type checki...Rune Tynan-6/+6
2020-11-09Add `#[cfg(panic = "...")]`David Hewitt-0/+32
2020-11-07Implement destructuring assignment for tuplesFabian Zaiser-0/+18
2020-10-27Make tidy happySantiago Pastorino-2/+2
2020-10-27Add unsized_fn_params featureSantiago Pastorino-3/+55
2020-10-25Rollup merge of #78208 - liketechnik:issue-69399, r=oli-obkYuki Okushi-1/+29
2020-10-21validate allow_internal_unstable targetFlorian Warzecha-1/+11
2020-10-21add rustc_allow_const_fn_unstable attributeFlorian Warzecha-0/+18
2020-10-20review commentsEsteban Küber-5/+5
2020-10-20Tweak "object unsafe" errorsEsteban Küber-23/+39
2020-10-16stabilize union with 'ManuallyDrop' fields and 'impl Drop for Union'Ralf Jung-36/+22
2020-10-09Auto merge of #77578 - euclio:max-suggestion, r=davidtwcobors-1/+4
2020-10-08suggest `MAX` constant if -1 is assigned to unsigned typeAndy Russell-1/+4
2020-10-06Update to chalk 0.31. Implement some unimplemented. Ignore some tests in comp...Jack Huey-13/+14
2020-10-06Fix tests from rebaseMatthew Jasper-29/+28
2020-10-06Fix rebaseMatthew Jasper-5/+18
2020-10-06Fix tests and bootstrapMatthew Jasper-17/+18
2020-10-06Separate bounds and predicates for associated/opaque typesMatthew Jasper-18/+35
2020-09-25Rollup merge of #77160 - ecstatic-morse:const-fn-transmute-suggestion, r=oli-obkJonas Schievink-37/+46
2020-09-24Bless testsDylan MacKenzie-37/+46
2020-09-21Add feature gate ui test for cfg(target_has_atomic_equal_alignment).Mara Bos-1/+67
2020-09-21Add feature gate ui test for cfg(target_has_atomic_load_store).Mara Bos-1/+67
2020-09-14Stabilize doc_alias featureGuillaume Gomez-16/+0
2020-09-02pretty: trim paths of unique symbolsDan Aloni-21/+20
2020-08-08Auto merge of #74877 - lcnr:min_const_generics, r=oli-obkbors-8/+8
2020-08-06Fix ICE when using asm! on an unsupported architectureAmanieu d'Antras-2/+2
2020-08-05impl reviewBastian Kauschke-8/+8
2020-07-27mv std libs to library/mark-1/+1
2020-07-25Use the proper span when WF-checking an impl self typeAaron Hill-2/+2
2020-07-16Revert "Remove "important traits" feature"Manish Goregaokar-0/+16
2020-07-14Suggest borrowing in more unsized fn param casesEsteban Küber-1/+4
2020-07-14Remove `Sized` `on_unimplemented` noteEsteban Küber-4/+0
2020-07-14Suggest boxing or borrowing unsized fieldsEsteban Küber-2/+2
2020-07-11Rollup merge of #74168 - JohnTitor:help-for-in-band-lifetimes, r=petrochenkovManish Goregaokar-0/+22
2020-07-11Stabilize `transmute` in constants and statics but not const fnOliver Scherer-19/+147
2020-07-10Tweak wordingYuki Okushi-16/+16
2020-07-10Add a help to use `in_band_lifetimes` in nightlyYuki Okushi-0/+22
2020-07-05Address code reviewsYuki Okushi-4/+4
2020-07-05Explain exhaustive matching on {usize,isize} maximum valuesYuki Okushi-0/+4
2020-06-30Stabilize `#[track_caller]`.Adam Perry-17/+0
2020-06-23Rollup merge of #73398 - oli-obk:const_raw_ptr_cmp, r=varkor,RalfJung,nagisaManish Goregaokar-10/+4
2020-06-20Move bounds on associated types to the typeMatthew Jasper-25/+7
2020-06-19Remove the const_raw_ptr_comparison feature gate.Oliver Scherer-10/+4
2020-06-15Auto merge of #72080 - matthewjasper:uniform-impl-trait, r=nikomatsakisbors-63/+31