summary refs log tree commit diff
path: root/tests/ui/macros
AgeCommit message (Expand)AuthorLines
2025-05-04Auto merge of #140580 - jdonszelmann:variables-external-macros, r=m-ou-sebors-0/+57
2025-05-03Move some tests out of tests/uimejrs-0/+698
2025-05-02Test that names of variables in external macros are not shown on a borrow errorJana Dönszelmann-0/+57
2025-04-30Auto merge of #140503 - matthiaskrgr:rollup-n7zigts, r=matthiaskrgrbors-6/+22
2025-04-30compiletest: Make diagnostic kind mandatory on line annotationsVadim Petrochenkov-9/+12
2025-04-29Improve pretty-printing of braces.Nicholas Nethercote-5/+5
2025-04-29Add a few extra tests to `tests/ui/macros/stringify.rs`.Nicholas Nethercote-2/+18
2025-04-27Rollup merge of #140280 - nnethercote:improve-if-else-printing, r=UrgauMatthias Krüger-47/+47
2025-04-25Auto merge of #140298 - matthiaskrgr:rollup-5tc1gvb, r=matthiaskrgrbors-0/+13
2025-04-25Cleaned up 5 tests in `tests/ui`reddevilmidzy-0/+13
2025-04-25Improve pretty printing of if/else.Nicholas Nethercote-47/+47
2025-04-24Deprecate the unstable `concat_idents!`Trevor Gross-31/+32
2025-04-22Handle another negated literal in `eat_token_lit`.Nicholas Nethercote-10/+29
2025-04-17Rollup merge of #139967 - jieyouxu:auxiliary, r=wesleywiserMatthias Krüger-9/+5
2025-04-17tests: use `//@ ignore-auxiliary` with backlinked primary test fileJieyou Xu-9/+5
2025-04-17Rollup merge of #139904 - ferrocene:lw-wkumpwrytvtp, r=nnethercote,jieyouxuMatthias Krüger-1/+5
2025-04-17Rollup merge of #138632 - clubby789:stabilize-cfg-boolean-lit, r=davidtwco,Ur...Matthias Krüger-8/+8
2025-04-16Explicitly annotate edition for `unpretty=expanded` and `unpretty=hir` testsLukas Wirth-1/+5
2025-04-14Auto merge of #124141 - nnethercote:rm-Nonterminal-and-TokenKind-Interpolated...bors-6/+6
2025-04-13Rollup merge of #139628 - makai410:suggest-vis, r=compiler-errorsJacob Pratt-0/+72
2025-04-11Rollup merge of #139653 - nnethercote:fix-139495, r=petrochenkovJacob Pratt-0/+20
2025-04-11suggest: remove redundant `$()?`around `vis` fragmentsMakai-0/+72
2025-04-11Handle a negated literal in `eat_token_lit`.Nicholas Nethercote-0/+20
2025-04-10replace `//@ compile-flags: --edition` with `//@ edition`Pietro Albini-2/+2
2025-04-08UI tests: add missing diagnostic kinds where possibleVadim Petrochenkov-3/+3
2025-04-08Allow for reparsing failure when reparsing a pasted metavar.Nicholas Nethercote-0/+30
2025-04-08Allow for missing invisible close delim when reparsing an expression.Nicholas Nethercote-0/+47
2025-04-07Rollup merge of #139035 - nnethercote:PatKind-Missing, r=oli-obkStuart Cook-0/+2
2025-04-05Rollup merge of #139341 - nnethercote:fix-137874, r=petrochenkovStuart Cook-0/+22
2025-04-04Apply `Recovery::Forbidden` when reparsing pasted macro fragments.Nicholas Nethercote-0/+22
2025-04-03Use `cfg(false)` in UI testsclubby789-8/+8
2025-04-03compiletest: Require `//~` annotations even if `error-pattern` is specifiedVadim Petrochenkov-7/+6
2025-04-02Remove `TokenStream::flattened` and `InvisibleOrigin::FlattenToken`.Nicholas Nethercote-5/+5
2025-04-02Remove `NtBlock`, `Nonterminal`, and `TokenKind::Interpolated`.Nicholas Nethercote-1/+1
2025-04-02Remove `NtExpr` and `NtLiteral`.Nicholas Nethercote-4/+4
2025-03-28Add `{ast,hir,thir}::PatKind::Missing` variants.Nicholas Nethercote-0/+2
2025-03-25compiletest: Support matching on diagnostics without a spanVadim Petrochenkov-2/+2
2025-03-19Allow builtin macros to be used more than once.Mara Bos-53/+4
2025-03-14Do not suggest using `-Zmacro-backtrace` for builtin macrosEsteban Küber-17/+0
2025-03-13Rollup merge of #138162 - ehuss:library-2024, r=cuviperMatthias Krüger-0/+13
2025-03-12Auto merge of #138083 - nnethercote:rm-NtItem-NtStmt, r=petrochenkovbors-5/+16
2025-03-11Migrate alloc to Rust 2024Eric Huss-20/+2
2025-03-11Migrate core to Rust 2024Eric Huss-33/+3
2025-03-11Add a test for new 2024 standard library behaviorEric Huss-0/+61
2025-03-07Refactor `emitter` to better account for unicode chars when trimmingEsteban Küber-2/+2
2025-03-07Remove `NtItem` and `NtStmt`.Nicholas Nethercote-5/+16
2025-03-03Point out macro expansion ident in resolver errors tooMichael Goulet-0/+6
2025-02-28Remove `NtPath`.Nicholas Nethercote-2/+2
2025-02-28Remove `NtPat`.Nicholas Nethercote-11/+4
2025-02-21Remove `NtTy`.Nicholas Nethercote-7/+7