Skip to content

Releases: dlang-community/libdparse

v0.7.0-alpha4

17 Mar 10:26

Choose a tag to compare

v0.7.0-alpha4 Pre-release
Pre-release
Merge branch 'master' of https://github.com/Hackerpilot/libdparse

v0.7.0-alpha3

07 Mar 23:34

Choose a tag to compare

v0.7.0-alpha3 Pre-release
Pre-release

Fix a unit test

v0.7.0-alpha2

07 Mar 23:06

Choose a tag to compare

v0.7.0-alpha2 Pre-release
Pre-release

Fix a memory corruption bug and a build error in 32-bit mode.

v0.7.0-alpha1

03 Mar 10:24

Choose a tag to compare

v0.7.0-alpha1 Pre-release
Pre-release

Integrate a new allocation strategy into the parser. This results in a 13% reduction in startup time for DCD as well as a 30% decrease in total memory use.

v0.6.0

03 Mar 05:42

Choose a tag to compare

Fix #85

v0.5.0

29 Jan 09:55

Choose a tag to compare

Implement function alias syntax for DMD 2.070

v0.4.3

28 Jan 10:36

Choose a tag to compare

Fixes a bug where conditional declarations were parsed incorrectly. See dlang-community/D-Scanner#303

v0.4.2

27 Jan 08:55

Choose a tag to compare

Fixes a bug where un-decorated comments (comments that end up in the AST are un-derorated) were losing their blank lines.

v0.4.1

26 Jan 02:38

Choose a tag to compare

Fixes an issue with blank (but present) ddoc comments being lost. Also fixes an issue with switch case parsing.

v0.4.0

20 Jan 10:41

Choose a tag to compare

Include location information for the Constraint AST node.