about summary refs log tree commit diff
path: root/src/test/ui/feature-gates
AgeCommit message (Expand)AuthorLines
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
2020-02-19Tweak binding lifetime suggestion textEsteban Küber-1/+1
2020-02-14Update testsMatthew Jasper-3/+12
2020-02-13ast_validation: tweak diagnostic outputMazdak Farrokhzad-18/+18
2020-02-09--bless --compare-mode=nllMatthias Prechtl-242/+242
2020-02-07Rollup merge of #68164 - tmiasko:no-sanitize, r=nikomatsakisDylan DPC-0/+16
2020-02-06rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.Eduard-Mihai Burtescu-0/+4
2020-02-05Selectively disable sanitizer instrumentationTomasz Miąsko-0/+16
2020-02-02Use more appropriate spans on object unsafe traits and provide structured sug...Esteban Küber-2/+5
2020-02-02Wording changes to object unsafe trait errorsEsteban Küber-5/+21
2020-02-02Slight rewording of diagnostic messageEsteban Küber-2/+2
2020-02-02Tweak `Self: Sized` restriction diagnostic outputEsteban Küber-4/+0
2020-02-02Point at `Sized` boundEsteban Küber-0/+6
2020-02-02Point at arguments or output when fn obligations come from them, or ident whe...Esteban Küber-8/+8
2020-01-31Auto merge of #68080 - varkor:declared-here, r=petrochenkovbors-2/+2
2020-01-28lintify conflicting_repr_hintsMazdak Farrokhzad-1/+7
2020-01-27Auto merge of #68122 - Centril:stabilize-transparent-enums, r=petrochenkovbors-18/+0
2020-01-24Normalise notes with the/isvarkor-2/+2
2020-01-20stabilize transparent_enumsMazdak Farrokhzad-18/+0
2020-01-19When encountering an undefined named lifetime, point to where it can beEsteban Küber-7/+111
2020-01-18slice_patterns: remove feature gate testMazdak Farrokhzad-74/+0
2020-01-16Rollup merge of #68265 - JohnTitor:fix-issue-number, r=Dylan-DPCDylan DPC-1/+1
2020-01-16Fix issue number of `repr128`Yuki Okushi-1/+1
2020-01-12Diagnostics should start lowercasevarkor-5/+5
2020-01-10Auto merge of #65241 - tmiasko:no-std-san, r=alexcrichtonbors-14/+0
2020-01-09Update testsVadim Petrochenkov-2/+32
2020-01-09Remove sanitizer_runtime attributeTomasz Miąsko-14/+0
2020-01-08- remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!}Mazdak Farrokhzad-3/+3
2020-01-05Add backticks to various diagnosticsvarkor-2/+2