-
-
Notifications
You must be signed in to change notification settings - Fork 382
Merge remote-tracking branch 'upstream/master' into merge_master #1611
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
Merged
Conversation
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
Merge remote-tracking branch 'upstream/stable' into merge_stable
Allow to run ddox unittest examples
Fix changelog/2.073.0_pre typo
Merge remote-tracking branch 'upstream/stable' into merge_stable
Merge remote-tracking branch 'upstream/stable' into merge_stable
Merge remote-tracking branch 'upstream/stable' into merge_stable
Tweak D for C, C++ programmer pages
add gnex into orgs
Merge remote-tracking branch 'upstream/stable' into merge_stable
If the files are passed to DMD in a different order, Phobos fails to compile. For example, this happens when the Phobos source code is on a tmpfs, but not on ext4 or btrfs. Work around this by sorting the Phobos source file list before passing in to DMD.
…d-dlang-org osmodel.mak: Mention tools + dlang.org repos in the update reminder
…99 & C11). (dlang#1563) * Fixed issues in C code examples and added modern standard idioms (C99 & C11). The C examples used in that file are not purely C and contain several C++ ism. Furthermore, they do not use C99 idioms that are now very common. Some of the examples also contain errors. - typecasts of allocation functions are typical of C++ code but are errors in pure C. - names with leading underscore are reserved for the implementation and shall not be used. - One example freed an unitialized pointer -> crash guaranteed. - Where appropriate, modified or extended the C examples with constructs from C99 and C11. Mainly designated initializers.
Use nightly changelog theme
Updated makefile to use dmd/generated/os/release/model/dmd merged-on-behalf-of: Martin Nowak <code@dawg.eu>
DUB: use stable DMD
Remove "Call for submissions" from news merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
Merge remote-tracking branch 'upstream/stable' into merge_stable
The old rule was too general and cause silly looking spaces as Andrei described here: http://forum.dlang.org/post/ohjurtkzhvufqsahmimj@forum.dlang.org This makes it only happen where I believe it was intended to happen: on the hand-written index replacement, such as here: https://dlang.org/phobos-prerelease/std_algorithm.html where we have a long list of links all right next to each other under the quickindex div.
Make link padding only apply to more specific cases merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
Fixes display of 404 pages for any non-root URL (e.g. http://dlang.org/phobos/nonexisting.html).
Removed redundant DMD_GEN variable and replaced it's occurences with DMD merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
Make links in 404 pages absolute
Add style rule for Phobos about field declarations merged-on-behalf-of: Andrei Alexandrescu <andralex@users.noreply.github.com>
Fixing Typos.
Merge remote-tracking branch 'upstream/stable' into merge_stable
Fixes "LATEST" appearing instead of a version number in the 2.073.2 changelog.
changelog/2.073.2: Fix VER
Update safed.dd
# Conflicts: # posix.mak
Merge remote-tracking branch 'upstream/stable' into merge_stable
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.