Merge remote-tracking branch 'upstream/master' into merge_master#6915
Merged
MartinNowak merged 440 commits intodlang:stablefrom Jun 17, 2017
Merged
Merge remote-tracking branch 'upstream/master' into merge_master#6915MartinNowak merged 440 commits intodlang:stablefrom
MartinNowak merged 440 commits intodlang:stablefrom
Conversation
NetBSD changes
convert Bugzilla to URL merged-on-behalf-of: Iain Buclaw <ibuclaw@gdcproject.org>
…up for array initialisation
fix Issue 13331 - naked asm functions are broken when compiling with … merged-on-behalf-of: Andrei Alexandrescu <andralex@users.noreply.github.com>
fix Issue 17396 - Add colorized syntax highlighting to error messages…
fix error recovery in color syntax highlighting merged-on-behalf-of: Andrei Alexandrescu <andralex@users.noreply.github.com>
traits.d: fix error messages to use syntax highlighting
statement.d: fix error messages to use syntax highlighting merged-on-behalf-of: Vladimir Panteleev <github@thecybershadow.net>
toir.d: fix error messages to use syntax highlighting merged-on-behalf-of: Vladimir Panteleev <github@thecybershadow.net>
toobj.d: fix error messages to use syntax highlighting merged-on-behalf-of: Vladimir Panteleev <github@thecybershadow.net>
lexer.d: fix error messages to use syntax highlighting merged-on-behalf-of: Vladimir Panteleev <github@thecybershadow.net>
aliasthis.d: fix error messages to use syntax highlighting merged-on-behalf-of: Vladimir Panteleev <github@thecybershadow.net>
access.d: fix error messages to use syntax highlighting merged-on-behalf-of: Vladimir Panteleev <github@thecybershadow.net>
Disallow empty statements made by semicolons
Add Target.cppTypeMangle hook for vendor types.
Mention individual test file target in the test Makefile
win32.mak: fix target checkwhitespace
Fix issue 16244 - Prevent an ICE with empty cast
Even in case of non-void methods, their out contract should be able to accept no arguments. For the methods with auto return type, there was oversight where one argument to `out` was always assumed.
[scope] fix Issue 17422 - class reference not initialized as scope variable
fix Issue 17491 - Compiles on invalid: *&s.init.var is not an lvalue
improve some comments and minor stuff in func.d merged-on-behalf-of: Rainer Schuetze <rainers@users.noreply.github.com>
Optimizing the rewritten result is now being handled by Expression_optimize.
Fix issue 17502: Allow no parameters in out contract for auto methods
Remove recursive calls to Expression.optimize.
win64: speed up test suite by more than 15 minutes
This is a partial revert of 0d40de4. This commit introduced a number of problems: 1. The title was two lines, which did not conform to the syntax as described in README.md, and caused the generated changelog to be misformed (see http://dlang.org/changelog/2.075.0_pre.html) 2. There was trailing whitespace on the second line, causing dlang.org's test target to fail 3. Subjectively, I'm having trouble understanding the new wording. The old wording was much more concise, and if it was factually incorrect, I don't see how.
Fix dlang#6821 changelog entry merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
- fixes Issues 17494, 17505, 17506
…o_regressions revert dlang#6816 to due to excessive code breakage merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
fix typo in assertion
Contributor
|
Member
Author
|
Won't pass until all of 'em are merged anyhow, so just going ahead. |
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.