summary refs log tree commit diff
path: root/src/test/ui/proc-macro
AgeCommit message (Expand)AuthorLines
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
2022-06-02Revert #96682.Nicholas Nethercote-86/+59
2022-05-27proc_macro: don't pass a client-side function pointer through the server.Eduard-Mihai Burtescu-9/+12
2022-05-04Show invisible delimeters (within comments) when pretty printing.Nicholas Nethercote-59/+86
2022-04-28rustc_ast: Harmonize delimiter naming with `proc_macro::Delimiter`Vadim Petrochenkov-1/+1
2022-04-16Implementation for 65853Jack Huey-0/+5
2022-04-04Rollup merge of #95343 - dtolnay:literals, r=petrochenkovDylan DPC-2/+13
2022-04-02ast_lowering: Stop wrapping `ident` matchers into groupsVadim Petrochenkov-18/+6
2022-03-27Rollup merge of #91981 - estebank:tweakaroo, r=lcnrDylan DPC-4/+4
2022-03-27Eagerly replace `{integer}`/`{float}` with `i32`/`f64` for suggestionEsteban Kuber-4/+4
2022-03-26Use str and char's Debug impl to format literalsDavid Tolnay-8/+8
2022-03-26Add test for proc_macro Literal string and character constructorsDavid Tolnay-0/+11
2022-03-26proc-macro: Stop wrapping `ident` matchers into groupsVadim Petrochenkov-414/+21
2022-03-20Filter OnceNote in diagnostic infra.Camille GILLOT-0/+15
2022-03-11run rust-fix in amputate-span.rs. (Thanks to ekuber for pushing me to do this.)Felix S. Klock II-2/+73
2022-03-03Adjusted diagnostic output so that if there is no `use` in a item sequence,Felix S. Klock II-0/+102
2022-02-07Auto merge of #93179 - Urgau:unreachable-2021, r=m-ou-se,oli-obkbors-3/+1
2022-01-31Bless all pretty printer tests and ui testsDavid Tolnay-2/+1
2022-01-31Fix invalid special casing of the unreachable! macroLoïc BRANSTETT-3/+1
2022-01-30Bless all pretty printer tests and ui testsDavid Tolnay-56/+54
2022-01-23Remove deduplication of early lintsAaron Hill-5/+87
2022-01-10expand: Pick `cfg`s and `cfg_attrs` one by one, like other attributesVadim Petrochenkov-15/+1
2021-12-09Add needs-unwind to tests that depend on panickingDavid Koloski-0/+1
2021-12-08Rollup merge of #91245 - cameron1024:suggest-i32-u32-char-cast, r=nagisaMatthias Krüger-0/+5
2021-12-05Auto merge of #91555 - matthiaskrgr:rollup-pq0iaq7, r=matthiaskrgrbors-35/+35
2021-12-05Rollup merge of #91437 - dtolnay:emptybrace, r=nagisaMatthias Krüger-35/+35
2021-12-04Use IntoIterator for array impl everywhere.Mara Bos-1/+2
2021-12-01Pretty print empty blocks as {}David Tolnay-35/+35
2021-11-28suggest cast char -> intcameron-0/+5
2021-11-28expand: Turn `ast::Crate` into a first class expansion targetVadim Petrochenkov-10/+21
2021-11-14Move some tests to more reasonable directoriesCaio-0/+84
2021-11-13Auto merge of #87264 - mystor:expand_literal, r=petrochenkovbors-0/+257
2021-11-12proc_macro: Add an expand_expr method to TokenStreamNika Layzell-0/+257