[dlang.org] [D-Programming-Language/d-programming-language.org] b3cd87: Added section on acronyms to dstyle.dd.

GitHub noreply at github.com
Wed Jan 2 01:42:16 PST 2013


  Branch: refs/heads/staging
  Home:   https://github.com/D-Programming-Language/d-programming-language.org
  Commit: b3cd87c7a32d76d2b9cf06a41738be9cf050840a
      https://github.com/D-Programming-Language/d-programming-language.org/commit/b3cd87c7a32d76d2b9cf06a41738be9cf050840a
  Author: jmdavis <jmdavisProg at gmx.com>
  Date:   2012-12-23 (Sun, 23 Dec 2012)

  Changed paths:
    M dstyle.dd

  Log Message:
  -----------
  Added section on acronyms to dstyle.dd.

It now explains what case to use with acronyms as it comes up fairly
often in reviews for new functionality. The rule follows what we've
mostly been doing and been insisting on during the review process.


  Commit: d912ac1265ba1a0b842477d344078a2efac3060c
      https://github.com/D-Programming-Language/d-programming-language.org/commit/d912ac1265ba1a0b842477d344078a2efac3060c
  Author: Alex Rønne Petersen <alex at alexrp.com>
  Date:   2012-12-26 (Wed, 26 Dec 2012)

  Changed paths:
    M dstyle.dd

  Log Message:
  -----------
  Merge pull request #219 from jmdavis/dstyle

Added section on acronyms to dstyle.dd.


  Commit: 8525e6f3753e5be4aa5c6cfed7795e1db918366f
      https://github.com/D-Programming-Language/d-programming-language.org/commit/8525e6f3753e5be4aa5c6cfed7795e1db918366f
  Author: Andrej Mitrovic <andrej.mitrovich at gmail.com>
  Date:   2012-12-26 (Wed, 26 Dec 2012)

  Changed paths:
    M operatoroverloading.dd

  Log Message:
  -----------
  Make opEquals callable on const/non-const this reference and with const/non-const argument.


  Commit: e3896343748fceebbe46e3d725b1c7db626155e0
      https://github.com/D-Programming-Language/d-programming-language.org/commit/e3896343748fceebbe46e3d725b1c7db626155e0
  Author: Alex Rønne Petersen <alex at alexrp.com>
  Date:   2012-12-26 (Wed, 26 Dec 2012)

  Changed paths:
    M operatoroverloading.dd

  Log Message:
  -----------
  Merge pull request #220 from AndrejMitrovic/opEqualsFix

Make opEquals callable on const/non-const this reference and with const/non-const argument


  Commit: 6d9762a90d5071dac693f83027efb45f4f20e631
      https://github.com/D-Programming-Language/d-programming-language.org/commit/6d9762a90d5071dac693f83027efb45f4f20e631
  Author: Andrej Mitrovic <andrej.mitrovich at gmail.com>
  Date:   2012-12-27 (Thu, 27 Dec 2012)

  Changed paths:
    M iasm.dd

  Log Message:
  -----------
  Fixes Issue 9180 - Fix outdated ASM example.


  Commit: 1fcf488f90f22d7f545ba0f4727101f85665ab70
      https://github.com/D-Programming-Language/d-programming-language.org/commit/1fcf488f90f22d7f545ba0f4727101f85665ab70
  Author: Alex Rønne Petersen <alex at alexrp.com>
  Date:   2012-12-27 (Thu, 27 Dec 2012)

  Changed paths:
    M iasm.dd

  Log Message:
  -----------
  Merge pull request #221 from AndrejMitrovic/Fix9180

Issue 9180 - Fix outdated ASM example.


  Commit: 0235fa74a2a91319d15ecc9bb1b9960b22f85a63
      https://github.com/D-Programming-Language/d-programming-language.org/commit/0235fa74a2a91319d15ecc9bb1b9960b22f85a63
  Author: Shahid <Govellius at gmail.com>
  Date:   2012-12-28 (Fri, 28 Dec 2012)

  Changed paths:
    M iasm.dd

  Log Message:
  -----------
  followup to Issue 9180


  Commit: e0a731a325234714baaa5f1d1341c75858e05d9f
      https://github.com/D-Programming-Language/d-programming-language.org/commit/e0a731a325234714baaa5f1d1341c75858e05d9f
  Author: David Nadlinger <code at klickverbot.at>
  Date:   2012-12-28 (Fri, 28 Dec 2012)

  Changed paths:
    M glossary.dd
    M struct.dd

  Log Message:
  -----------
  D structs are not always POD.


  Commit: ec215c4def669d8e5765328ee16e54eb876c66c3
      https://github.com/D-Programming-Language/d-programming-language.org/commit/ec215c4def669d8e5765328ee16e54eb876c66c3
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2012-12-28 (Fri, 28 Dec 2012)

  Changed paths:
    M function.dd

  Log Message:
  -----------
  Relax inout rule

It has been introduced by issue 7105 from 2.059. In current, an inout is not necessary to appear in the return type.


  Commit: 76571f6dea1ac019901d8bbe195337bda9322824
      https://github.com/D-Programming-Language/d-programming-language.org/commit/76571f6dea1ac019901d8bbe195337bda9322824
  Author: Alex Rønne Petersen <alex at alexrp.com>
  Date:   2012-12-29 (Sat, 29 Dec 2012)

  Changed paths:
    M function.dd

  Log Message:
  -----------
  Merge pull request #226 from 9rnsr/relax_inout_rule

Relax inout rule


  Commit: f7605c49fb0a2348d2463e0cedc0b9d83294c2c7
      https://github.com/D-Programming-Language/d-programming-language.org/commit/f7605c49fb0a2348d2463e0cedc0b9d83294c2c7
  Author: Alex Rønne Petersen <alex at alexrp.com>
  Date:   2012-12-29 (Sat, 29 Dec 2012)

  Changed paths:
    M glossary.dd
    M struct.dd

  Log Message:
  -----------
  Merge pull request #222 from klickverbot/pod-structs

D structs are not always POD.


  Commit: 29148add14ba7b82cb46493c262f9cb04c03e0f6
      https://github.com/D-Programming-Language/d-programming-language.org/commit/29148add14ba7b82cb46493c262f9cb04c03e0f6
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2012-12-29 (Sat, 29 Dec 2012)

  Changed paths:
    M function.dd

  Log Message:
  -----------
  Add documentation about attribute inference in inheritance.


  Commit: 11f490f289b24db7c7bba730caa2b74352c7407f
      https://github.com/D-Programming-Language/d-programming-language.org/commit/11f490f289b24db7c7bba730caa2b74352c7407f
  Author: Alex Rønne Petersen <alex at alexrp.com>
  Date:   2012-12-29 (Sat, 29 Dec 2012)

  Changed paths:
    M function.dd

  Log Message:
  -----------
  Merge pull request #225 from 9rnsr/attr_infer_in_inheritance

Add documentation about attribute inference in inheritance.


  Commit: da08a9ad4d0b80ed13463beff910358b1c61ad86
      https://github.com/D-Programming-Language/d-programming-language.org/commit/da08a9ad4d0b80ed13463beff910358b1c61ad86
  Author: Shahid <Govellius at gmail.com>
  Date:   2012-12-29 (Sat, 29 Dec 2012)

  Changed paths:
    M iasm.dd

  Log Message:
  -----------
  Document 64bit registers and SIMD instructions


  Commit: 534b6b969d1e22431c5471a12ec5285051e7961d
      https://github.com/D-Programming-Language/d-programming-language.org/commit/534b6b969d1e22431c5471a12ec5285051e7961d
  Author: jmdavis <jmdavisProg at gmx.com>
  Date:   2012-12-29 (Sat, 29 Dec 2012)

  Changed paths:
    M dstyle.dd

  Log Message:
  -----------
  Add note about symbol names which match keywords.

If symbol's name would be a keyword, and it is undesirable to pick
another name, then the way to make it legal is to append an underscore
to it, which we've been doing. But apparently it didn't make it into the
style guide. So, this adds it.


  Commit: c422e1acb14b3ce81e97319f73c05ff79816a987
      https://github.com/D-Programming-Language/d-programming-language.org/commit/c422e1acb14b3ce81e97319f73c05ff79816a987
  Author: Alex Rønne Petersen <alex at alexrp.com>
  Date:   2012-12-29 (Sat, 29 Dec 2012)

  Changed paths:
    M dstyle.dd

  Log Message:
  -----------
  Merge pull request #227 from jmdavis/dstyle

Add note about enum member names which match keywords.


  Commit: 06e6f50c477202f42834d127def02d0c571c6406
      https://github.com/D-Programming-Language/d-programming-language.org/commit/06e6f50c477202f42834d127def02d0c571c6406
  Author: Alex Rønne Petersen <alex at alexrp.com>
  Date:   2012-12-31 (Mon, 31 Dec 2012)

  Changed paths:
    M iasm.dd

  Log Message:
  -----------
  Merge pull request #228 from Govelius/master

Update iasm docs


  Commit: 19055d7fa53d1c8efffbcf907974ab2db41b26c7
      https://github.com/D-Programming-Language/d-programming-language.org/commit/19055d7fa53d1c8efffbcf907974ab2db41b26c7
  Author: Walter Bright <walter at walterbright.com>
  Date:   2013-01-02 (Wed, 02 Jan 2013)

  Changed paths:
    M dstyle.dd
    M function.dd
    M glossary.dd
    M iasm.dd
    M operatoroverloading.dd
    M struct.dd

  Log Message:
  -----------
  Merge branch 'master' into staging


Compare: https://github.com/D-Programming-Language/d-programming-language.org/compare/dda34f59d267...19055d7fa53d


More information about the dlang.org mailing list