about summary refs log tree commit diff
path: root/tests/ui/unpretty
AgeCommit message (Expand)AuthorLines
2025-01-22Point at invalid utf-8 span on user's source codeEsteban Küber-1/+1
2025-01-15Rollup merge of #132397 - m-ou-se:warn-missing-abi, r=NadrierilJacob Pratt-8/+8
2025-01-08Rename PatKind::Lit to ExprOli Scherer-4/+4
2025-01-08Exhaustively handle expressions in patternsOli Scherer-1/+1
2025-01-07Update tests.Mara Bos-8/+8
2025-01-03turn rustc_box into an intrinsicRalf Jung-16/+91
2024-12-27Remove the `-test` suffix from normalize directivesZalathar-2/+2
2024-12-20Relocate dyn* test out of parenthesis insertion testDavid Tolnay-0/+4
2024-12-13Stabilize async closuresMichael Goulet-2/+0
2024-12-04Rename `core_pattern_type` and `core_pattern_types` lib feature gates to `pa...Oli Scherer-2/+2
2024-11-22Stabilize the 2024 editionEric Huss-2/+2
2024-10-26Print unsafety of attribute in AST unprettyUrgau-1/+1
2024-10-26Add AST unpretty test for unsafe attributeUrgau-0/+22
2024-10-24Print safety correctly in extern static itemsMichael Goulet-0/+12
2024-10-01Remove crashes and fix testsMichael Goulet-2/+0
2024-10-01Remove unnamed field featureMichael Goulet-32/+0
2024-08-18stabilize raw_ref_opRalf Jung-2/+0
2024-07-23Stabilize unsafe extern blocks (RFC 3484)Santiago Pastorino-2/+0
2024-07-11Always use a colon in `//@ normalize-*:` headersZalathar-1/+1
2024-07-01Parenthesize break values containing leading labelDavid Tolnay-2/+2
2024-06-23Add test of parenthesizing break value by AST pretty-printerDavid Tolnay-0/+33
2024-06-07Revert "Create const block DefIds in typeck instead of ast lowering"Oli Scherer-2/+1
2024-06-05Add unsafe_extern_blocks feature flagSantiago Pastorino-0/+2
2024-06-04Make extern blocks without unsafe warn in edition 2024Santiago Pastorino-4/+4
2024-05-28Create const block DefIds in typeck instead of ast loweringOli Scherer-1/+2
2024-05-21Rollup merge of #125158 - Nilstrieb:block-indent, r=compiler-errorsMatthias Krüger-18/+18
2024-05-20hir pretty: fix block indentNilstrieb-18/+18
2024-05-18Add tests for -Zunpretty=expanded ported from stringify's testsDavid Tolnay-26/+1806
2024-05-12Pretty-print let-else with added parenthesization when neededDavid Tolnay-1/+1
2024-05-12Add AST pretty-printer tests for let-elseDavid Tolnay-0/+26
2024-04-28try to fix tests on windows where the "file not found" error is different fro...Matthias Krüger-1/+1
2024-04-28add test for ICE: tcx.resolutions(()) is not supported for local crate -Zunpr...Matthias Krüger-0/+17
2024-04-04move hir-tree test from run-make to ui testYaodong Yang-0/+10
2024-03-24Fix unpretty UI test when /tmp does not existAlex Macleod-2/+2
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-27/+27
2023-12-26Make some non-diagnostic-affecting QPath::LangItem into regular qpathsMichael Goulet-3/+2
2023-11-24Show number in error message even for one errorNilstrieb-3/+3
2023-07-20Move OutFileName writing into rustc_sessionDavid Tolnay-1/+1
2023-04-02Move some UI tests into subdirectoriesjyn-0/+46
2023-03-16Add test for -Zflatten-format-args=yes.Mara Bos-0/+24
2023-03-12Add recovery for use of removed `box` syntaxclubby789-1/+1
2023-03-12Remove uses of `box_syntax` in rustc and toolsclubby789-0/+23
2023-02-07Expand const-if-const trait bounds correctlyMichael Goulet-0/+8
2023-01-11Move /src/test to /testsAlbert Larsan-0/+65