[dlang.org] [D-Programming-Language/dlang.org] 5296b0: Merge pull request #484 from ntrel/deprecate-fixes
GitHub
noreply at github.com
Sun Feb 23 01:10:37 PST 2014
Branch: refs/heads/2.065
Home: https://github.com/D-Programming-Language/dlang.org
Commit: 5296b06ba0500017ae4c6c208621c98926f9cd21
https://github.com/D-Programming-Language/dlang.org/commit/5296b06ba0500017ae4c6c208621c98926f9cd21
Author: Andrej Mitrovic <andrej.mitrovich at gmail.com>
Date: 2014-02-22 (Sat, 22 Feb 2014)
Changed paths:
M d-array-article.dd
M deprecate.dd
Log Message:
-----------
Merge pull request #484 from ntrel/deprecate-fixes
Fixes for deprecate.dd
Commit: b182e09fcc95ee1bb0c90f559b5b44072795465d
https://github.com/D-Programming-Language/dlang.org/commit/b182e09fcc95ee1bb0c90f559b5b44072795465d
Author: Martin Nowak <code at dawg.eu>
Date: 2014-02-22 (Sat, 22 Feb 2014)
Changed paths:
M function.dd
Log Message:
-----------
Merge pull request #487 from AndrejMitrovic/RemoveHiddenFunc
Make note that HiddenFuncError is a deprecated feature.
Commit: 57d0b50cb301265403e4ff7084a2b87ed2251597
https://github.com/D-Programming-Language/dlang.org/commit/57d0b50cb301265403e4ff7084a2b87ed2251597
Author: Hara Kenji <k.hara.pg+dev at gmail.com>
Date: 2014-02-22 (Sat, 22 Feb 2014)
Changed paths:
M function.dd
Log Message:
-----------
Merge pull request #486 from AndrejMitrovic/AddOverride
Add some missing override declarations.
Commit: 0a21ba21e1169a667b8169584c0fc4ce03f1019f
https://github.com/D-Programming-Language/dlang.org/commit/0a21ba21e1169a667b8169584c0fc4ce03f1019f
Author: Hara Kenji <k.hara.pg+dev at gmail.com>
Date: 2014-02-22 (Sat, 22 Feb 2014)
Changed paths:
M std.ddoc
Log Message:
-----------
Merge pull request #474 from Passw/patch-1
LinkURL to 'phobos' and 'druntime' are different
Commit: 828d2be24fad0c99e385246bde0390ca96da363f
https://github.com/D-Programming-Language/dlang.org/commit/828d2be24fad0c99e385246bde0390ca96da363f
Author: Hara Kenji <k.hara.pg+dev at gmail.com>
Date: 2014-02-22 (Sat, 22 Feb 2014)
Changed paths:
M declaration.dd
Log Message:
-----------
Merge pull request #488 from JinShil/master
Change 'alias x y' syntax to 'alias y = x' syntax
Commit: a0078745feccfca36d96dca0b56eb0d598e50fe5
https://github.com/D-Programming-Language/dlang.org/commit/a0078745feccfca36d96dca0b56eb0d598e50fe5
Author: Martin Nowak <code at dawg.eu>
Date: 2014-02-22 (Sat, 22 Feb 2014)
Changed paths:
M expression.dd
Log Message:
-----------
Merge pull request #485 from AndrejMitrovic/ImportExp
Add note about using -J switch for import expressions.
Commit: 8a65981b6d616f4b471c4e213cfd95beb1a1578d
https://github.com/D-Programming-Language/dlang.org/commit/8a65981b6d616f4b471c4e213cfd95beb1a1578d
Author: Martin Nowak <code at dawg.eu>
Date: 2014-02-22 (Sat, 22 Feb 2014)
Changed paths:
M attribute.dd
M class.dd
M declaration.dd
M doc.ddoc
M grammar.dd
M interface.dd
M module.dd
M posix.mak
M spec.dd
M statement.dd
M struct.dd
M template.dd
M win32.mak
Log Message:
-----------
Merge pull request #489 from 9rnsr/grammar
Add new Grammar page in website
Commit: 5bc05d0b89669d9b18b4c53274a67575c445f1a0
https://github.com/D-Programming-Language/dlang.org/commit/5bc05d0b89669d9b18b4c53274a67575c445f1a0
Author: Martin Nowak <code at dawg.eu>
Date: 2014-02-22 (Sat, 22 Feb 2014)
Changed paths:
M memory.dd
Log Message:
-----------
Merge pull request #490 from JinShil/patch-1
Added note about deprecated class allocators and deallocators
Commit: 56770bad4da719b3cf2cdbba709cc133213df14f
https://github.com/D-Programming-Language/dlang.org/commit/56770bad4da719b3cf2cdbba709cc133213df14f
Author: Brad Roberts <braddr at puremagic.com>
Date: 2014-02-22 (Sat, 22 Feb 2014)
Changed paths:
M fetch-issue-cnt.php
Log Message:
-----------
Merge pull request #491 from eco/patch-14
Switch back from https to http for bug stats query
Commit: 05ad4ba323624cdeeb3e9f4297e7ef360e582541
https://github.com/D-Programming-Language/dlang.org/commit/05ad4ba323624cdeeb3e9f4297e7ef360e582541
Author: Dmitry Olshansky <dmitry.olsh at gmail.com>
Date: 2014-02-22 (Sat, 22 Feb 2014)
Changed paths:
M declaration.dd
M grammar.dd
M template.dd
Log Message:
-----------
Merge pull request #371 from 9rnsr/doc_dip42
Add variable and alias templates
Commit: 29cf28b8bb3af1fa3bbdb4e5f694d5c7ec3c8ea2
https://github.com/D-Programming-Language/dlang.org/commit/29cf28b8bb3af1fa3bbdb4e5f694d5c7ec3c8ea2
Author: Hara Kenji <k.hara.pg+dev at gmail.com>
Date: 2014-02-22 (Sat, 22 Feb 2014)
Changed paths:
M attribute.dd
M cpp0x.dd
M cpptod.dd
M dstyle.dd
M expression.dd
M function.dd
M hijack.dd
M htod.dd
M htomodule.dd
M interfaceToC.dd
M module.dd
M pretod.dd
M statement.dd
M template-comparison.dd
M template.dd
M templates-revisited.dd
M traits.dd
M tuple.dd
M version.dd
Log Message:
-----------
Merge pull request #493 from JinShil/master
changed 'alias y x' to 'alias x = y' throughout dlang.org
Commit: 08f8362a3ce49f410dfa13eb510f475854bdec63
https://github.com/D-Programming-Language/dlang.org/commit/08f8362a3ce49f410dfa13eb510f475854bdec63
Author: Dmitry Olshansky <dmitry.olsh at gmail.com>
Date: 2014-02-22 (Sat, 22 Feb 2014)
Changed paths:
A CONTRIBUTING.md
A README.md
Log Message:
-----------
Merge pull request #494 from AndrejMitrovic/Fix12087
Add README and CONTRIBUTING files.
Commit: 024563e466b4e5328cb492fdfa43613c77370f0e
https://github.com/D-Programming-Language/dlang.org/commit/024563e466b4e5328cb492fdfa43613c77370f0e
Author: Andrej Mitrovic <andrej.mitrovich at gmail.com>
Date: 2014-02-22 (Sat, 22 Feb 2014)
Changed paths:
M CONTRIBUTING.md
Log Message:
-----------
Merge pull request #495 from CyberShadow/patch-1
CONTRIBUTING.md: Markdown fix for the shell examples
Commit: 8ac270d45e86eeffb029bf1dc306302c7d588321
https://github.com/D-Programming-Language/dlang.org/commit/8ac270d45e86eeffb029bf1dc306302c7d588321
Author: Hara Kenji <k.hara.pg+dev at gmail.com>
Date: 2014-02-22 (Sat, 22 Feb 2014)
Changed paths:
M grammar.dd
Log Message:
-----------
Merge pull request #498 from JakobOvrum/grammaranchors
Capitalize and add anchors to headers in grammar.dd
Commit: 8950f90d2364668abf533f35eed985b390acbce6
https://github.com/D-Programming-Language/dlang.org/commit/8950f90d2364668abf533f35eed985b390acbce6
Author: Martin Nowak <code at dawg.eu>
Date: 2014-02-22 (Sat, 22 Feb 2014)
Changed paths:
M class.dd
M grammar.dd
M struct.dd
M template.dd
Log Message:
-----------
Merge pull request #500 from 9rnsr/fix10514
Issue 10514 - Constructor declaration grammar is incorrect
Commit: 40ca19804e8899934aa3dd0a01e169916784ceb2
https://github.com/D-Programming-Language/dlang.org/commit/40ca19804e8899934aa3dd0a01e169916784ceb2
Author: Andrei Alexandrescu <andrei at erdani.com>
Date: 2014-02-22 (Sat, 22 Feb 2014)
Changed paths:
M css/style.css
Log Message:
-----------
Merge pull request #501 from 9rnsr/fix12178
Issue 12178 - Odd whitespace look on dlang website
Commit: 23371eafb6705dd839458b3d8e180d69259a51bb
https://github.com/D-Programming-Language/dlang.org/commit/23371eafb6705dd839458b3d8e180d69259a51bb
Author: Hara Kenji <k.hara.pg+dev at gmail.com>
Date: 2014-02-23 (Sun, 23 Feb 2014)
Changed paths:
A CONTRIBUTING.md
A README.md
M attribute.dd
M class.dd
M cpp0x.dd
M cpptod.dd
M css/style.css
M d-array-article.dd
M declaration.dd
M deprecate.dd
M doc.ddoc
M dstyle.dd
M expression.dd
M fetch-issue-cnt.php
M function.dd
M grammar.dd
M hijack.dd
M htod.dd
M htomodule.dd
M interface.dd
M interfaceToC.dd
M memory.dd
M module.dd
M posix.mak
M pretod.dd
M spec.dd
M statement.dd
M std.ddoc
M struct.dd
M template-comparison.dd
M template.dd
M templates-revisited.dd
M traits.dd
M tuple.dd
M version.dd
M win32.mak
Log Message:
-----------
Merge pull request #507 from 9rnsr/2.065
Pick up changes from master to 2.065 branch
Compare: https://github.com/D-Programming-Language/dlang.org/compare/0c9461c539a5...23371eafb670
More information about the dlang.org
mailing list