|
| 1 | +Ddoc |
| 2 | + |
| 3 | +$(CHANGELOG_NAV_INJECT) |
| 4 | + |
| 5 | +$(VERSION Jun 06, 2018, =================================================, |
| 6 | + |
| 7 | +$(CHANGELOG_SEP_HEADER_TEXT_NONEMPTY) |
| 8 | + |
| 9 | +$(CHANGELOG_SEP_HEADER_TEXT) |
| 10 | + |
| 11 | +$(CHANGELOG_SEP_TEXT_BUGZILLA) |
| 12 | + |
| 13 | +$(BUGSTITLE_BUGZILLA DMD Compiler regressions, |
| 14 | + |
| 15 | +$(LI $(BUGZILLA 17968): [REG 2.073] object initializer omitted when it should be included.) |
| 16 | +$(LI $(BUGZILLA 18115): [REG2.078-b1] case where && is not shortcut anymore in CTFE) |
| 17 | +) |
| 18 | +$(BUGSTITLE_BUGZILLA DMD Compiler bugs, |
| 19 | + |
| 20 | +$(LI $(BUGZILLA 17819): static foreach segfaults on __traits$(LPAREN)allMembers$(RPAREN)) |
| 21 | +$(LI $(BUGZILLA 18211): Access violation when generating JSON on static foreach) |
| 22 | +$(LI $(BUGZILLA 18819): DMD compilation crash) |
| 23 | +$(LI $(BUGZILLA 18902): -lib crashes on static libraries in the command line) |
| 24 | +) |
| 25 | +$(BUGSTITLE_BUGZILLA Phobos regressions, |
| 26 | + |
| 27 | +$(LI $(BUGZILLA 18822): [REG 2.080.0] Compiling byGrapheme Fails) |
| 28 | +$(LI $(BUGZILLA 18871): DMD "illegal hardware instruction" crash) |
| 29 | +$(LI $(BUGZILLA 18884): getSymbolsByUDA fails on AliasSeq members) |
| 30 | +) |
| 31 | +$(BUGSTITLE_BUGZILLA Druntime bugs, |
| 32 | + |
| 33 | +$(LI $(BUGZILLA 18904): core.internal.string has issues with radix) |
| 34 | +) |
| 35 | +) |
| 36 | +$(D_CONTRIBUTORS_HEADER 13) |
| 37 | +$(D_CONTRIBUTORS |
| 38 | + $(D_CONTRIBUTOR Andrei Alexandrescu) |
| 39 | + $(D_CONTRIBUTOR Eugen Wissner) |
| 40 | + $(D_CONTRIBUTOR Jack Stouffer) |
| 41 | + $(D_CONTRIBUTOR kinke) |
| 42 | + $(D_CONTRIBUTOR Martin Nowak) |
| 43 | + $(D_CONTRIBUTOR Mike Franklin) |
| 44 | + $(D_CONTRIBUTOR Nick Treleaven) |
| 45 | + $(D_CONTRIBUTOR Razvan Nitu) |
| 46 | + $(D_CONTRIBUTOR Sebastian Wilzbach) |
| 47 | + $(D_CONTRIBUTOR Simen Kjærås) |
| 48 | + $(D_CONTRIBUTOR Steven Schveighoffer) |
| 49 | + $(D_CONTRIBUTOR Timon Gehr) |
| 50 | + $(D_CONTRIBUTOR Walter Bright) |
| 51 | +) |
| 52 | +$(D_CONTRIBUTORS_FOOTER) |
| 53 | +$(CHANGELOG_NAV_INJECT) |
| 54 | + |
| 55 | +Macros: |
| 56 | + VER=2.080.1 |
| 57 | + TITLE=Change Log: $(VER) |
0 commit comments