about summary refs log tree commit diff
path: root/tests/pretty
AgeCommit message (Expand)AuthorLines
2023-12-11Improve `print_tts` by changing `tokenstream::Spacing`.Nicholas Nethercote-1/+1
2023-10-25Remove unnecessary CVarArgs name skipping logicDaniPopes-1/+1
2023-10-25Print variadic argument pattern in HIR pretty printerDaniPopes-0/+28
2023-10-16Preserve unicode escapes in format string literals when pretty-printing ASTPaul Gey-0/+31
2023-09-08Rework no_coverage to coverage(off)Andy Caldwell-1/+1
2023-05-01Rollup merge of #111042 - Zalathar:no-coverage, r=wesleywiserMatthias Krüger-0/+1
2023-05-01Add `#[no_coverage]` to the test harness's `fn main`Zalathar-0/+1
2023-04-30Close parentheses for `offset_of` in AST pretty printingNilstrieb-0/+4
2023-03-20Auto merge of #108148 - parthopdas:master, r=oli-obkbors-4/+21
2023-03-16Bless pretty tests.Mara Bos-6/+4
2023-03-15Implementing "<test_binary> --list --format json" #107307 #49359Partha P. Das-4/+21
2023-03-12Remove uses of `box_syntax` in rustc and toolsclubby789-3/+0
2023-01-29Update tests.Mara Bos-3/+4
2023-01-12Bless pretty tests.Mara Bos-4/+2
2023-01-11Change `src/test` to `tests` in source files, fix tidy and testsAlbert Larsan-2/+2
2023-01-11Move /src/test to /testsAlbert Larsan-0/+1961