ladybird/Libraries/LibJS/Rust/src
Andreas Kling 7ceba6d2cb LibJS: Fix register order in private logical assignment
Move the destination register allocation after RHS evaluation in
private identifier logical assignment (&&=, ||=, ??=), matching the
C++ pipeline's register allocation order.
2026-03-04 12:17:59 +01:00
..
bytecode LibJS: Fix register order in private logical assignment 2026-03-04 12:17:59 +01:00
parser LibJS: Wrap CompiledRegex in Rc to allow AST cloning 2026-02-25 21:54:30 +01:00
ast.rs LibJS: Wrap CompiledRegex in Rc to allow AST cloning 2026-02-25 21:54:30 +01:00
ast_dump.rs LibJs/Rust: Migrate to edition 2024 2026-02-24 16:35:51 +01:00
lexer.rs Meta: Add 'cargo clippy -- -D clippy::all' to lint-ci.sh 2026-02-24 16:35:51 +01:00
lib.rs LibJS/Rust: Use correct capacity for CreateVariableEnvironment 2026-03-01 21:20:54 +01:00
parser.rs LibJS: Refactor function token is identifier to make it more readable 2026-03-02 12:04:02 +01:00
scope_collector.rs LibJs/Rust: Migrate to edition 2024 2026-02-24 16:35:51 +01:00
token.rs LibJS: Add alternative source-to-bytecode pipeline in Rust 2026-02-24 09:39:42 +01:00