about summary refs log tree commit diff
path: root/src/test/ui/macros
AgeCommit message (Expand)AuthorLines
2020-11-02Treat trailing semicolon as a statement in macro callAaron Hill-0/+27
2020-10-25Rollup merge of #77984 - Aaron1011:fix/macro-mod-weird-parent, r=petrochenkovYuki Okushi-0/+25
2020-10-24Rollup merge of #78327 - petrochenkov:inconsist, r=Aaron1011Jonas Schievink-0/+25
2020-10-24Compute proper module parent during resolutionAaron Hill-0/+25
2020-10-24resolve: Relax macro resolution consistency check to account for any errorsVadim Petrochenkov-0/+25
2020-10-24Rollup merge of #78264 - JohnTitor:macro-test, r=petrochenkovJonas Schievink-0/+10
2020-10-23Auto merge of #77015 - davidtwco:check-attr-variant-closure-expr, r=lcnrbors-17/+1
2020-10-23Add regression test for issue-77475Yuki Okushi-0/+10
2020-09-30Re-run tests with --blessTemirkhan Myrzamadi-0/+3
2020-09-28passes: `check_attr` on more targetsDavid Wood-17/+1
2020-09-21Record `tcx.def_span` instead of `item.span` in crate metadataAaron Hill-8/+4
2020-09-12Auto merge of #73461 - calebzulawski:validate-attribute-placement, r=matthewj...bors-11/+9
2020-09-09Rollup merge of #75984 - kornelski:typeormodule, r=matthewjasperTyler Mandry-14/+14
2020-09-08Update testsGuillaume Gomez-1/+2
2020-09-05Allow #[cold], #[track_caller] on closures. Fix whitespace in error messages.Caleb Zulawski-15/+3
2020-09-05Emit warnings for misplaced attributes used by some cratesCaleb Zulawski-1/+4
2020-09-05Check placement of more attributesCaleb Zulawski-11/+18
2020-09-02Auto merge of #76160 - scileo:format-recovery, r=petrochenkovbors-2/+2
2020-09-02Improve recovery on malformed format callSasha-2/+2
2020-09-01Clarify message about unresolved useKornel-14/+14
2020-09-01Give a better error message for duplicate built-in macrosJoshua Nelson-3/+48
2020-08-27Abort when catch_unwind catches a foreign exceptionAmanieu d'Antras-17/+18
2020-08-18Promote missing_fragment_specifier to hard errorAleksey Kladov-10/+0
2020-08-18Move macro test to ui/macrosAleksey Kladov-0/+19
2020-08-02Auto merge of #74785 - euclio:deprecation-kinds, r=petrochenkovbors-8/+8
2020-07-27mv std libs to library/mark-3/+3
2020-07-26report kind of deprecated item in messageAndy Russell-8/+8
2020-07-01Rollup merge of #73569 - Aaron1011:fix/macro-rules-group, r=petrochenkovManish Goregaokar-0/+25
2020-07-01Insert NoDelim groups around nonterminals when lowering macro_rulesAaron Hill-0/+25
2020-06-30Stabilize `#[track_caller]`.Adam Perry-5/+3
2020-05-26expand `env!` with def-site contextAndy Russell-0/+2
2020-05-19Auto merge of #69171 - Amanieu:new-asm, r=nagisa,nikomatsakisbors-17/+24
2020-05-19Auto merge of #68717 - petrochenkov:stabexpat, r=varkorbors-1/+1
2020-05-18Add tests for asm!Amanieu d'Antras-17/+24
2020-05-09Rollup merge of #71185 - JohnTitor:run-fail, r=petrochenkovRalf Jung-0/+113
2020-05-08Skip tests on emscriptenYuki Okushi-0/+15
2020-05-07reword "possible candidate" import suggestionAndy Russell-1/+1
2020-05-06Move tests from `test/run-fail` to UIYuki Okushi-0/+98
2020-05-03Stabilize fn-like proc macros in expression, pattern and statement positionsVadim Petrochenkov-1/+1
2020-05-01Add new tests and bless old testsLeSeulArtichaut-3/+7
2020-04-30Rollup merge of #71205 - NeoRaider:check_attr, r=jonas-schievinkDylan DPC-5/+3
2020-04-23Moving more build-pass tests to check-passVal Markovic-1/+1
2020-04-16rustc: fix check_attr() for methods, closures and foreign functionsMatthias Schiffer-5/+3
2020-04-11rustc: Add a warning count upon completionRoccoDev-1/+9
2020-04-04macro_rules: `NtLifetime` cannot start with an identifierVadim Petrochenkov-0/+13
2020-04-02tests: remove ignore directives from tests that mention core/alloc/std spans.Eduard-Mihai Burtescu-16/+3
2020-03-27Rollup merge of #70434 - Centril:fix-34421, r=estebankMazdak Farrokhzad-0/+55
2020-03-27suggest semi on expr mac!() good as stmt mac!().Mazdak Farrokhzad-0/+55
2020-03-26Update tests to use llvm_asm!Amanieu d'Antras-8/+8
2020-03-24fix rebase fallout due to #69497.Mazdak Farrokhzad-10/+25