summary refs log tree commit diff
path: root/src/test/ui/macros
AgeCommit message (Expand)AuthorLines
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
2019-07-27Fix typo in Delimited::open_ttJulien Cretin-22/+22
2019-07-26Auto merge of #62086 - petrochenkov:builtout, r=eddybbors-0/+28
2019-07-26Introduce built-in macros through libcoreVadim Petrochenkov-0/+28
2019-07-25Implement slow-path for FirstSets::firstJulien Cretin-0/+93
2019-07-23Rollup merge of #62791 - estebank:type-ascription, r=petrochenkovMark Rousskov-1/+1
2019-07-20Auto merge of #62710 - estebank:bad-named-args, r=petrochenkovbors-14/+22
2019-07-19Implement checks for meta-variables in macrosJulien Cretin-0/+220
2019-07-19Handle more cases of typos misinterpreted as type ascriptionEsteban Küber-1/+1
2019-07-19Auto merge of #62684 - petrochenkov:scopevisit, r=davidtwcobors-11/+7
2019-07-18resolve: Visit all scopes to collect suggestion candidates for unresolved macrosVadim Petrochenkov-5/+5