about summary refs log tree commit diff
path: root/src/test/ui/proc-macro
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-18972/+0
2022-12-22Mark `proc_macro_decls_static` as always usedJoshua Nelson-0/+1
2022-12-13Avoid rendering empty annotationsOli Scherer-4/+0
2022-12-13Make some diagnostics not depend on the source of what they reference being a...Oli Scherer-32/+15
2022-12-10Migrate parts of `rustc_expand` to session diagnosticsnils-20/+28
2022-11-29fix #104884, Avoid Invalid code suggested when encountering unsatisfied trait...yukang-0/+91
2022-11-14Update src/test/ui/proc-macro/expand-expr.rsclubby789-2/+2
2022-11-14Fix using `include_bytes` in pattern positionclubby789-1/+7
2022-11-11Introduce `ExprKind::IncludedBytes`clubby789-8/+13
2022-11-01Rollup merge of #84022 - Aaron1011:remove-derive-res-fallback, r=petrochenkovDylan DPC-100/+36
2022-10-27Correct inconsistent error messages in testsByron Zhong-2/+2
2022-10-24Make PROC_MACRO_DERIVE_RESOLUTION_FALLBACK a hard errorAaron Hill-100/+36
2022-10-21Only apply `ProceduralMasquerade` hack to older versions of `rental`Aaron Hill-105/+321
2022-10-16Account for hygiene when suggesting typos.Camille GILLOT-4/+4
2022-10-14more dupe word typosRageking8-1/+1
2022-10-13fix small word dupe typosRageking8-4/+4
2022-10-05Delay function resolution error until typeckMichael Goulet-6/+6
2022-10-04Improve spans when splitting multi-char operator tokens for proc macros.Nicholas Nethercote-64/+64
2022-10-03Add some more operator cases to `dump-debug-span-debug.rs`.Nicholas Nethercote-32/+102
2022-10-01bless ui testsMaybe Waffle-20/+20
2022-09-27add a label to struct/enum/union ident nameTakayuki Maeda-1/+4
2022-09-23Restore ignore tagFlorian Bartels-1/+0
2022-09-16Rollup merge of #101741 - andrewpollack:add-needs-unwind-ui-tests, r=tmandryMichael Howell-11/+19
2022-09-16Adding needs-unwind arg to applicable compiler ui testsAndrew Pollack-11/+19
2022-09-11Add test for #101211winxpqq955-0/+29
2022-09-04proc_macro/bridge: use the cross-thread executor for nested proc-macrosNika Layzell-3/+20
2022-09-04Rollup merge of #100647 - obeis:issue-99875, r=nagisaMatthias Krüger-1/+1
2022-08-31Fix a bunch of typoDezhi Wu-1/+1
2022-08-29Make the trait bound is not satisfied specify kindObei Sideg-1/+1
2022-08-28Remove `register_attr`-related testsYuki Okushi-247/+183
2022-08-21Account for relative pathsMichael Goulet-1/+4
2022-08-08add regression test for #79148Takayuki Maeda-0/+45
2022-07-31Remove workarounds for issue 59998bjorn3-29/+39
2022-07-19Auto merge of #99451 - Dylan-DPC:rollup-ceghu18, r=Dylan-DPCbors-7/+7
2022-07-19Mention first and last macro in backtraceMichael Goulet-7/+7
2022-07-18proc_macro: stop using a remote object handle for IdentNika Layzell-28/+12
2022-07-15Auto merge of #98203 - kckeiks:gather-body-owners-in-hir-item-queries, r=cjgi...bors-8/+8
2022-07-13use gathered body_owners in par_body_ownersMiguel Guarniz-8/+8
2022-07-10Auto merge of #98463 - mystor:expand_expr_bool, r=eddybbors-1/+70
2022-07-06use `named_span` in case of tuple variantTakayuki Maeda-3/+3
2022-07-01Shorten def_span for more items.Camille GILLOT-2/+2
2022-06-29Rollup merge of #98660 - eddyb:invalid-punct-stage1, r=lqdMatthias Krüger-14/+6
2022-06-29Rollup merge of #98607 - compiler-errors:tuple-wrap-suggestion, r=oli-obkDylan DPC-4/+1
2022-06-29Unbreak stage1 tests via ignore-stage1 in `proc-macro/invalid-punct-ident-1.rs`.Eduard-Mihai Burtescu-14/+6
2022-06-28Don't point at another arg if we're already pointing at oneMichael Goulet-4/+1
2022-06-26proc_macro: stop using a remote object handle for PunctNika Layzell-1/+1
2022-06-24proc_macro: Fix expand_expr expansion of bool literalsNika Layzell-1/+70
2022-06-17Rollup merge of #97377 - ChayimFriedman2:issue-91800, r=estebankYuki Okushi-0/+98
2022-06-16Do not suggest adding semicolon/changing delimiters for macros in item positi...Chayim Refael Friedman-0/+98
2022-06-15Refactor path segment parameter errorEdwinRy-4/+6