about summary refs log tree commit diff
path: root/tests/ui/macros
AgeCommit message (Expand)AuthorLines
2024-05-30Update ui tests for leading-underscore suggestionLucas Scharenbroch-2/+2
2024-05-20Move 100 entries from tests/ui into subdirsJubilee Young-0/+73
2024-05-18Rollup merge of #125236 - dtolnay:expandtest, r=nnethercote许杰友 Jieyou Xu (Joe)-24/+0
2024-05-18Add tests for -Zunpretty=expanded ported from stringify's testsDavid Tolnay-24/+0
2024-05-18Auto merge of #125180 - mu001999-contrib:improve/macro-diag, r=fee1-deadbors-0/+19
2024-05-18Improve error message: missing `;` in macro_rulesr0cky-0/+19
2024-05-18Auto merge of #125004 - pymongo:issue-125002, r=estebankbors-0/+34
2024-05-18Fix println! ICE when parsing percent prefix numberwuaoxiang-0/+34
2024-05-17Auto merge of #123865 - eholk:expr_2021, r=fmeasebors-0/+135
2024-05-16Auto merge of #124987 - workingjubilee:macro-metavar-expr-with-a-shorter-len,...bors-140/+155
2024-05-15Fix the dedup error because of spans from suggestionyukang-0/+46
2024-05-14Auto merge of #124256 - nnethercote:rm-NtIdent-NtLifetime, r=petrochenkovbors-8/+2
2024-05-13Apply code review suggestionsEric Holk-4/+10
2024-05-13Macros: match const { ... } with expr nonterminal in edition 2024Vincenzo Palazzo-0/+72
2024-05-13expr_2021 should be allowed on edition 2021 and laterEric Holk-1/+1
2024-05-13Add test that expr_2021 only works on 2024 editionEric Holk-0/+38
2024-05-13Add expr_2021 nonterminal and feature flagEric Holk-0/+19
2024-05-13Remove a `Span` from `TokenKind::Interpolated`.Nicholas Nethercote-8/+2
2024-05-12Add AST pretty-printer tests for let-elseDavid Tolnay-0/+15
2024-05-11Fix redundant parens around braced macro call in match armsDavid Tolnay-1/+1
2024-05-11Fix pretty printer statement boundaries after braced macro callDavid Tolnay-2/+2
2024-05-11Add ExprKind::MacCall statement boundary testsDavid Tolnay-0/+30
2024-05-10fix tests after s/${length()}/${len()}/Jubilee Young-140/+155
2024-05-11ignore generics args in attribute pathsbohan-0/+70
2024-05-04compiletest: add enable-by-default check-cfgUrgau-3/+5
2024-05-04tests/ui: prepare some tests for --check-cfg by defaultUrgau-9/+9
2024-04-30Auto merge of #124398 - klensy:trailing-ws, r=compiler-errorsbors-1/+1
2024-04-29Change wordingest31-1/+1
2024-04-28Add a note to the ArbitraryExpressionInPattern errorest31-0/+1
2024-04-27tests: remove some trailing wsklensy-1/+1
2024-04-21Move some testsCaio-0/+24
2024-04-07Unify all the always-false cfgs under the `FALSE` cfgUrgau-10/+10
2024-03-27Suggest correct path in include_bytes!Kornel-3/+3
2024-03-19Auto merge of #122029 - estebank:drive-by-ui-test, r=oli-obkbors-2/+1
2024-03-18When displaying multispans, ignore empty lines adjacent to `...`Esteban Küber-2/+1
2024-03-18add missing test: expected paren or brace in macroTshepang Mbambo-0/+23
2024-03-13delay expand macro bang when there has indeterminate pathbohan-0/+110
2024-03-11Update test directives for `wasm32-wasip1`Alex Crichton-3/+1
2024-03-06compiletest: Add a `//@ needs-threads` directiveAlex Crichton-1/+1
2024-03-04Rollup merge of #121130 - chenyukang:yukang-fix-121061-macro-later, r=matthia...Matthias Krüger-0/+50
2024-03-03Move testsCaio-0/+44
2024-02-29rename testcaseyukang-4/+4
2024-02-29Suggest moving if non-found macro_rules! is defined lateryukang-0/+50
2024-02-25Auto merge of #120393 - Urgau:rfc3373-non-local-defs, r=WaffleLapkinbors-0/+2
2024-02-18Auto merge of #119673 - petrochenkov:dialoc5, r=compiler-errors,cjgillotbors-7/+7
2024-02-18Rollup merge of #121067 - tshepang:make-expand-translatable, r=fmeaseMatthias Krüger-18/+28
2024-02-18macro_rules: Preserve all metavariable spans in a global side tableVadim Petrochenkov-7/+7
2024-02-17Allow newly added non_local_definitions lint in testsUrgau-0/+2
2024-02-17add test to guard against inaccurate diagnosticTshepang Mbambo-18/+28
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-406/+406