summary refs log tree commit diff
path: root/tests/pretty
AgeCommit message (Expand)AuthorLines
2025-03-28Auto merge of #138965 - nnethercote:less-kw-Empty-hir-Lifetime, r=lcnrbors-0/+187
2025-03-28Don't use `kw::Empty` in `hir::Lifetime::ident`.Nicholas Nethercote-2/+2
2025-03-28Add a HIR pretty-printing test focused on lifetimes.Nicholas Nethercote-0/+187
2025-03-26expand: Leave traces when expanding `cfg` attributesVadim Petrochenkov-3/+0
2025-03-21Rollup merge of #138627 - EnzymeAD:autodiff-cleanups, r=oli-obkMatthias Krüger-8/+4
2025-03-20Rollup merge of #138435 - eholk:prefix-yield, r=oli-obkMatthias Krüger-0/+15
2025-03-17resolve repeated attribute fixmeManuel Drehwald-4/+0
2025-03-17update testsManuel Drehwald-4/+4
2025-03-14Preserve yield position during pretty printingEric Holk-0/+15
2025-03-14Fix HIR param pretty printing some more.Nicholas Nethercote-2/+2
2025-03-14Handle `_` properly in a couple of places.Nicholas Nethercote-3/+3
2025-03-14Add a pretty printing test for fn params.Nicholas Nethercote-0/+72
2025-03-10Fix pretty printing of parsed attrs in hir_prettyMichael Goulet-1/+1
2025-03-05Implement `&pin const self` and `&pin mut self` sugarsFrank King-0/+24
2025-02-24pretty print hir attributesJana Dönszelmann-0/+18
2024-11-27Update tests to use new proc-macro headerEric Huss-6/+1
2024-10-11Add pretty, ui, and feature-gate tests for the enzyme/autodiff frontendManuel Drehwald-0/+272
2024-09-11Use `doc(hidden)` instead of `allow(missing_docs)` in the test harnessOlivier Goffart-1/+1
2024-09-11Use `#[doc(hidden)]` instead of `#[allow(missing_docs)]` on the const generat...Olivier Goffart-3/+3
2024-09-11Fix false positive with `missing_docs` and `#[test]`Olivier Goffart-0/+3
2024-09-09Allow `missing_docs` lint on the generated test harnessUrgau-0/+1
2024-08-18stabilize raw_ref_opRalf Jung-1/+0
2024-07-06Mark format! with must_use hintlukas-10/+11
2024-06-07Auto merge of #125918 - oli-obk:const_block_ice, r=compiler-errorsbors-1/+6
2024-06-07Revert "Create const block DefIds in typeck instead of ast lowering"Oli Scherer-1/+6
2024-06-06Revert "Rollup merge of #124099 - voidc:disallow-ambiguous-expr-attrs, r=davi...Rémy Rakic-15/+15
2024-06-04Handle safety keyword for extern block inner itemsSantiago Pastorino-1/+1
2024-05-28Create const block DefIds in typeck instead of ast loweringOli Scherer-6/+1
2024-05-24Move the checks for Arguments constructors to inline constBen Kimock-1/+1
2024-05-20hir pretty: fix block indentNilstrieb-23/+23
2024-04-29Rollup merge of #124269 - scrabsha:sasha/fix-124206, r=dtolnay许杰友 Jieyou Xu (Joe)-0/+68
2024-04-29Pretty-print parenthesis around binary in postfix matchSasha Pourcelot-0/+68
2024-04-24Fix tests and blessGary Guo-1/+0
2024-04-18Disallow ambiguous attributes on expressionsDominik Stolz-15/+15
2024-03-06Add MatchKind member to the Match expr for pretty printing & fmtRoss Smyth-0/+21
2024-02-22Re-bless tests/pretty许杰友 Jieyou Xu (Joe)-38/+38
2024-02-22[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives许杰友 Jieyou Xu (Joe)-115/+115
2024-01-31Auto merge of #120227 - nnethercote:further-improve-space_between, r=petroche...bors-7/+7
2024-01-22Don't insert spaces before most semicolons in `print_tts`.Nicholas Nethercote-7/+7
2024-01-21Add `#[coverage(off)]` to closures introduced by `#[test]`/`#[bench]`Zalathar-3/+6
2024-01-19Remove feature(offset_of) from testsGeorge Bateman-1/+0
2024-01-12Delegation implementation: step 1Bryanskiy-0/+25
2023-12-26Make some non-diagnostic-affecting QPath::LangItem into regular qpathsMichael Goulet-1/+1
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