summary refs log tree commit diff
path: root/src/test/ui/feature-gates
AgeCommit message (Expand)AuthorLines
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
2020-06-11Stop special casing top level TAITMatthew Jasper-63/+31
2020-06-09[AVR] Re-bless the UI testsDylan McKay-3/+4
2020-06-09[AVR] Add AVR platform supportJake Goulding-0/+20
2020-06-04test: ui: skip tests which aren't appropriate for RISC-VTom Eccles-1/+3
2020-05-31Clarify errors and warnings about the transition to the new asm!Amanieu d'Antras-4/+4
2020-05-30Tweak type parameter errors to reduce verbosityEsteban Küber-7/+1
2020-05-27Mark deduplicated errors as expected in gate testLeSeulArtichaut-0/+2
2020-05-27Apply suggestions from code reviewLeSeulArtichaut-20/+27
2020-05-27Add testsLeSeulArtichaut-0/+27
2020-05-23Add test for #69415Yuki Okushi-16/+19
2020-05-20Add tests for `#[ffi_const]` and `#[ffi_pure]` function attributesMatthias Schiffer-0/+36
2020-05-18Fix feature gate testsAmanieu d'Antras-10/+14
2020-05-18Add tests for asm!Amanieu d'Antras-22/+4
2020-05-16Fix issue number typo in noteJonas Schievink-1/+1
2020-05-03Add more tests for cfg(version)mibac138-3/+52
2020-05-03Change cfg(version) error message wordingmibac138-6/+9
2020-05-03Implement RFC 2523, `#[cfg(version(..))]`mibac138-0/+121
2020-04-30Rollup merge of #71205 - NeoRaider:check_attr, r=jonas-schievinkDylan DPC-10/+55
2020-04-16rustc: fix check_attr() for methods, closures and foreign functionsMatthias Schiffer-10/+55
2020-04-15Deprecate the asm! macroAmanieu d'Antras-4/+22
2020-04-11rustc: Add a warning count upon completionRoccoDev-1/+1
2020-04-04Update the description of link_cfg unstableRustin-Liu-1/+1
2020-04-02tests: remove ignore directives from tests that mention core/alloc/std spans.Eduard-Mihai Burtescu-6/+1
2020-03-27Rollup merge of #70457 - Centril:non-exhaustive-scrutinee-type, r=estebankMazdak Farrokhzad-0/+3
2020-03-27non-exhastive diagnostic: add note re. scrutinee typeMazdak Farrokhzad-0/+3
2020-03-26Update tests to use llvm_asm!Amanieu d'Antras-2/+22
2020-03-26Rename asm! to llvm_asm!Amanieu d'Antras-2/+2
2020-03-26create a tracking issue and link to itNiko Matsakis-1/+1
2020-03-26introduce `negative_impls` feature gate and documentNiko Matsakis-1/+1
2020-03-24resolve: Remove `rustc_attrs` as a standalone feature gateVadim Petrochenkov-9/+3
2020-03-23Ignore tests on some platforms due to #53081Aaron Hill-1/+6
2020-03-22Store idents for `DefPathData` into crate metadataAaron Hill-0/+5
2020-03-12Rollup merge of #69722 - estebank:negative-impl-span-ast, r=CentrilMazdak Farrokhzad-2/+2
2020-03-10Rollup merge of #69514 - GuillaumeGomez:remove-spotlight, r=kinnisonMazdak Farrokhzad-16/+0
2020-03-08Rollup merge of #69561 - JohnTitor:clean-up-unstable-book, r=Mark-SimulacrumMazdak Farrokhzad-7/+0
2020-03-04Tweak output for invalid negative impl AST errorsEsteban Küber-2/+2
2020-03-03Update testsYuki Okushi-35/+0
2020-03-01Make `rustc_attrs` tracking issue NoneYuki Okushi-7/+0
2020-02-27Remove "important traits" featureGuillaume Gomez-16/+0