about summary refs log tree commit diff
path: root/tests/mir-opt/building/custom
AgeCommit message (Expand)AuthorLines
2025-09-16Remove Rvalue::Len.Camille Gillot-4/+10
2025-08-04Dont print arg span in MIR dump for tail callMichael Goulet-1/+1
2025-01-18Revert "Auto merge of #134330 - scottmcm:no-more-rvalue-len, r=matthewjasper"Rémy Rakic-0/+36
2024-12-22Delete `Rvalue::Len`Scott McMurray-36/+0
2024-11-29Doc comment custom MIR debuginfo.Camille GILLOT-3/+38
2024-08-18Bless *all* the mir-opt testsScott McMurray-53/+53
2024-08-05custom MIR: add support for tail callsRalf Jung-0/+23
2024-06-07Revert "Create const block DefIds in typeck instead of ast lowering"Oli Scherer-1/+1
2024-06-03rustfmt `tests/mir-opt`.Nicholas Nethercote-1/+3
2024-06-03Reformat `mir!` macro invocations to use braces.Nicholas Nethercote-169/+190
2024-05-28Add custom mir support for `PtrMetadata`Scott McMurray-0/+23
2024-05-28Create const block DefIds in typeck instead of ast loweringOli Scherer-1/+1
2024-05-17Remove `Rvalue::CheckedBinaryOp`Scott McMurray-1/+1
2024-04-24Fix tests and blessGary Guo-3/+3
2024-03-23rename MIR int2ptr casts to match library nameRalf Jung-1/+1
2024-03-10MIR printing: print the path of uneval'd const; refer to promoteds in a consi...Ralf Jung-2/+2
2024-02-22[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives许杰友 Jieyou Xu (Joe)-6/+6
2024-01-22Add Assume custom MIR.Camille GILLOT-0/+74
2023-12-26custom mir: make it clear what the return block isRalf Jung-8/+8
2023-11-14Custom MIR: Support cleanup blocksTomasz Miąsko-4/+106
2023-10-19Allow to run filecheck in mir-opt tests.Camille GILLOT-0/+13
2023-10-16Normalize alloc-id in tests.Camille GILLOT-4/+4
2023-09-01Support debuginfo for custom MIR.Camille GILLOT-0/+123
2023-08-19custom_mir: change Call() terminator syntax to something more readableRalf Jung-2/+2
2023-06-23Bless testsGary Guo-4/+4
2023-06-15Remove comments from mir-opt MIR dumpsBen Kimock-206/+194
2023-05-15Address FIXMEAndy Wang-11/+6
2023-05-15Add CopyForDeref to custom MIRAndy Wang-0/+28
2023-04-11Add Offset binary op to custom mirAndy Wang-0/+21
2023-03-22Rollup merge of #109392 - cbeuw:composite-ret, r=JakobDegenMatthias Krüger-0/+32
2023-03-20Support aggregate expressionsAndy Wang-0/+112
2023-03-20Allow optional RET type annotationAndy Wang-0/+32
2023-03-08Rollup merge of #108856 - Zeegomo:remove-drop-and-rep, r=tmiaskoMatthias Krüger-3/+5
2023-03-07Remove DropAndReplace terminatorGiacomo Pasini-3/+5
2023-03-07Custom MIR: Support as castsAndy Wang-0/+73
2023-01-26Custom mir: Add support for some remaining, easy to support constructsJakob Degen-4/+46
2023-01-26Rollup merge of #107085 - tmiasko:custom-mir-operators, r=oli-obkMatthias Krüger-0/+54
2023-01-19Custom MIR: Support binary and unary operationsTomasz Miąsko-0/+54
2023-01-19Custom MIR: Support storage statementsTomasz Miąsko-5/+9
2023-01-12Fix mir-opt tests for big-endian platformsUlrich Weigand-4/+4
2023-01-11Move /src/test to /testsAlbert Larsan-0/+823