Skip to content

Commit 17cd15d

Browse files
authored
Merge pull request #1920 from MartinNowak/merge_stable
Merge remote-tracking branch 'upstream/stable' into merge_stable
2 parents 7a608bf + dbc1ea9 commit 17cd15d

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

changelog/2.077.0_pre.dd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Ddoc
22

33
$(CHANGELOG_NAV_LAST 2.076.1)
44

5-
$(VERSION Nov 1, 2017, =================================================,
5+
$(VERSION Nov 01, 2017, =================================================,
66

77
$(BUGSTITLE Compiler changes,
88

@@ -159,6 +159,7 @@ $(LI $(BUGZILLA 17684): [REG 2.062] `static alias this` bug or incomplete implem
159159
)
160160
$(BUGSTITLE DMD Compiler bugs,
161161

162+
$(LI $(BUGZILLA 6625): Distribute newer Windows API import libraries)
162163
$(LI $(BUGZILLA 11259): __traits$(LPAREN)isSame$(RPAREN) fails on the result of __traits$(LPAREN)parent$(RPAREN) if parent is a package)
163164
$(LI $(BUGZILLA 17370): [scope] Escaping scope pointers possible via struct GC allocation)
164165
$(LI $(BUGZILLA 17568): [scope] addresses to fields can be escaped from scope method)
@@ -190,6 +191,7 @@ $(LI $(BUGZILLA 12470): std.array.replace does not work with inout$(LPAREN)char$
190191
$(LI $(BUGZILLA 13829): std.uni.byCodePoint for strings has length)
191192
$(LI $(BUGZILLA 15096): std.array.array cannot be instantiated for pointers to ranges)
192193
$(LI $(BUGZILLA 15735): std.algorithm.iteration.splitter returns empty range)
194+
$(LI $(BUGZILLA 16264): BigInt multiplication crashes on 64-bit $(LPAREN)biguintnoasm.d$(LPAREN)276$(RPAREN): Range violation$(RPAREN))
193195
$(LI $(BUGZILLA 17847): Properly sanitize seeds for Park–Miller engines)
194196
)
195197
$(BUGSTITLE Phobos enhancements,

dcompiler.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ $(WINDOWS
472472
Adjusts the compiler to implement D as a $(LINK2 spec/betterc.html, better C):
473473

474474
$(UL
475-
$(LI Predefines `D_betterC` $(LINK2 spec/version.html#predefined-versions, version).)
475+
$(LI Predefines `D_BetterC` $(LINK2 spec/version.html#predefined-versions, version).)
476476
$(LI $(LINK2 spec/expression.html#AssertExpression, Assert Expressions), when they fail,
477477
call the C runtime library assert failure function
478478
rather than a function in the D runtime.)

download.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ Macros:
169169
_=BETA=$(COMMENT $0)
170170
BETA=$0
171171
B_DMDV2=2.077.0
172-
B_SUFFIX=beta.2
172+
B_SUFFIX=rc.1
173173

174174
DEB32=$(DLSITE dmd_$(DMDV2)-0_i386.deb)
175175
DEB64=$(DLSITE dmd_$(DMDV2)-0_amd64.deb)

spec/version.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ $(H3 $(LEGACY_LNAME2 PredefinedVersions, predefined-versions, Predefined Version
304304
$(TROW $(ARGS $(D BigEndian)) , $(ARGS Byte order, most significant first))
305305
$(TROW $(ARGS $(D ELFv1)) , $(ARGS The Executable and Linkable Format v1))
306306
$(TROW $(ARGS $(D ELFv2)) , $(ARGS The Executable and Linkable Format v2))
307-
$(TROW $(ARGS $(D D_betterC)) , $(ARGS $(DDLINK spec/betterc, D as Better C, D as Better C) code
307+
$(TROW $(ARGS $(D D_BetterC)) , $(ARGS $(DDLINK spec/betterc, D as Better C, D as Better C) code
308308
(command line switch $(DDSUBLINK dmd, switch-betterC, $(TT -betterC))) is being generated))
309309
$(TROW $(ARGS $(D D_Coverage)) , $(ARGS $(DDLINK code_coverage, Code coverage analysis, Code coverage analysis) instrumentation
310310
(command line switch $(DDSUBLINK dmd, switch-cov, $(TT -cov))) is being generated))

0 commit comments

Comments
 (0)