[dmd-internals] [D-Programming-Language/dmd] 335b96: Add DocComment::a to gather symbols belong to a DD...

GitHub via dmd-internals dmd-internals at puremagic.com
Sun May 17 09:52:50 PDT 2015


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 335b964f95137347ffc012f006685f380b5f6e76
      https://github.com/D-Programming-Language/dmd/commit/335b964f95137347ffc012f006685f380b5f6e76
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2015-05-17 (Sun, 17 May 2015)

  Changed paths:
    M src/doc.c
    M src/magicport.json

  Log Message:
  -----------
  Add DocComment::a to gather symbols belong to a DDOC_DECL


  Commit: 47efe28cda6f8a33dc91a2d4f98b7311af9c3b7c
      https://github.com/D-Programming-Language/dmd/commit/47efe28cda6f8a33dc91a2d4f98b7311af9c3b7c
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2015-05-17 (Sun, 17 May 2015)

  Changed paths:
    M src/doc.c
    M src/magicport.json
    M test/compilable/extra-files/ddocunittest.html

  Log Message:
  -----------
  Simplify documented unittests handling by using DocComment::a


  Commit: d941b1fe50480ed0e5c9906920f31a5d980ab8e5
      https://github.com/D-Programming-Language/dmd/commit/d941b1fe50480ed0e5c9906920f31a5d980ab8e5
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2015-05-17 (Sun, 17 May 2015)

  Changed paths:
    M src/doc.c
    M src/scope.c
    M src/scope.h

  Log Message:
  -----------
  Remove Scope::lastoffset and lastoffset2 so they're not used anymore


  Commit: 1735b2dd77d03072ef467cb264d8f86dcfd0286a
      https://github.com/D-Programming-Language/dmd/commit/1735b2dd77d03072ef467cb264d8f86dcfd0286a
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2015-05-17 (Sun, 17 May 2015)

  Changed paths:
    M src/doc.c
    M src/magicport.json

  Log Message:
  -----------
  Give Dsymbols to the section writer and highlight functions


  Commit: 3f95309e8d42cce1243964644de14416b1efdbad
      https://github.com/D-Programming-Language/dmd/commit/3f95309e8d42cce1243964644de14416b1efdbad
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2015-05-17 (Sun, 17 May 2015)

  Changed paths:
    M src/doc.c
    M src/magicport.json
    A test/compilable/ddoc13270.d
    A test/compilable/extra-files/ddoc13270.html
    M test/compilable/extra-files/ddocunittest.html

  Log Message:
  -----------
  fix Issue 13270 - ddoc can't find parameters of ditto'd function overloads


  Commit: f02ff584165cbf98a5ab98dff1e2e92d4117c62c
      https://github.com/D-Programming-Language/dmd/commit/f02ff584165cbf98a5ab98dff1e2e92d4117c62c
  Author: Walter Bright <walter at walterbright.com>
  Date:   2015-05-17 (Sun, 17 May 2015)

  Changed paths:
    M src/doc.c
    M src/magicport.json
    M src/scope.c
    M src/scope.h
    A test/compilable/ddoc13270.d
    A test/compilable/extra-files/ddoc13270.html
    M test/compilable/extra-files/ddocunittest.html

  Log Message:
  -----------
  Merge pull request #4639 from 9rnsr/fix13270

Issue 13270 - ddoc can't find parameters of ditto'd function overloads


Compare: https://github.com/D-Programming-Language/dmd/compare/5ef0338cb154...f02ff584165c


More information about the dmd-internals mailing list