about summary refs log tree commit diff
path: root/src/test/ui/macros
AgeCommit message (Expand)AuthorLines
2018-10-28resolve: More precise spans for privacy errorsVadim Petrochenkov-2/+2
2018-10-26Rollup merge of #55301 - estebank:macro-allowed, r=petrochenkovkennytm-96/+288
2018-10-26Rollup merge of #55298 - estebank:macro-def, r=pnkfelixkennytm-21/+81
2018-10-26Rollup merge of #55292 - estebank:macro-eof, r=pnkfelixkennytm-15/+72
2018-10-25List allowed tokens after macro fragmentsEsteban Küber-96/+288
2018-10-24Fix incorrect semicolon suggestionEsteban Küber-3/+1
2018-10-24Point to macro def span instead of whole bodyEsteban Küber-146/+86
2018-10-23Point at macro definition when no rules expect tokenEsteban Küber-48/+168
2018-10-24Add `extern crate` items to extern preludeVadim Petrochenkov-4/+0
2018-10-23Modify invalid macro in expression context diagnosticEsteban Küber-15/+59
2018-10-23Add macro call span when lacking any other span in diagnosticEsteban Küber-0/+15
2018-10-12Add missing lifetime fragment specifier to error message.Eric Huss-1/+1
2018-10-10Remove incorrect span for second label inner macro invocationholmgr-3/+0
2018-10-07Auto merge of #54813 - petrochenkov:uilocale, r=alexcrichtonbors-28/+17
2018-10-05make `Parser::parse_foreign_item()` return a foreign item or errorAustin Bonander-0/+27
2018-10-05Fix two UI tests with locale-dependent outputVadim Petrochenkov-28/+17
2018-10-03resolve: Prefer `macro_rules` definitions to in-module macro definitions in s...Vadim Petrochenkov-0/+83
2018-09-22Stabilize crate_in_paths, extern_absolute_paths and extern_prelude on all edi...Eduard-Mihai Burtescu-0/+8
2018-09-16Auto merge of #54157 - euclio:structured-suggestion, r=estebankbors-1/+1
2018-09-13resolve: Introduce two sub-namespaces in macro namespaceVadim Petrochenkov-21/+14
2018-09-12use structured suggestion for "missing mut" labelAndy Russell-1/+1
2018-09-08resolve: More precise spans for ambiguous resolution errorsVadim Petrochenkov-34/+16
2018-09-08Add checks for expected macro output in restricted shadowing testsVadim Petrochenkov-116/+132
2018-09-08Add test cases for possible restricted shadowing configurationsVadim Petrochenkov-0/+876
2018-09-08resolve: Relax shadowing restriction on macro-expanded macrosVadim Petrochenkov-26/+42
2018-09-08resolve: Model shadowing restriction for macro_rules after modern macrosVadim Petrochenkov-2/+26
2018-09-08resolve: Model `resolve_legacy_scope` after `resolve_lexical_macro_path_segment`Vadim Petrochenkov-5/+16
2018-08-31cleanup: Add main functions to some UI testsVadim Petrochenkov-14/+8
2018-08-20resolve: Consolidate error reporting for resolved macros in `fn resolve_macro...Vadim Petrochenkov-2/+2
2018-08-17Auto merge of #50911 - petrochenkov:macuse, r=alexcrichtonbors-66/+17
2018-08-17Rollup merge of #53413 - eddyb:featured-in-the-latest-edition, r=varkorCorey Farwell-5/+5
2018-08-17Stabilize `use_extern_macros`Vadim Petrochenkov-66/+17
2018-08-17Rollup merge of #53412 - eddyb:stage-who, r=alexcrichtonkennytm-16/+15
2018-08-16Auto merge of #53256 - ollie27:writeln, r=KodrAusbors-0/+53
2018-08-16tests: prefer edition: directives to compile-flags:--edition.Eduard-Mihai Burtescu-5/+5
2018-08-16Auto merge of #53293 - petrochenkov:gramattr2, r=alexcrichtonbors-8/+7
2018-08-16Revert "Ignore test that fails on stage1"Eduard-Mihai Burtescu-16/+15
2018-08-14Ignore test that fails on stage1Matthew Jasper-15/+16
2018-08-15syntax: Enforce attribute grammar in the parserVadim Petrochenkov-8/+7
2018-08-14Fixed 'no such file or directory' mismatch between Windows and Linux.David Wood-15/+18
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+2381
2018-08-10Don't accept none str literals for the format string in writelnOliver Middleton-0/+53
2018-08-07Suggest comma when missing in macro callEsteban Küber-4/+36
2018-08-06Point at correct span when missing comma in `println`Esteban Küber-7/+19
2018-08-06Suggest comma when writing `println!("{}" a);`Esteban Küber-0/+24
2018-08-01Switch to bootstrapping from 1.29 betaMark Rousskov-4/+1
2018-07-31Use suggestions for shell format argumentsEsteban Küber-5/+24
2018-07-26Rollup merge of #52649 - estebank:fmt-span, r=oli-obkMark Rousskov-13/+43
2018-07-24Add span label for format str missing specifierEsteban Küber-5/+9
2018-07-24Use suggestions for `printf` formatEsteban Küber-7/+33