Commits
Click on a commit to change the comparison rangeRewrite codegen_io and codegen_panics to use quote! instead of raw strings1 day ago
by antoniosarosi Rename MIR cleanup.rs to optimize.rs1 day ago
by antoniosarosi Clean up redundant code, dead code, and magic strings17 hours ago
by antoniosarosi Typed unhandled throw errors: thread throws_type through bytecode16 hours ago
by antoniosarosi Extract throw_set_key helper to deduplicate key-building logic16 hours ago
by antoniosarosi DRY type alias resolution in emit: compute once per package15 hours ago
by antoniosarosi Fix catch arm type discrimination for bare type sugar patterns14 hours ago
by antoniosarosi Add named binding and field access tests for catch arms13 hours ago
by antoniosarosi Fix 3 exception handling bugs, un-ignore all 19 tests11 hours ago
by antoniosarosi Add bytecode snapshots to all 58 exception tests11 hours ago
by antoniosarosi Move catch arm type/value filtering from handler bytecode to exception table7 hours ago
by antoniosarosi