This repository was archived by the owner on Oct 12, 2022. It is now read-only.
Merge tag 'v2.076.1' into merge-2.076.1#2029
Merged
wilzbach merged 1274 commits intodlang:dmd-cxxfrom Jan 5, 2018
Merged
Conversation
_equals druntime template for structs merged-on-behalf-of: Andrei Alexandrescu <andralex@users.noreply.github.com>
Fix issue 8411 - add opCast!bool support for Duration.
Remove a catch of Throwable in object.d merged-on-behalf-of: Jonathan M Davis <jmdavis@users.noreply.github.com>
Merge remote-tracking branch 'upstream/master' into merge_master
Fix cannot throw scoped exception
This adds bindings for linux-specific eventfd_* calls.
Add eventfd bindings merged-on-behalf-of: Vladimir Panteleev <github@thecybershadow.net>
Fixes issue 15947 (https://issues.dlang.org/show_bug.cgi?id=15947) Fixes issue 14511 (https://issues.dlang.org/show_bug.cgi?id=14511) Root problem was trying to increment non-existent AA field upon merging profile stats. The code was also simplified to remove unnecessary condition.
[REG] Simple multithreaded program + "-profile=gc" = crash
netbsd patch: core/sys/netbsd merged-on-behalf-of: David Nadlinger <code@klickverbot.at>
- finally moved repo under dlang
update pipeline ci repo url
Fixes issue 12233 - Attempting to use TypeInfo.init results in a compiler error due to lack of 'this'.
Remove TypeInfo.init merged-on-behalf-of: Steven Schveighoffer <schveiguy@users.noreply.github.com>
Array Literal Overloads merged-on-behalf-of: Andrei Alexandrescu <andralex@users.noreply.github.com>
…ranges, skip zeros add changelog
Merge remote-tracking branch 'upstream/stable' into merge_stable merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
winioctl.d: inure against unary + - ~ integral promotion rules merged-on-behalf-of: Petar Kirov <ZombineDev@users.noreply.github.com>
templated array ops merged-on-behalf-of: Walter Bright <WalterBright@users.noreply.github.com>
Eliminate one shared static this from thread.d merged-on-behalf-of: Andrei Alexandrescu <andralex@users.noreply.github.com>
add missing ^^ and ^^= arrayop support
This reverts commit 6bdc5a4.
Revert "add changelog for templated array ops"
… written to a separate image section, so _tls_start and _tls_end no longer happen to work as both __gshared and TLS section offsets.
fix issue 17788: MSCOFF: TLS broken with VS2017 15.3.1
…s with mixed modifiers to the memcmp version which should work on values anyway. Also fixed bad comparison via memcmp only comparing first element.
fix Issue 17876 - [REG 2.074] Internal error when comparing inout(Foo[][]) with Foo[][]
Contributor
|
Thanks for your pull request, @wilzbach! Bugzilla references
|
joakim-noah
approved these changes
Jan 4, 2018
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See dlang/dmd#7595 (review)