Skip to content

0.12.1

Compare
Choose a tag to compare
@udoprog udoprog released this 14 Feb 08:45
· 528 commits to main since this release

Added

  • Introduce Vm::lookup_function (#439).
  • Clear buffer between string-concat arguments (#431).
  • Allow constructing Function instances from closures (#420).
  • Support documentation for fields in structs / struct variants. (#415).
  • File and module docs (#410).
  • Add char::to_int (#401).

Fixed

  • Improve numerical lexing (#432).
  • Don't panic on missing last item id (#427).
  • Fix language server (#423).

Changed

  • Completely rewritten vscode extension (#425).
  • Item and module pooling during compilation (#419).
  • Always index when introducing compile meta (#418).
  • Prioritize removing indexed entries in query_meta (#417).
  • Immediately emit doc comments instead of associating them with build meta (#414).
  • Support more item-based operations to walk collected metadata (#412).
  • Introduce basic HIR for compiling (#404).