about summary refs log tree commit diff
path: root/tests/ui/macros
AgeCommit message (Expand)AuthorLines
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
2025-02-21Remove `NtVis`.Nicholas Nethercote-0/+17
2025-02-14Trim suggestion parts to the subset that is purely additiveMichael Goulet-4/+4
2025-02-14Use underline suggestions for purely 'additive' replacementsMichael Goulet-12/+8
2025-02-10Show diff suggestion format on verbose replacementEsteban Küber-90/+135
2025-02-06Remove some unnecessary parens in `assert!` conditionsEsteban Küber-2/+2
2025-02-04Rename and Move some UI tests to more suitable subdirsDuskyElf-0/+35
2025-01-25Auto merge of #133154 - estebank:issue-133137, r=wesleywiserbors-18/+23
2025-01-24Rollup merge of #135926 - jieyouxu:needs-subprocess-thread, r=oli-obkMatthias Krüger-21/+21
2025-01-24Reword "crate not found" resolve messageEsteban Küber-18/+23