-
-
Notifications
You must be signed in to change notification settings - Fork 262
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade front-end & libs to v2.085.0 #3003
Merged
Merged
Commits on Mar 1, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5e93ed0 - Browse repository at this point
Copy the full SHA 5e93ed0View commit details -
Work around
enum TOK
C++ mangling issue/regressionThis reverts dlang/dmd@f35ff8024c2c, which changed the base type from int to ubyte. That led to a enum C++ mangling issue, at least for MSVC targets: https://issues.dlang.org/show_bug.cgi?id=19658 Even if the mangling is fixed, older host compilers wouldn't be able to compile 2.085-based LDC, so revert to int.
Configuration menu - View commit details
-
Copy full SHA for 02b0a38 - Browse repository at this point
Copy the full SHA 02b0a38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0813670 - Browse repository at this point
Copy the full SHA 0813670View commit details -
Configuration menu - View commit details
-
Copy full SHA for b972262 - Browse repository at this point
Copy the full SHA b972262View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c4a830 - Browse repository at this point
Copy the full SHA 7c4a830View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef6bab0 - Browse repository at this point
Copy the full SHA ef6bab0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40ca840 - Browse repository at this point
Copy the full SHA 40ca840View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c3d8b9 - Browse repository at this point
Copy the full SHA 6c3d8b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fc8f6d - Browse repository at this point
Copy the full SHA 1fc8f6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 58f6f56 - Browse repository at this point
Copy the full SHA 58f6f56View commit details -
Add cmdline options -preview and -revert
Reusing parsing and usage functionality from DMD, as the number of these is likely to grow.
Configuration menu - View commit details
-
Copy full SHA for b8dc871 - Browse repository at this point
Copy the full SHA b8dc871View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12d6193 - Browse repository at this point
Copy the full SHA 12d6193View commit details -
Change behavior when invoking LDC/LDMD without source files
Only display the appropriate usage help (and then fail) if invoked without any explicit cmdline options. Otherwise emit an error about missing source files and fail immediately, without displaying the usage help. Besides making LDC and LDMD behave identically in this regard, it makes just more sense IMO (when forgetting to specify a file, LDC previously just printed the cmdline help without any error message). It also makes `ldmd2 -transition=?` and `ldmd2 -preview=help` etc. print the expected help without LDMD special cases.
Configuration menu - View commit details
-
Copy full SHA for 6765e51 - Browse repository at this point
Copy the full SHA 6765e51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88f571f - Browse repository at this point
Copy the full SHA 88f571fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0530f08 - Browse repository at this point
Copy the full SHA 0530f08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5093732 - Browse repository at this point
Copy the full SHA 5093732View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae6c181 - Browse repository at this point
Copy the full SHA ae6c181View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63ab77a - Browse repository at this point
Copy the full SHA 63ab77aView commit details -
Configuration menu - View commit details
-
Copy full SHA for fb53fe8 - Browse repository at this point
Copy the full SHA fb53fe8View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac335e9 - Browse repository at this point
Copy the full SHA ac335e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7eab58c - Browse repository at this point
Copy the full SHA 7eab58cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c6abba6 - Browse repository at this point
Copy the full SHA c6abba6View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb7a3f0 - Browse repository at this point
Copy the full SHA cb7a3f0View commit details
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.