Commits
Click on a commit to change the comparison rangeRewrite codegen_io and codegen_panics to use quote! instead of raw strings4 days ago
by antoniosarosi Rename MIR cleanup.rs to optimize.rs4 days ago
by antoniosarosi Clean up redundant code, dead code, and magic strings4 days ago
by antoniosarosi Typed unhandled throw errors: thread throws_type through bytecode4 days ago
by antoniosarosi Extract throw_set_key helper to deduplicate key-building logic4 days ago
by antoniosarosi DRY type alias resolution in emit: compute once per package4 days ago
by antoniosarosi Fix catch arm type discrimination for bare type sugar patterns4 days ago
by antoniosarosi Add named binding and field access tests for catch arms3 days ago
by antoniosarosi Fix 3 exception handling bugs, un-ignore all 19 tests3 days ago
by antoniosarosi Add bytecode snapshots to all 58 exception tests3 days ago
by antoniosarosi Move catch arm type/value filtering from handler bytecode to exception table3 days ago
by antoniosarosi Simplify exception tables: move type dispatch from table to handler bytecode3 days ago
by antoniosarosi