[dmd-internals] [D-Programming-Language/dmd] 32f0f3: Issue 12888 - Include template constraints in JSON...

GitHub via dmd-internals dmd-internals at puremagic.com
Tue Jan 27 17:03:08 PST 2015


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 32f0f33f6a6ff5c7e76ac6e481b2ba0c2607d71f
      https://github.com/D-Programming-Language/dmd/commit/32f0f33f6a6ff5c7e76ac6e481b2ba0c2607d71f
  Author: Hackerpilot <briancschott at gmail.com>
  Date:   2014-06-10 (Tue, 10 Jun 2014)

  Changed paths:
    M src/json.c
    M test/compilable/extra-files/json.out
    M test/compilable/json.d

  Log Message:
  -----------
  Issue 12888 - Include template constraints in JSON output


  Commit: 3f1eb776371fa0fe10f54f1e533d04a3035ada88
      https://github.com/D-Programming-Language/dmd/commit/3f1eb776371fa0fe10f54f1e533d04a3035ada88
  Author: Hackerpilot <briancschott at gmail.com>
  Date:   2014-06-10 (Tue, 10 Jun 2014)

  Changed paths:
    M test/compilable/extra-files/json.out

  Log Message:
  -----------
  Apparently that newline is important


  Commit: dffe3032890ef0769798e05dc5e9a22354676f04
      https://github.com/D-Programming-Language/dmd/commit/dffe3032890ef0769798e05dc5e9a22354676f04
  Author: Hackerpilot <briancschott at gmail.com>
  Date:   2015-01-27 (Tue, 27 Jan 2015)

  Changed paths:
    M README.md
    M VERSION
    M dmd.xcodeproj/project.pbxproj
    M docs/man/man1/dmd.1
    M ini/windows/bin/sc.ini
    M samples/chello.d
    M samples/d2html.d
    M samples/dclient.d
    M samples/dhry.d
    M samples/dserver.d
    M samples/listener.d
    M samples/mydll/dll.d
    M samples/mydll/mydll.d
    M samples/pi.d
    M samples/winsamp.d
    M src/access.c
    M src/aggregate.h
    M src/aliasthis.c
    M src/aliasthis.h
    M src/apply.c
    M src/argtypes.c
    M src/arrayop.c
    M src/arraytypes.h
    R src/artistic.txt
    M src/attrib.c
    M src/attrib.h
    M src/backend/aa.c
    M src/backend/aa.h
    M src/backend/backconfig.c
    M src/backend/blockopt.c
    M src/backend/cdef.h
    M src/backend/cg87.c
    M src/backend/cgcod.c
    M src/backend/cgcs.c
    M src/backend/cgelem.c
    M src/backend/cgen.c
    M src/backend/cod1.c
    M src/backend/cod2.c
    M src/backend/cod3.c
    M src/backend/cod4.c
    M src/backend/code.h
    M src/backend/cv8.c
    M src/backend/debug.c
    M src/backend/dt.h
    M src/backend/dwarf.c
    M src/backend/dwarf.h
    M src/backend/dwarf2.h
    M src/backend/el.c
    M src/backend/elfobj.c
    M src/backend/evalu8.c
    M src/backend/gdag.c
    M src/backend/gflow.c
    M src/backend/gloop.c
    M src/backend/gother.c
    M src/backend/machobj.c
    M src/backend/melf.h
    M src/backend/mscoffobj.c
    M src/backend/nteh.c
    M src/backend/oper.h
    M src/backend/optabgen.c
    M src/backend/out.c
    M src/backend/pdata.c
    M src/backend/ph2.c
    M src/backend/platform_stub.c
    M src/backend/rtlsym.h
    M src/backend/symbol.c
    M src/backend/ti_achar.c
    M src/backend/ti_pvoid.c
    M src/backend/tinfo.h
    A src/boostlicense.txt
    M src/builtin.c
    M src/canthrow.c
    M src/cast.c
    M src/class.c
    M src/clone.c
    M src/complex_t.h
    M src/cond.c
    M src/cond.h
    M src/constfold.c
    M src/cppmangle.c
    M src/ctfe.h
    M src/ctfeexpr.c
    M src/declaration.c
    M src/declaration.h
    M src/delegatize.c
    M src/dmd_msc.vcproj
    M src/dmd_msc.vcxproj
    M src/dmd_msc.vcxproj.filters
    M src/doc.c
    M src/doc.h
    M src/dsymbol.c
    M src/dsymbol.h
    M src/e2ir.c
    M src/entity.c
    M src/enum.c
    M src/enum.h
    A src/errors.c
    A src/errors.h
    A src/escape.c
    M src/expression.c
    M src/expression.h
    M src/func.c
    A src/globals.c
    A src/globals.h
    M src/glue.c
    M src/gluestub.c
    R src/gpl.txt
    M src/hdrgen.c
    M src/hdrgen.h
    M src/iasm.c
    M src/identifier.c
    M src/identifier.h
    M src/idgen.c
    M src/impcnvgen.c
    M src/imphint.c
    M src/import.c
    M src/import.h
    M src/inifile.c
    M src/init.c
    M src/init.h
    M src/inline.c
    M src/interpret.c
    M src/intrange.c
    M src/intrange.h
    M src/irstate.c
    M src/irstate.h
    M src/json.c
    M src/json.h
    M src/lexer.c
    M src/lexer.h
    M src/lib.h
    M src/libelf.c
    M src/libmach.c
    M src/libmscoff.c
    M src/libomf.c
    M src/link.c
    M src/macro.c
    M src/macro.h
    M src/mangle.c
    M src/mars.c
    M src/mars.h
    M src/module.c
    M src/module.h
    M src/msc.c
    M src/mtype.c
    M src/mtype.h
    M src/nogc.c
    M src/nspace.c
    M src/nspace.h
    M src/opover.c
    M src/optimize.c
    M src/osmodel.mak
    M src/parse.c
    M src/parse.h
    M src/posix.mak
    M src/readme.txt
    M src/root/aav.c
    M src/root/aav.h
    A src/root/checkedint.c
    A src/root/checkedint.h
    M src/root/file.c
    M src/root/file.h
    M src/root/filename.c
    M src/root/filename.h
    M src/root/object.c
    M src/root/outbuffer.c
    M src/root/outbuffer.h
    M src/root/port.c
    M src/root/port.h
    M src/root/rmem.c
    M src/root/rmem.h
    M src/root/speller.c
    M src/root/speller.h
    M src/root/stringtable.c
    M src/root/stringtable.h
    M src/s2ir.c
    M src/sapply.c
    M src/scanelf.c
    M src/scanmach.c
    M src/scanmscoff.c
    M src/scanomf.c
    M src/scope.c
    M src/scope.h
    M src/sideeffect.c
    M src/statement.c
    M src/statement.h
    M src/staticassert.c
    M src/staticassert.h
    M src/struct.c
    M src/target.c
    M src/target.h
    M src/template.c
    M src/template.h
    R src/test/UTFTest.cpp
    M src/tk.c
    M src/tocsym.c
    M src/toctype.c
    M src/tocvdebug.c
    M src/todt.c
    M src/toelfdebug.c
    M src/toir.c
    M src/toir.h
    A src/tokens.c
    A src/tokens.h
    M src/toobj.c
    M src/traits.c
    M src/typinf.c
    M src/unittests.c
    M src/utf.c
    M src/utf.h
    M src/vcbuild/ldfpu.asm
    M src/version.c
    M src/version.h
    M src/visitor.h
    M src/win32.mak
    M test/Makefile
    M test/compilable/compile1.d
    M test/compilable/cppmangle.d
    M test/compilable/ddoc1.d
    M test/compilable/ddoc10.d
    A test/compilable/ddoc10366.d
    A test/compilable/ddoc12745.d
    A test/compilable/ddoc13502.d
    A test/compilable/ddoc13645.d
    A test/compilable/ddoc9497a.d
    A test/compilable/ddoc9497b.d
    A test/compilable/ddoc9497c.d
    A test/compilable/ddoc9497d.d
    A test/compilable/ddocbackticks.d
    A test/compilable/deprecate12979a.d
    M test/compilable/deprecate2.d
    A test/compilable/diag11066.d
    M test/compilable/extra-files/ddoc10.html
    M test/compilable/extra-files/ddoc10334.html
    A test/compilable/extra-files/ddoc10366.html
    M test/compilable/extra-files/ddoc11479.html
    M test/compilable/extra-files/ddoc11511.html
    A test/compilable/extra-files/ddoc12745.html
    M test/compilable/extra-files/ddoc13.html
    A test/compilable/extra-files/ddoc13645.html
    M test/compilable/extra-files/ddoc3.ddoc
    M test/compilable/extra-files/ddoc5.html
    M test/compilable/extra-files/ddoc648.html
    M test/compilable/extra-files/ddoc9305.html
    A test/compilable/extra-files/ddoc9497a.ddoc
    A test/compilable/extra-files/ddoc9497a.html
    A test/compilable/extra-files/ddoc9497b.ddoc
    A test/compilable/extra-files/ddoc9497b.html
    A test/compilable/extra-files/ddoc9497c.ddoc
    A test/compilable/extra-files/ddoc9497c.html
    A test/compilable/extra-files/ddoc9497d.ddoc
    A test/compilable/extra-files/ddoc9497d.html
    A test/compilable/extra-files/ddocbackticks.html
    M test/compilable/extra-files/ddocunittest.html
    M test/compilable/extra-files/header-postscript.sh
    R test/compilable/extra-files/header.di
    A test/compilable/extra-files/header1.d
    A test/compilable/extra-files/header1.di
    A test/compilable/extra-files/header12567a.di
    A test/compilable/extra-files/header12567b.di
    A test/compilable/extra-files/header1i.di
    A test/compilable/extra-files/header2.d
    A test/compilable/extra-files/header2.di
    A test/compilable/extra-files/header2i.di
    R test/compilable/extra-files/inlineheader-postscript.sh
    R test/compilable/extra-files/inlineheader.di
    R test/compilable/extra-files/inlinexheader-postscript.sh
    R test/compilable/extra-files/inlinexheader.di
    M test/compilable/extra-files/json.out
    A test/compilable/extra-files/testheaderudamodule.di
    R test/compilable/extra-files/xheader-postscript.sh
    R test/compilable/extra-files/xheader.di
    A test/compilable/fwdref12531.d
    M test/compilable/fwdref12543.d
    A test/compilable/fwdref13860.d
    R test/compilable/header.d
    A test/compilable/iasm_labeloperand.d
    A test/compilable/ice12956.d
    A test/compilable/ice13071.d
    A test/compilable/ice13088.d
    A test/compilable/ice13245.d
    A test/compilable/ice13323.d
    A test/compilable/ice13403.d
    A test/compilable/ice13874.d
    A test/compilable/ice13886.d
    A test/compilable/ice13968.d
    A test/compilable/imports/a12567.d
    A test/compilable/imports/a13226.d
    M test/compilable/imports/art4769a.d
    A test/compilable/imports/ice13403a.d
    A test/compilable/imports/imp12242a.d
    A test/compilable/imports/imp12242a1.d
    A test/compilable/imports/imp12242a2.d
    A test/compilable/imports/imp12242b.d
    A test/compilable/imports/imp12242b1.d
    A test/compilable/imports/imp12242b2.d
    M test/compilable/imports/test25a.d
    M test/compilable/imports/test25b.d
    M test/compilable/imports/test55a.d
    A test/compilable/imports/udamodule1.d
    A test/compilable/imports/udamodule2.d
    A test/compilable/imports/udamodule2a.d
    R test/compilable/inlineheader.d
    R test/compilable/inlinexheader.d
    M test/compilable/interpret3.d
    M test/compilable/nogc.d
    A test/compilable/parse13049.d
    A test/compilable/protattr.d
    A test/compilable/protection/basic/mod1.d
    A test/compilable/protection/basic/tests.d
    A test/compilable/protection/subpkg/explicit.d
    A test/compilable/protection/subpkg/tests.d
    A test/compilable/protection/subpkg2/tests.d
    M test/compilable/sw_transition_field.d
    R test/compilable/test10150.d
    A test/compilable/test10520.d
    A test/compilable/test10981.d
    A test/compilable/test11471.d
    A test/compilable/test12567a.d
    A test/compilable/test12567b.d
    A test/compilable/test12567c.d
    A test/compilable/test12567d.d
    M test/compilable/test12593.d
    A test/compilable/test12967.d
    A test/compilable/test12979a.d
    A test/compilable/test12979b.d
    A test/compilable/test13008.d
    A test/compilable/test13053.d
    A test/compilable/test13193.d
    A test/compilable/test13194.d
    A test/compilable/test13226.d
    A test/compilable/test13281.d
    A test/compilable/test13600.d
    A test/compilable/test13668.d
    A test/compilable/test13858.d
    A test/compilable/test13902.d
    A test/compilable/test1673.d
    M test/compilable/test55.d
    M test/compilable/test602.d
    A test/compilable/test9570.d
    M test/compilable/testInference.d
    M test/compilable/testVRP.d
    M test/compilable/testcov1.d
    A test/compilable/testheader1.d
    A test/compilable/testheader12567a.d
    A test/compilable/testheader12567b.d
    A test/compilable/testheader1i.d
    A test/compilable/testheader2.d
    A test/compilable/testheader2i.d
    A test/compilable/testheaderudamodule.d
    A test/compilable/testimport12242.d
    A test/compilable/testpostblit.d
    A test/compilable/udamodule1.d
    A test/compilable/udamodule2.d
    A test/compilable/warn3882.d
    R test/compilable/xheader.d
    M test/d_do_test.d
    M test/fail_compilation/bug4283.d
    M test/fail_compilation/ctfe10989.d
    A test/fail_compilation/ctfe11467.d
    A test/fail_compilation/deprecate12979a.d
    A test/fail_compilation/deprecate12979b.d
    A test/fail_compilation/deprecate12979c.d
    A test/fail_compilation/deprecate12979d.d
    A test/fail_compilation/deprecate1553.d
    M test/fail_compilation/diag11759.d
    M test/fail_compilation/diag11769.d
    A test/fail_compilation/diag13028.d
    A test/fail_compilation/diag13082.d
    A test/fail_compilation/diag13109.d
    A test/fail_compilation/diag13142.d
    A test/fail_compilation/diag13281.d
    A test/fail_compilation/diag13333.d
    A test/fail_compilation/diag13528.d
    A test/fail_compilation/diag13609a.d
    A test/fail_compilation/diag13609b.d
    A test/fail_compilation/diag13787.d
    A test/fail_compilation/diag13884.d
    A test/fail_compilation/diag13942.d
    M test/fail_compilation/diag1730.d
    M test/fail_compilation/diag3672.d
    A test/fail_compilation/diag3672a.d
    M test/fail_compilation/diag4596.d
    M test/fail_compilation/diag5450.d
    M test/fail_compilation/diag6677.d
    A test/fail_compilation/diag6699.d
    A test/fail_compilation/diag7477.d
    A test/fail_compilation/diag8425.d
    M test/fail_compilation/diag8648.d
    M test/fail_compilation/diag8928.d
    A test/fail_compilation/diag9148.d
    M test/fail_compilation/diag9357.d
    M test/fail_compilation/diag9574.d
    A test/fail_compilation/diag9620.d
    A test/fail_compilation/diag_cstyle.d
    A test/fail_compilation/extra-files/bar11453.d
    A test/fail_compilation/extra-files/foo11453.d
    M test/fail_compilation/fail10.d
    M test/fail_compilation/fail10115.d
    M test/fail_compilation/fail10277.d
    A test/fail_compilation/fail10439.d
    M test/fail_compilation/fail10481.d
    A test/fail_compilation/fail10528.d
    M test/fail_compilation/fail10630.d
    M test/fail_compilation/fail108.d
    M test/fail_compilation/fail10905.d
    M test/fail_compilation/fail10964.d
    M test/fail_compilation/fail10968.d
    R test/fail_compilation/fail10981.d
    A test/fail_compilation/fail11042.d
    R test/fail_compilation/fail11332.d
    A test/fail_compilation/fail11355.d
    A test/fail_compilation/fail11453a.d
    A test/fail_compilation/fail11453b.d
    R test/fail_compilation/fail11484.d
    R test/fail_compilation/fail11485.d
    M test/fail_compilation/fail11510.d
    R test/fail_compilation/fail11591.d
    M test/fail_compilation/fail11591b.d
    M test/fail_compilation/fail116.d
    R test/fail_compilation/fail11616.d
    M test/fail_compilation/fail118.d
    M test/fail_compilation/fail12047.d
    A test/fail_compilation/fail12255.d
    M test/fail_compilation/fail12378.d
    A test/fail_compilation/fail12485.d
    A test/fail_compilation/fail12567.d
    A test/fail_compilation/fail12635.d
    A test/fail_compilation/fail12636.d
    A test/fail_compilation/fail12901.d
    A test/fail_compilation/fail12908.d
    A test/fail_compilation/fail12932.d
    A test/fail_compilation/fail13116.d
    A test/fail_compilation/fail13120.d
    M test/fail_compilation/fail1313a.d
    M test/fail_compilation/fail1313b.d
    A test/fail_compilation/fail13187.d
    A test/fail_compilation/fail13336a.d
    A test/fail_compilation/fail13336b.d
    A test/fail_compilation/fail13424.d
    A test/fail_compilation/fail13434_m32.d
    A test/fail_compilation/fail13434_m64.d
    A test/fail_compilation/fail13498.d
    A test/fail_compilation/fail13574.d
    A test/fail_compilation/fail13601.d
    A test/fail_compilation/fail13701.d
    A test/fail_compilation/fail13756.d
    A test/fail_compilation/fail13775.d
    R test/fail_compilation/fail138.d
    A test/fail_compilation/fail13902.d
    A test/fail_compilation/fail13938.d
    A test/fail_compilation/fail13939.d
    A test/fail_compilation/fail14009.d
    M test/fail_compilation/fail156.d
    M test/fail_compilation/fail183.d
    M test/fail_compilation/fail184.d
    M test/fail_compilation/fail187.d
    M test/fail_compilation/fail208.d
    M test/fail_compilation/fail231.d
    A test/fail_compilation/fail2350.d
    M test/fail_compilation/fail236.d
    M test/fail_compilation/fail238_m32.d
    M test/fail_compilation/fail238_m64.d
    M test/fail_compilation/fail243t.d
    M test/fail_compilation/fail256.d
    M test/fail_compilation/fail261.d
    M test/fail_compilation/fail262.d
    A test/fail_compilation/fail2656.d
    M test/fail_compilation/fail266.d
    R test/fail_compilation/fail283.d
    M test/fail_compilation/fail287.d
    M test/fail_compilation/fail303.d
    M test/fail_compilation/fail304.d
    M test/fail_compilation/fail306.d
    M test/fail_compilation/fail323.d
    M test/fail_compilation/fail327.d
    M test/fail_compilation/fail329.d
    R test/fail_compilation/fail348.d
    M test/fail_compilation/fail351.d
    M test/fail_compilation/fail3672.d
    M test/fail_compilation/fail3882.d
    M test/fail_compilation/fail3903.d
    A test/fail_compilation/fail3990.d
    R test/fail_compilation/fail4.d
    M test/fail_compilation/fail41.d
    A test/fail_compilation/fail4374.d
    A test/fail_compilation/fail4421.d
    A test/fail_compilation/fail5299.d
    A test/fail_compilation/fail5908.d
    A test/fail_compilation/fail6334.d
    M test/fail_compilation/fail6572.d
    R test/fail_compilation/fail7472.d
    M test/fail_compilation/fail7848.d
    R test/fail_compilation/fail8.d
    R test/fail_compilation/fail8179.d
    M test/fail_compilation/fail8664.d
    A test/fail_compilation/fail8724.d
    M test/fail_compilation/fail9301.d
    M test/fail_compilation/fail9368.d
    M test/fail_compilation/fail9459.d
    A test/fail_compilation/fail9537.d
    R test/fail_compilation/fail9904.d
    A test/fail_compilation/fail_casting.d
    A test/fail_compilation/fail_scope.d
    A test/fail_compilation/faildeleteaa.d
    A test/fail_compilation/faildottypeinfo.d
    A test/fail_compilation/failescape.d
    A test/fail_compilation/failmemalloc.d
    A test/fail_compilation/failoffset.d
    M test/fail_compilation/ice10212.d
    M test/fail_compilation/ice10949.d
    M test/fail_compilation/ice11086.d
    M test/fail_compilation/ice11553.d
    M test/fail_compilation/ice11566.d
    M test/fail_compilation/ice11755.d
    M test/fail_compilation/ice11850.d
    R test/fail_compilation/ice11857.d
    M test/fail_compilation/ice11919.d
    M test/fail_compilation/ice12179.d
    M test/fail_compilation/ice12350.d
    M test/fail_compilation/ice12362.d
    M test/fail_compilation/ice12554.d
    A test/fail_compilation/ice12827.d
    A test/fail_compilation/ice12902.d
    A test/fail_compilation/ice12907.d
    A test/fail_compilation/ice13024.d
    A test/fail_compilation/ice13027.d
    A test/fail_compilation/ice13081.d
    A test/fail_compilation/ice13131.d
    A test/fail_compilation/ice13220.d
    A test/fail_compilation/ice13221.d
    A test/fail_compilation/ice13225.d
    A test/fail_compilation/ice13259.d
    A test/fail_compilation/ice13311.d
    A test/fail_compilation/ice13356.d
    A test/fail_compilation/ice13382.d
    A test/fail_compilation/ice13385.d
    A test/fail_compilation/ice13459.d
    A test/fail_compilation/ice13465a.d
    A test/fail_compilation/ice13465b.d
    A test/fail_compilation/ice13497.d
    A test/fail_compilation/ice13563.d
    A test/fail_compilation/ice13644.d
    A test/fail_compilation/ice13788.d
    A test/fail_compilation/ice13835.d
    A test/fail_compilation/ice13921.d
    A test/fail_compilation/ice13987.d
    M test/fail_compilation/ice2603.d
    M test/fail_compilation/ice6538.d
    A test/fail_compilation/imports/a10528.d
    A test/fail_compilation/imports/a13131checkpoint.d
    A test/fail_compilation/imports/a13131elec.d
    A test/fail_compilation/imports/a13131parameters.d
    A test/fail_compilation/imports/a13311.d
    A test/fail_compilation/imports/a13465.d
    A test/fail_compilation/imports/b13465.d
    A test/fail_compilation/imports/spell9644a.d
    A test/fail_compilation/imports/spell9644b.d
    A test/fail_compilation/imports/test13152a.d
    A test/fail_compilation/imports/test13152b.d
    A test/fail_compilation/imports/test13152c.d
    A test/fail_compilation/imports/test13152d.d
    A test/fail_compilation/imports/test13152e.d
    A test/fail_compilation/imports/test13152f.d
    A test/fail_compilation/imports/test13152g.d
    A test/fail_compilation/imports/test13152h.d
    A test/fail_compilation/imports/test13152i.d
    A test/fail_compilation/imports/test13152j.d
    A test/fail_compilation/imports/test13152k.d
    A test/fail_compilation/imports/test13152l.d
    A test/fail_compilation/imports/test13152m.d
    A test/fail_compilation/imports/test13152n.d
    A test/fail_compilation/imports/test13152o.d
    A test/fail_compilation/imports/test13152p.d
    A test/fail_compilation/imports/test13152q.d
    A test/fail_compilation/imports/test13152r.d
    A test/fail_compilation/imports/test13152s.d
    A test/fail_compilation/imports/test13152t.d
    A test/fail_compilation/imports/test13152u.d
    A test/fail_compilation/imports/test13152v.d
    A test/fail_compilation/imports/test13152w.d
    A test/fail_compilation/imports/test13152x.d
    A test/fail_compilation/imports/test13152y.d
    A test/fail_compilation/imports/test13152z.d
    A test/fail_compilation/lexer1.d
    A test/fail_compilation/lexer2.d
    A test/fail_compilation/lexer3.d
    A test/fail_compilation/lexer4.d
    A test/fail_compilation/lexer5.d
    A test/fail_compilation/moduleundefuda.d
    A test/fail_compilation/parse12924.d
    A test/fail_compilation/parse12967a.d
    A test/fail_compilation/parse12967b.d
    A test/fail_compilation/parse13361.d
    M test/fail_compilation/parseStc.d
    A test/fail_compilation/parseStc2.d
    A test/fail_compilation/parseStc3.d
    A test/fail_compilation/parseStc4.d
    A test/fail_compilation/parseStc5.d
    A test/fail_compilation/protattr1.d
    A test/fail_compilation/protattr2.d
    A test/fail_compilation/protattr3.d
    A test/fail_compilation/protection/subpkg/test1.d
    A test/fail_compilation/protection/subpkg/test2.d
    A test/fail_compilation/protection/subpkg/test3.d
    A test/fail_compilation/retref.d
    A test/fail_compilation/retref2.d
    M test/fail_compilation/spell9644.d
    A test/fail_compilation/test12979.d
    A test/fail_compilation/test13152.d
    A test/fail_compilation/test13786.d
    M test/fail_compilation/test4838.d
    M test/fail_compilation/test64.d
    M test/fail_compilation/test8556.d
    R test/fail_compilation/test8793.d
    A test/fail_compilation/verrors0.d
    A test/fail_compilation/verrors5.d
    M test/fail_compilation/warn12809.d
    A test/fail_compilation/warn13679.d
    R test/fail_compilation/warn1553.d
    M test/runnable/Same.d
    M test/runnable/aliasthis.d
    M test/runnable/arrayop.d
    M test/runnable/assignable.d
    M test/runnable/auto1.d
    M test/runnable/bitops.d
    A test/runnable/bug12928.d
    A test/runnable/bug7068.d
    M test/runnable/builtin.d
    M test/runnable/cabi1.d
    M test/runnable/casting.d
    M test/runnable/circular.d
    M test/runnable/closure.d
    M test/runnable/constfold.d
    M test/runnable/cov2.d
    M test/runnable/cppa.d
    M test/runnable/declaration.d
    M test/runnable/delegate.d
    R test/runnable/deprecate1.d
    M test/runnable/dhry.d
    M test/runnable/eh.d
    M test/runnable/externmangle.d
    M test/runnable/extra-files/cppb.cpp
    A test/runnable/extra-files/lib13666.d
    A test/runnable/extra-files/lib13774a.d
    A test/runnable/extra-files/lib13774b.d
    M test/runnable/extra-files/mul9377a.d
    M test/runnable/extra-files/mul9377b.d
    M test/runnable/extra-files/multi9377.d
    A test/runnable/extra-files/objc_self_test.m
    M test/runnable/extra-files/runnable-cov2.lst
    A test/runnable/extra-files/test13666.d
    M test/runnable/extra-files/test2.d
    A test/runnable/extra-files/test_shared.d
    M test/runnable/foreach.d
    M test/runnable/foreach2.d
    M test/runnable/foreach3.d
    M test/runnable/foreach4.d
    M test/runnable/foreach5.d
    M test/runnable/funclit.d
    M test/runnable/functype.d
    M test/runnable/iasm64.d
    M test/runnable/implicit.d
    M test/runnable/imports/Other.d
    M test/runnable/imports/link12144a.d
    A test/runnable/imports/link13043a.d
    A test/runnable/imports/link13394a.d
    A test/runnable/imports/link13400a.d
    A test/runnable/imports/link13415a.d
    A test/runnable/imports/template13478a.d
    A test/runnable/imports/template13478b.d
    M test/runnable/imports/test24a.d
    M test/runnable/imports/test24b.d
    M test/runnable/imports/testminitAA.d
    M test/runnable/imports/testminitBB.d
    M test/runnable/imports/tlsa.d
    M test/runnable/inline.d
    M test/runnable/interpret.d
    A test/runnable/issue8671.d
    M test/runnable/lexer.d
    A test/runnable/link13043.d
    A test/runnable/link13350.d
    A test/runnable/link13394.d
    A test/runnable/link13400.d
    A test/runnable/link13415.d
    A test/runnable/link13843.d
    A test/runnable/link6574.d
    M test/runnable/literal.d
    M test/runnable/mangle.d
    M test/runnable/mars1.d
    M test/runnable/mixin2.d
    M test/runnable/nested.d
    M test/runnable/newdel.d
    A test/runnable/objc_self_test.d
    M test/runnable/opover.d
    M test/runnable/opover2.d
    M test/runnable/overload.d
    M test/runnable/s2ir.d
    M test/runnable/sctor.d
    M test/runnable/sdtor.d
    M test/runnable/stress.d
    M test/runnable/structlit.d
    A test/runnable/template13478.d
    M test/runnable/template2.d
    M test/runnable/template3.d
    M test/runnable/template4.d
    M test/runnable/template9.d
    M test/runnable/test12.d
    A test/runnable/test13117.d
    A test/runnable/test13117b.d
    A test/runnable/test13504.d
    A test/runnable/test13613.d
    A test/runnable/test13666.sh
    A test/runnable/test13774.sh
    A test/runnable/test13944.d
    M test/runnable/test19.d
    M test/runnable/test22.d
    M test/runnable/test23.d
    M test/runnable/test3449.d
    M test/runnable/test42.d
    A test/runnable/test5854.d
    A test/runnable/test6423.d
    M test/runnable/test7511.d
    M test/runnable/test8.d
    R test/runnable/test9.d
    A test/runnable/test_shared.sh
    M test/runnable/testaa.d
    M test/runnable/testaa2.d
    M test/runnable/testaa3.d
    M test/runnable/testappend.d
    M test/runnable/testarray.d
    M test/runnable/testbounds.d
    M test/runnable/testbounds2.d
    M test/runnable/testclass.d
    M test/runnable/testconst.d
    M test/runnable/testdt.d
    M test/runnable/testenum.d
    M test/runnable/testgc3.d
    M test/runnable/testinvariant.d
    M test/runnable/testminit.d
    A test/runnable/testreturn.d
    M test/runnable/testsafe.d
    A test/runnable/testscope2.d
    M test/runnable/teststdio.d
    M test/runnable/testthread.d
    M test/runnable/testthread2.d
    M test/runnable/testtypeid.d
    M test/runnable/testxmm.d
    M test/runnable/testzip.d
    M test/runnable/tls.d
    M test/runnable/tls_dup.d
    A test/runnable/traits_getPointerBitmap.d
    M test/runnable/ufcs.d
    M test/runnable/variadic.d
    M test/runnable/warning1.d
    M test/runnable/xtest46.d
    M test/win32/dll2.d
    M test/win32/mydll.d
    M test/win32/testmydll.d
    M test/win32/testmydll2.d

  Log Message:
  -----------
  Merge branch 'master' into issue-12888


  Commit: 133754cc7e6489491cc28a1b3f9ca377237e4fb1
      https://github.com/D-Programming-Language/dmd/commit/133754cc7e6489491cc28a1b3f9ca377237e4fb1
  Author: Hackerpilot <briancschott at gmail.com>
  Date:   2015-01-27 (Tue, 27 Jan 2015)

  Changed paths:
    M src/json.c
    M test/compilable/extra-files/json.out
    M test/compilable/json.d

  Log Message:
  -----------
  Reorganize test files and place template constraint after parameters


  Commit: 821e13137c51169504b054b672c00b48c4571fa1
      https://github.com/D-Programming-Language/dmd/commit/821e13137c51169504b054b672c00b48c4571fa1
  Author: Hara Kenji <k.hara.pg+dev at gmail.com>
  Date:   2015-01-28 (Wed, 28 Jan 2015)

  Changed paths:
    M src/json.c
    M test/compilable/extra-files/json.out
    M test/compilable/json.d

  Log Message:
  -----------
  Merge pull request #3657 from Hackerpilot/issue-12888

Issue 12888 - Include template constraints in JSON output


Compare: https://github.com/D-Programming-Language/dmd/compare/1acee59525b0...821e13137c51


More information about the dmd-internals mailing list