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

  Changed paths:
    M src/parse.c

  Log Message:
  -----------
  [Refactoring] Reduce indent level


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

  Changed paths:
    M src/expression.c
    M src/expression.h
    M src/parse.c

  Log Message:
  -----------
  [Refactoring] Fix signature of the constructor in FuncExp


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

  Changed paths:
    M src/parse.c
    M src/parse.h

  Log Message:
  -----------
  [Refactoring] Add Parser::parseFunctionLiteral()


  Commit: 5ef0338cb154499c5f4329673035e3aecb347a84
      https://github.com/D-Programming-Language/dmd/commit/5ef0338cb154499c5f4329673035e3aecb347a84
  Author: Daniel Murphy <yebblies@gmail.com>
  Date:   2015-05-17 (Sun, 17 May 2015)

  Changed paths:
    M src/expression.c
    M src/expression.h
    M src/parse.c
    M src/parse.h

  Log Message:
  -----------
  Merge pull request #4663 from 9rnsr/refactor_parse

[refactor] simplify parsing for function literal


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