Rust: add upgrade/downgrade scripts

This commit is contained in:
Arthur Baars
2025-05-02 15:09:06 +02:00
parent bc35599f1a
commit 6bf50d8f86
6 changed files with 14442 additions and 0 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,9 @@
description: Rename MacroBlockExpr to MacroStmts
compatibility: full
macro_stmts.rel: reorder macro_block_exprs(@macro_block_expr id) id
macro_stmts_exprs.rel: reorder macro_block_expr_tail_exprs(@macro_block_expr id, @expr tail_expr) id tail_expr
macro_stmts_statements.rel: reorder macro_block_expr_statements(@macro_block_expr id, int index, @stmt statement) id index statement
macro_block_exprs.rel: delete
macro_block_expr_tail_exprs.rel: delete
macro_block_expr_statements.rel: delete

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,9 @@
description: Rename MacroStmts to MacroBlockExpr
compatibility: full
macro_block_exprs.rel: reorder macro_stmts(@macro_stmts id) id
macro_block_expr_tail_exprs.rel: reorder macro_stmts_exprs(@macro_stmts id, @expr expr) id expr
macro_block_expr_statements.rel: reorder macro_stmts_statements(@macro_stmts id, int index, @stmt statement) id index statement
macro_stmts.rel: delete
macro_stmts_exprs.rel: delete
macro_stmts_statements.rel: delete