[dmd-internals] [D-Programming-Language/dmd] f408e5: Fix trailing spaces and quoting style
GitHub via dmd-internals
dmd-internals at puremagic.com
Tue Dec 16 21:30:58 PST 2014
Branch: refs/heads/dmd-1.x
Home: https://github.com/D-Programming-Language/dmd
Commit: f408e5be4cec2fe819d0902d48e35c7e84d8e7e9
https://github.com/D-Programming-Language/dmd/commit/f408e5be4cec2fe819d0902d48e35c7e84d8e7e9
Author: Leandro Lucarella <leandro.lucarella at sociomantic.com>
Date: 2014-12-16 (Tue, 16 Dec 2014)
Changed paths:
M src/mars.c
M src/mars.h
Log Message:
-----------
Fix trailing spaces and quoting style
Commit: fa90dcd4e915c95a597fe80a30f64418e1f4e61f
https://github.com/D-Programming-Language/dmd/commit/fa90dcd4e915c95a597fe80a30f64418e1f4e61f
Author: Leandro Lucarella <leandro.lucarella at sociomantic.com>
Date: 2014-12-16 (Tue, 16 Dec 2014)
Changed paths:
M src/mars.c
M src/mars.h
Log Message:
-----------
v2: Centralize description of -v2 available hints
Commit: 40e6f9dc48ed58ac864a3894ccb0e856feabb37f
https://github.com/D-Programming-Language/dmd/commit/40e6f9dc48ed58ac864a3894ccb0e856feabb37f
Author: Leandro Lucarella <leandro.lucarella at sociomantic.com>
Date: 2014-12-16 (Tue, 16 Dec 2014)
Changed paths:
M src/declaration.c
M src/func.c
M src/lexer.c
M src/mars.c
M src/mars.h
M src/mtype.c
M src/parse.c
M src/statement.c
Log Message:
-----------
v2: Add name of the hint when printing a warning
Commit: ac765b3d1a4b193dcba05036bdd9bcccba27ac19
https://github.com/D-Programming-Language/dmd/commit/ac765b3d1a4b193dcba05036bdd9bcccba27ac19
Author: Leandro Lucarella <leandro.lucarella at sociomantic.com>
Date: 2014-12-16 (Tue, 16 Dec 2014)
Changed paths:
M src/mars.c
Log Message:
-----------
v2: Print used hints when compiled with DEBUG
Commit: 0e3acc52b57b0f680f5c08770c8e44d690f5e9e4
https://github.com/D-Programming-Language/dmd/commit/0e3acc52b57b0f680f5c08770c8e44d690f5e9e4
Author: Leandro Lucarella <leandro.lucarella at sociomantic.com>
Date: 2014-12-16 (Tue, 16 Dec 2014)
Changed paths:
M src/mars.c
Log Message:
-----------
v2: Add -v2=-hint option to only exclude one type of hint
Commit: 0d677b8c5d497d117c1f3953fb937dda154aa2a5
https://github.com/D-Programming-Language/dmd/commit/0d677b8c5d497d117c1f3953fb937dda154aa2a5
Author: Leandro Lucarella <leandro.lucarella at sociomantic.com>
Date: 2014-12-16 (Tue, 16 Dec 2014)
Changed paths:
M docs/man/man1/dmd.1
M src/mars.c
Log Message:
-----------
v2: Update man with the new -v2 related options
Commit: 523a6f9b8b8f31d2199c510f7555ce46d856f902
https://github.com/D-Programming-Language/dmd/commit/523a6f9b8b8f31d2199c510f7555ce46d856f902
Author: Walter Bright <walter at walterbright.com>
Date: 2014-12-16 (Tue, 16 Dec 2014)
Changed paths:
M docs/man/man1/dmd.1
M src/declaration.c
M src/func.c
M src/lexer.c
M src/mars.c
M src/mars.h
M src/mtype.c
M src/parse.c
M src/statement.c
Log Message:
-----------
Merge pull request #4215 from leandro-lucarella-sociomantic/v2-opts
[D1] Add -v2=-hint option to disable a particular hint
Compare: https://github.com/D-Programming-Language/dmd/compare/012695720948...523a6f9b8b8f
More information about the dmd-internals
mailing list