In July, we merged 32 PRs! 🎉

On the side of the frontend and CLI, we had a lot of fixes and improvements! The hax command line and rustc driver were refactored, allowing for better scaling and caching. We also improved the general ergonomics: diagnostics can now be output in JSON, we have improved error messages… And we pushed various bug fixes.

In the engine, we now resugar asserts properly and support dyn. We also pushed various enhancements (visitors for the internal AST are generated again, we propagate some more trait generics arguments…) and bug fixes.

On the topic of libraries and helper macros, users can now add requires and ensures clauses directly on traits.

Merged Pull Requests

Contributors