Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/stable'
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinNowak committed Oct 30, 2015
2 parents 8163557 + 54640ce commit 5d5b1db
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions changelog/2.069.0_pre.dd
Expand Up @@ -18,6 +18,7 @@ $(LI $(RELATIVE_LINK2 more-rangified-functions, More phobos functions were rangi
$(LI $(RELATIVE_LINK2 curl-dynamic-loading, libcurl is now loaded dynamically))
$(LI $(RELATIVE_LINK2 backtraces-with-line-numbers, Backtraces now include file name and line number.))
$(LI $(RELATIVE_LINK2 link-against-vs2015, Support to link against VS2015 libraries.))
$(LI $(RELATIVE_LINK2 documentation-improvements, The documentation for Phobos has been improved.))
$(LI $(RELATIVE_LINK2 std-algorithm-moveEmplace, `moveEmplace` was added))
$(LI Use $(XREF algorithm_comparison, isPermutation) to test
whether two ranges are permutations of each other.)
Expand Down Expand Up @@ -190,6 +191,14 @@ $(LI $(LNAME2 link-against-vs2015, Support to link against VS2015 libraries.)
)
)

$(LI $(LNAME2 documentation-improvements, The documentation for Phobos has been improved)

$(P A large portion of the functions in Phobos have improved documentation, including but
not limited to spelling fixes, clarifications, better explanations of function and template
parameters, and better explanations of return values.
)
)

$(LI $(LNAME2 std-algorithm-moveEmplace, A combined `moveEmplace` was added.)

$(P $(XREF algorithm_mutation, moveEmplace) efficiently combines $(XREF
Expand Down Expand Up @@ -248,13 +257,16 @@ $(LI $(BUGZILLA 15138): [REG2.068.2] ICE with basic use of stdx.data.json)
$(LI $(BUGZILLA 15149): [REG2.068.1] Linker error with separate compilation)
$(LI $(BUGZILLA 15150): [REG2.068.1] Public selective import causes conflict)
$(LI $(BUGZILLA 15152): [REG2.069.0-devel] template fails to instantiate if argument is itself a template)
$(LI $(BUGZILLA 15168): [REG2.068.0] std.variant.Algebraic interacts badly with string alias this sub-types)
$(LI $(BUGZILLA 15176): [REG2.069.0-b1] ICE$(LPAREN)glue.c$(RPAREN):separate compilation with -inline crash in glue.c)
$(LI $(BUGZILLA 15177): [REG2.069.0-b1] mixin + traits issue with 2.069 beta 1)
$(LI $(BUGZILLA 15181): SYSCONFDIR is broken)
$(LI $(BUGZILLA 15200): [REG2.068.2] ICE$(LPAREN)glue.c$(RPAREN) when compiling with -inline)
$(LI $(BUGZILLA 15207): [REG2.069.0-b1] Wrong codegen with -inline)
$(LI $(BUGZILLA 15210): [REG2.064][ICE] $(LPAREN)glue.c at 1489$(RPAREN) with tuples and AAs)
$(LI $(BUGZILLA 15214): [REG2.065.0] ICE in Mangler::mangleFunc)
$(LI $(BUGZILLA 15251): [REG2.069.0-rc1] std.datetime bug with -inline)
$(LI $(BUGZILLA 15253): [REG2.069.0-rc1] inliner prevent compilation)
)
)
$(BUGSTITLE DMD Compiler bugs,
Expand Down Expand Up @@ -391,6 +403,7 @@ $(BUGSTITLE Druntime bugs,

$(P
$(LI $(BUGZILLA 11414): druntime should run debug unittest)
$(LI $(BUGZILLA 14327): Unhandled exception from writeln$(LPAREN)$(RPAREN) in C++/D application)
$(LI $(BUGZILLA 14663): shared library test - link_linkdep - segfaults on FreeBSD 10)
$(LI $(BUGZILLA 14776): shared library test - loadDR - segfaults on FreeBSD 10 when not building with -release)
$(LI $(BUGZILLA 14785): Some corner cases are not handled properly by core.checkedint.)
Expand Down
2 changes: 1 addition & 1 deletion download.dd
Expand Up @@ -127,7 +127,7 @@ Macros:
_=BETA=$(COMMENT $0)
BETA=$0
B_DMDV2=2.069.0
B_SUFFIX=rc1
B_SUFFIX=rc2

DEB32=$(DLSITE dmd_$(DMDV2)-0_i386.deb)
DEB64=$(DLSITE dmd_$(DMDV2)-0_amd64.deb)
Expand Down

0 comments on commit 5d5b1db

Please sign in to comment.