about summary refs log tree commit diff
path: root/src/test/ui/macros
AgeCommit message (Expand)AuthorLines
2020-01-09Update testsVadim Petrochenkov-13/+48
2019-12-21Require issue = "none" over issue = "0" in unstable attributesRoss MacArthur-5/+5
2019-12-08Rollup merge of #66325 - BartMassey:master, r=joshtriplettMazdak Farrokhzad-1/+1
2019-11-26Bless ui tests for libcore reformatDavid Tolnay-2/+2
2019-11-25Tweak removed feature errorEsteban Küber-6/+2
2019-11-25Tweak duplicate matcher binding errorEsteban Küber-28/+12
2019-11-15Cleaned up unused labelsBart Massey-1/+1
2019-11-14Fix ui tests with better error code usageGuillaume Gomez-0/+1
2019-11-10Make error and warning annotations mandatory in UI testsTomasz Miąsko-13/+3
2019-11-06Remove "here" from "expected one of X here"Esteban Küber-3/+3
2019-10-29Rollup merge of #65832 - tlively:emscripten-exception-handling, r=alexcrichtonTyler Mandry-1/+1
2019-10-28Rollup merge of #65640 - estebank:recover-missing-semi, r=CentrilMazdak Farrokhzad-2/+2
2019-10-28review commentsEsteban Küber-1/+1
2019-10-28Tweak unexpected token wordingEsteban Küber-1/+1
2019-10-27Point at local similarly named element and tweak references to variantsEsteban Küber-2/+7
2019-10-25Re-enable Emscripten's exception handling supportThomas Lively-1/+1
2019-10-24Increase spacing for suggestions in diagnosticsEsteban Küber-0/+11
2019-10-16Upgrade Emscripten targets to use upstream LLVM backendThomas Lively-0/+2
2019-10-15Stabilize proc macros generating `macro_rules` itemsVadim Petrochenkov-5/+4
2019-10-05Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcri...Tyler Mandry-2/+0
2019-10-04Upgrade Emscripten targets to use upstream LLVM backendThomas Lively-0/+2
2019-10-01Rollup merge of #63931 - petrochenkov:stabmac, r=CentrilMazdak Farrokhzad-5/+18
2019-10-01Address review commentsVadim Petrochenkov-0/+11
2019-09-30syntax: Support modern attribute syntax in the `meta` matcherVadim Petrochenkov-6/+0
2019-09-30Stabilize macros in `extern` blocksVadim Petrochenkov-5/+18
2019-09-15resolve: Remove `!` from "cannot find" diagnostics for macrosVadim Petrochenkov-7/+7
2019-09-15resolve: Tweak "cannot find" wording for attributesVadim Petrochenkov-2/+2
2019-09-08Give method not found a primary span labelEsteban Küber-2/+2
2019-08-27proc_macro: Update `Span::def_site` to use the proc macro definition locationVadim Petrochenkov-9/+23
2019-08-25pprust: Do not print spaces before some tokensVadim Petrochenkov-1/+1
2019-08-22Rollup merge of #63624 - estebank:unreachable-macro, r=petrochenkovMazdak Farrokhzad-0/+8
2019-08-21review commentsEsteban Küber-11/+2
2019-08-21When declaring a declarative macro in an item it's only accessible inside itEsteban Küber-0/+17
2019-08-21expand: Keep the correct current expansion ID for eager expansionsVadim Petrochenkov-0/+3
2019-08-19Cherry-pick src/test changes with Centril's changessd234678-11/+9
2019-08-17Serialize additional data for procedural macrosAaron Hill-2/+8
2019-08-16Rollup merge of #63613 - petrochenkov:stdhyg, r=alexcrichtonMazdak Farrokhzad-1/+1
2019-08-15Hygienize use of built-in macros in the standard libraryVadim Petrochenkov-1/+1
2019-08-15Group all ui tests and move to abi #62593Kevin Per-62/+0
2019-08-10diagnostics: Describe crate root modules in `DefKind::Mod` as "crate"Vadim Petrochenkov-1/+1
2019-08-10Give built-in macros stable addresses in the standard libraryVadim Petrochenkov-0/+157
2019-08-09Rollup merge of #62672 - lzutao:deprecated-try-macro, r=CentrilMazdak Farrokhzad-0/+2
2019-08-09Allow deprecated try macro in test cratesLzu Tao-3/+2
2019-08-09Deprecate `try!` macroBO41-0/+3
2019-08-05Don't recommend `extern crate` syntaxKornel-2/+2
2019-08-03Rollup merge of #62954 - ia0:fix_typo_span, r=CentrilMazdak Farrokhzad-22/+22
2019-08-01Add check-pass test for #63102.Robert Bartlensky-0/+8
2019-07-28Remove lint annotations in specific crates that are already enforced by rustb...Vadim Petrochenkov-4/+2
2019-07-27tests: Move run-pass tests with naming conflicts to uiVadim Petrochenkov-0/+765
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-0/+2079