summary refs log tree commit diff
path: root/src/test/ui/macros
AgeCommit message (Expand)AuthorLines
2020-01-26rustc_span: move pretty syntax from macro_backtrace to ExpnKind::descr.Eduard-Mihai Burtescu-1/+1
2020-01-16resolve: Point at the private item definitions in privacy errorsVadim Petrochenkov-1/+8
2020-01-11Rollup merge of #68072 - JohnTitor:fix-macro-ice, r=petrochenkovMazdak Farrokhzad-0/+14
2020-01-11Fix test not to depend on environmentYuki Okushi-6/+5
2020-01-10Ignore platforms that can't point to stdEsteban Küber-4/+12
2020-01-10Use `def_span` to minimize definition span to first line when possibleEsteban Küber-11/+6
2020-01-10Point at the span for the definition of crate foreign ADTsEsteban Küber-2/+22
2020-01-10Fix ICE #68058Yuki Okushi-0/+15
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