FractalFir / rustc_codegen_clr

This rust compiler backend(module) emmits valid CIL (.NET IR), enabling you to use Rust in .NET projects.
MIT License
1.56k stars 35 forks source link

Complete rewrite of the type handling system #22

Closed FractalFir closed 12 months ago

FractalFir commented 12 months ago

The type handling system has now been rewritten form the ground up, improving performance and fixing numerous bugs.