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