about summary refs log tree commit diff
path: root/src/test/ui/proc-macro/auxiliary
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-2795/+0
2022-11-29fix #104884, Avoid Invalid code suggested when encountering unsatisfied trait...yukang-0/+23
2022-09-04proc_macro/bridge: use the cross-thread executor for nested proc-macrosNika Layzell-3/+20
2022-08-08add regression test for #79148Takayuki Maeda-0/+19
2022-07-31Remove workarounds for issue 59998bjorn3-0/+13
2022-06-24proc_macro: Fix expand_expr expansion of bool literalsNika Layzell-1/+70
2022-06-16Do not suggest adding semicolon/changing delimiters for macros in item positi...Chayim Refael Friedman-0/+26
2022-06-02Revert #96682.Nicholas Nethercote-21/+8
2022-05-04Show invisible delimeters (within comments) when pretty printing.Nicholas Nethercote-8/+21
2022-03-26Use str and char's Debug impl to format literalsDavid Tolnay-6/+6
2022-03-26Add test for proc_macro Literal string and character constructorsDavid Tolnay-0/+11
2022-03-03Adjusted diagnostic output so that if there is no `use` in a item sequence,Felix S. Klock II-0/+14
2021-12-05Auto merge of #91555 - matthiaskrgr:rollup-pq0iaq7, r=matthiaskrgrbors-2/+2
2021-12-04Use IntoIterator for array impl everywhere.Mara Bos-1/+2
2021-12-01Pretty print empty blocks as {}David Tolnay-2/+2
2021-11-14Move some tests to more reasonable directoriesCaio-0/+38
2021-11-12proc_macro: Add an expand_expr method to TokenStreamNika Layzell-0/+81
2021-11-05Add test to confirm fnn_unsuffixed does not emit exponent notationDavid Tolnay-0/+6
2021-10-25Append .0 to unsuffixed float if it would otherwise become int tokenDavid Tolnay-0/+4
2021-10-10Stabilize proc_macro::is_availablebjorn3-1/+0
2021-08-04Auto merge of #87712 - est31:line-column-1-based, r=petrochenkovbors-0/+37
2021-08-03Remove space after negative sign in Literal to_stringDavid Tolnay-3/+3
2021-08-03Auto merge of #87262 - dtolnay:negative, r=Aaron1011bors-0/+11
2021-08-03Add testsest31-0/+37
2021-07-18Support negative numbers in Literal::from_strDavid Tolnay-0/+11
2021-07-17Add test for `#[allow]` for warnings on attribute macroAaron Hill-0/+19
2021-05-19Add proc macro Literal parse testDavid Tolnay-0/+27
2021-05-19Make a more meaningful test for Punct eqDavid Tolnay-5/+5
2021-05-19Move proc_macro tests to ui testDavid Tolnay-0/+25
2021-05-19Make a ui test to take the role of libproc_macro #[test] testsDavid Tolnay-0/+16
2021-05-15Remove some unncessary spaces from pretty-printed tokenstream outputAaron Hill-4/+4
2021-05-12Implement span quoting for proc-macrosAaron Hill-0/+80
2021-04-10Auto merge of #84023 - Aaron1011:derive-invoc-order, r=petrochenkovbors-0/+22
2021-04-10Expand derive invocations in left-to-right orderAaron Hill-0/+22
2021-04-10Add some proc-macro attribute token handling testsAaron Hill-1/+3
2021-04-07Rollup merge of #83634 - JohnTitor:proc-macro-ice, r=varkorDylan DPC-0/+19
2021-04-01Rollup merge of #83015 - hyd-dev:test-79825-81555, r=Aaron1011Dylan DPC-0/+14
2021-03-30Add a regression test for issue-75801JohnTitor-0/+13
2021-03-29Do not emit the advanced diagnostics on macrosJohnTitor-0/+19
2021-03-26Always preserve `None`-delimited groups in a captured `TokenStream`Aaron Hill-4/+5
2021-03-21Perform 'deep recollection' in test helper macrosAaron Hill-1/+32
2021-03-11Add regression test for https://github.com/rust-lang/rust/issues/79825hyd-dev-0/+14
2021-02-28Add more proc-macro attribute testsAaron Hill-0/+14
2021-02-23Add testsVadim Petrochenkov-6/+16
2021-01-28Clone entire `TokenCursor` when collecting tokensAaron Hill-0/+23
2020-12-05Add a regression test for issue-66286Yuki Okushi-0/+14
2020-11-28Auto merge of #78296 - Aaron1011:fix/stmt-tokens, r=petrochenkovbors-4/+4
2020-11-26Use custom macro instead of printlnAaron Hill-4/+4
2020-11-23Cache pretty-print/retokenize result to avoid compile time blowupAaron Hill-0/+16
2020-11-03Expand `NtExpr` tokens only in key-value attributesVadim Petrochenkov-0/+6