summary refs log tree commit diff
path: root/tests/ui/macros
AgeCommit message (Expand)AuthorLines
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
2025-01-23tests: use `needs-subprocess` instead of `ignore-{wasm32,emscripten,sgx}`许杰友 Jieyou Xu (Joe)-21/+21
2025-01-23Bless and add testsBoxy-7/+0
2025-01-22Auto merge of #135896 - matthiaskrgr:rollup-g6rv7za, r=matthiaskrgrbors-3/+8
2025-01-22Point at invalid utf-8 span on user's source codeEsteban Küber-3/+8
2025-01-21make UI tests that use `--test` work on panic=abort targetsJorge Aparicio-2/+6
2025-01-15Treat safe target_feature functions as unsafe by defaultOli Scherer-10/+2
2025-01-08Rename PatKind::Lit to ExprOli Scherer-1/+1
2025-01-04Rollup merge of #135046 - RalfJung:rustc_box_intrinsic, r=compiler-errorsJubilee-7/+28
2025-01-03Rollup merge of #135044 - compiler-errors:better-infer-suggestions-in-const, ...Matthias Krüger-6/+3
2025-01-03turn rustc_box into an intrinsicRalf Jung-7/+28
2025-01-02Fix macro shenanigansMichael Goulet-6/+2
2025-01-02Make suggestion verbose and tweak error messageMichael Goulet-4/+5
2025-01-01Try to write the panic message with a single `write_all` callJohn Kåre Alsaker-0/+1
2024-12-27Rollup merge of #134759 - Zalathar:normalize, r=jieyouxu许杰友 Jieyou Xu (Joe)-1/+1
2024-12-27Remove the `-test` suffix from normalize directivesZalathar-1/+1
2024-12-26Rollup merge of #131522 - c410-f3r:unlock-rfc-2011, r=chenyukangJacob Pratt-2/+42
2024-12-21Use E0665 for missing `#[default]` errorEsteban Küber-29/+61
2024-12-15Add hir::AttributeJonathan Dönszelmann-3/+1
2024-12-13Stabilize async closuresMichael Goulet-1/+0
2024-12-01Fix #128346Caio-2/+42
2024-11-28Update more 2024 tests to remove -Zunstable-optionsEric Huss-16/+15
2024-11-27Update tests to use new proc-macro headerEric Huss-22/+6
2024-11-26tests: remove `//@ pretty-expanded` usages许杰友 Jieyou Xu (Joe)-8/+0
2024-11-23Rollup merge of #132949 - clubby789:macro-rules-attr-derive, r=fmease许杰友 Jieyou Xu (Joe)-2/+53
2024-11-22Stabilize the 2024 editionEric Huss-6/+6
2024-11-22Diagnostic for using macro_rules macro as attr/deriveclubby789-28/+18
2024-11-12Add test for using macro_rules macro as attribute/deriveclubby789-0/+61