about summary refs log tree commit diff
path: root/src/test/pretty
AgeCommit message (Expand)AuthorLines
2021-09-21Use ZST for fmt unsafetyCameron Steffen-39/+27
2021-09-09Revert "Add test for pretty printing anonymous types"Felix S. Klock II-24/+0
2021-08-16Make Arguments constructors unsafeCameron Steffen-27/+39
2021-07-27Auto merge of #83491 - jyn514:remove-pretty, r=pnkfelixbors-2/+2
2021-07-03rustc_ast_pretty: Don't print space after `$`Noah Lev-6/+6
2021-06-29Rollup merge of #86358 - klensy:pp-loop, r=Mark-SimulacrumYuki Okushi-3/+20
2021-06-26Auto merge of #86586 - Smittyvb:https-everywhere, r=petrochenkovbors-2/+2
2021-06-23Use HTTPS links where possibleSmitty-2/+2
2021-06-23fix pretty print for `loop` in mir and hirklensy-3/+20
2021-06-22Auto merge of #85193 - pnkfelix:readd-support-for-inner-attrs-within-match, r...bors-7/+18
2021-05-24Add test for pretty printing anonymous typesjedel1043-0/+24
2021-05-15Remove some unncessary spaces from pretty-printed tokenstream outputAaron Hill-4/+4
2021-05-11Updates to tests.Felix S. Klock II-7/+18
2021-05-03parser: Remove support for inner attributes on non-block expressionsVadim Petrochenkov-50/+39
2021-04-28Be stricter about rejecting LLVM reserved registers in asm!Amanieu d'Antras-2/+2
2021-04-23Remove unstable `--pretty` flagJoshua Nelson-2/+2
2021-02-25Update test/pretty output for edition preludes.Mara Bos-6/+6
2021-02-13Fix pretty printing of generic associated type constraintsMatthew Jasper-0/+2
2021-02-08Fix pretty printer macro_rules with semicolon.Eric Huss-0/+19
2021-01-11test for issue 80832Jeremy Fitzhardinge-0/+20
2020-11-23Rename `optin_builtin_traits` to `auto_traits`Camelid-1/+1
2020-11-12fix pretty print for qpaththiolliere-0/+16
2020-09-02pretty: trim paths of unique symbolsDan Aloni-28/+28
2020-08-02tests: add regression test for #74745David Wood-0/+5
2020-08-02pprust: adjust mixed comment printingDavid Wood-2/+0
2020-07-17Make fmt::Arguments::as_str() return a 'static str.Mara Bos-21/+21
2020-07-12pprust: support multiline comments within linesDavid Wood-0/+34
2020-06-15asm: Allow multiple template strings; interpret them as newline-separatedJosh Triplett-0/+17
2020-06-13pretty/asm.rs should only be tested for x86_64 and not AArch64Yerkebulan Tulibergenov-0/+2
2020-05-18Add tests for asm!Amanieu d'Antras-0/+44
2020-03-26Update tests to use llvm_asm!Amanieu d'Antras-8/+8
2020-03-26introduce `negative_impls` feature gate and documentNiko Matsakis-1/+1
2020-03-18Rollup merge of #70075 - GuillaumeGomez:fix-repr-display, r=petrochenkovMazdak Farrokhzad-6/+5
2020-03-18Rollup merge of #69838 - Centril:expand-module, r=petrochenkovMazdak Farrokhzad-0/+1
2020-03-18use pretty-compare-only in a testMazdak Farrokhzad-0/+1
2020-03-17Update pretty testsGuillaume Gomez-6/+5
2020-03-17Update tests for erasing regions in typeckMatthew Jasper-22/+22
2020-03-04Extent pretty-print testAaron Hill-0/+9
2020-03-04Permit attributes on 'if' expressionsAaron Hill-0/+28
2020-02-21print vis & defaultness for nested itemsMazdak Farrokhzad-26/+47
2020-02-13parser: unify item list parsing.Mazdak Farrokhzad-0/+7
2020-02-07add regression testMikhail Babenko-0/+42
2020-02-02pretty: print attrs in struct exprMazdak Farrokhzad-0/+16
2020-01-24Remove unused ignore-license directivesTomasz Miąsko-5/+0
2019-12-20ast_stmt_expr_attr -> pretty & ui testsMazdak Farrokhzad-0/+175
2019-12-18Add more tests for raw_ref_opMatthew Jasper-0/+12
2019-12-07Print the visibility in `print_variant`.Mazdak Farrokhzad-0/+8
2019-11-02Merge branch 'master' into format-temporariesJon Gjengset-1/+1
2019-10-28Fix a previously forgotten pretty-printing test after a change to the pretty-...Patryk Wychowaniec-1/+1
2019-09-28Update pretty-print test with new format! implJon Gjengset-26/+30