Skip to content

v0.15.0

Compare
Choose a tag to compare
@Hackerpilot Hackerpilot released this 19 May 00:19
· 112 commits to master since this release
78ed0d0

v0.14.0...v0.15.0

  • Fix a segfault #386
  • Rework the way that comments and whitespace are associated with the "real" tokens that surround them. #387
  • Fix unit tests on 32-bit x86 #389
  • Fix an error parsing enums #391
  • Make the leading and trailing token arrays immutable #393
  • Add support for __vector, module, and package in is expressions. #396
  • Fix parsing for extern(C++ declarations. #398
  • Comments consisting only of slashes no longer considered to be ddoc comments. #394
  • Handle empty /// comments on unittest blocks. #401
  • this is now correctly parses as an assembly operand. #402
  • Fix formatting of AST nodes that contain a @trusted annotation. #399
  • Support GCC extended assembly syntax in asm blocks. #404