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.51k stars 35 forks source link

Complete rewrite of the type handling system #22

Closed FractalFir closed 11 months ago

FractalFir commented 11 months ago

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