about summary refs log tree commit diff
path: root/tests/pretty
AgeCommit message (Expand)AuthorLines
2025-08-14Update autodiff tests for the new intrinsics implMarcelo Domínguez-129/+33
2025-07-28expand: Micro-optimize prelude injectionVadim Petrochenkov-44/+44
2025-07-23Update uitest stderrsJonathan Brouwer-11/+11
2025-07-06Rewrite empty attribute lintJonathan Brouwer-2/+2
2025-06-15Move the place in `&pin mut $place` when `!Unpin` to ensure soundnessFrank King-2/+2
2025-06-15Implement pinned borrows, part of `pin_ergonomics`Frank King-0/+97
2025-06-13Rollup merge of #134847 - dtolnay:asymmetrical, r=fmeaseMatthias Krüger-1/+1
2025-05-21Update generic testsMarcelo Domínguez-1/+1
2025-05-21Update codegen and pretty testsMarcelo Domínguez-26/+26
2025-05-11feat: add generated parameters to generated functionHaeNoe-2/+2
2025-05-11feat: add test for generics in generated functionHaeNoe-0/+20
2025-05-03Implement asymmetrical precedence for closures and jumpsDavid Tolnay-1/+1
2025-05-03Improve hir pretty-printing of attributes.Nicholas Nethercote-1/+2
2025-05-02Rollup merge of #137474 - VlaDexa:shebang-placement, r=wesleywiserStuart Cook-0/+18
2025-05-01Bless pretty tests.Mara Bos-1/+1
2025-04-28Streamline the `format` macro.Nicholas Nethercote-8/+6
2025-04-27Rollup merge of #140280 - nnethercote:improve-if-else-printing, r=UrgauMatthias Krüger-0/+215
2025-04-27Rollup merge of #140246 - nnethercote:fix-never-pattern-printing, r=NadrierilMatthias Krüger-0/+33
2025-04-26Improve HIR pretty-printing of if/else some more.Nicholas Nethercote-31/+22
2025-04-25Improve pretty printing of if/else.Nicholas Nethercote-61/+61
2025-04-25Fix some pretty printing indents.Nicholas Nethercote-45/+45
2025-04-25Add pretty printing tests for if/else.Nicholas Nethercote-0/+224
2025-04-24Fix pretty printing of never pattern match arms.Nicholas Nethercote-3/+2
2025-04-24Add a pretty printing test involving a never pattern.Nicholas Nethercote-0/+34
2025-04-22move autodiff pretty test to a autodiff sub modulebit-aloo-0/+0
2025-04-22Added testbit-aloo-0/+65
2025-04-19Auto merge of #139114 - m-ou-se:super-let-pin, r=davidtwcobors-1/+2
2025-04-17Rollup merge of #138632 - clubby789:stabilize-cfg-boolean-lit, r=davidtwco,Ur...Matthias Krüger-9/+9
2025-04-15Update tests.Mara Bos-1/+2
2025-04-15Fix HIR pretty-printing of fns with just a variadic arg.Nicholas Nethercote-4/+4
2025-04-15Pretty-print `PatKind::Missing` as `_`.Nicholas Nethercote-0/+52
2025-04-10Avoid empty identifiers for delegate params and args.Nicholas Nethercote-2/+2
2025-04-10Add a HIR pretty printing test for delegation.Nicholas Nethercote-0/+45
2025-04-06feat: apply autodiff macro twice to inner functionHaeNoe-2/+11
2025-04-06feat: add test to validate autodiff macro expansionHaeNoe-0/+23
2025-04-05Rollup merge of #137880 - EnzymeAD:autodiff-batching, r=oli-obkStuart Cook-32/+108
2025-04-04add new tests for autodiff batching and update old onesManuel Drehwald-32/+108
2025-04-03Use `cfg(false)` in UI testsclubby789-9/+9
2025-04-01Auto merge of #138492 - lcnr:rm-inline_const_pat, r=oli-obkbors-4/+1
2025-03-30Improve hir_pretty for struct expressions.Mara Bos-3/+55
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-21fix pretty testlcnr-4/+1
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