[dmd-internals] [D-Programming-Language/dmd] fdf64e: Move Lexer.isValidIdentifier static method to Iden...
GitHub via dmd-internals
dmd-internals at puremagic.com
Tue Sep 29 13:07:07 PDT 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: fdf64e1c9dff4af29eda56ca5680f791b84cf20e
https://github.com/D-Programming-Language/dmd/commit/fdf64e1c9dff4af29eda56ca5680f791b84cf20e
Author: Iain Buclaw <ibuclaw at gdcproject.org>
Date: 2015-09-29 (Tue, 29 Sep 2015)
Changed paths:
M src/dmodule.d
M src/identifier.d
M src/lexer.d
M src/mars.d
Log Message:
-----------
Move Lexer.isValidIdentifier static method to Identifier class
Commit: 5b0471da23170392ae7e48e939793472158dca72
https://github.com/D-Programming-Language/dmd/commit/5b0471da23170392ae7e48e939793472158dca72
Author: Hara Kenji <k.hara.pg+dev at gmail.com>
Date: 2015-09-30 (Wed, 30 Sep 2015)
Changed paths:
M src/dmodule.d
M src/identifier.d
M src/lexer.d
M src/mars.d
Log Message:
-----------
Merge pull request #5144 from ibuclaw/isvalididentifier
Move Lexer.isValidIdentifier static method to Identifier class
Compare: https://github.com/D-Programming-Language/dmd/compare/e598f185f6cd...5b0471da2317
More information about the dmd-internals
mailing list