[dmd-internals] [D-Programming-Language/dmd] d4810c: [style] Remove trailing spaces
GitHub
noreply at github.com
Mon Dec 16 11:21:04 PST 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: d4810c044b1e0bf2e84026f1938fc028620dd29e
https://github.com/D-Programming-Language/dmd/commit/d4810c044b1e0bf2e84026f1938fc028620dd29e
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-12-15 (Sun, 15 Dec 2013)
Changed paths:
M test/runnable/testsafe.d
Log Message:
-----------
[style] Remove trailing spaces
Commit: 115d98cf80caa64b36b77d93770fe243c7786f90
https://github.com/D-Programming-Language/dmd/commit/115d98cf80caa64b36b77d93770fe243c7786f90
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-12-15 (Sun, 15 Dec 2013)
Changed paths:
M src/aggregate.h
M src/expression.c
M src/expression.h
M src/init.c
M src/struct.c
M src/todt.c
Log Message:
-----------
[Refactoring] Move StructLiteralExp::fill into StructDeclaration
Perhaps this is the most better design so it would be final move.
Commit: a2932981ee03abe13e9fdacf07ad29d162fc4b16
https://github.com/D-Programming-Language/dmd/commit/a2932981ee03abe13e9fdacf07ad29d162fc4b16
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-12-16 (Mon, 16 Dec 2013)
Changed paths:
M src/aggregate.h
M src/declaration.c
M src/declaration.h
M src/expression.c
M src/interpret.c
M src/struct.c
M test/compilable/interpret3.d
A test/fail_compilation/fail11510.d
M test/runnable/testsafe.d
Log Message:
-----------
fix Issue 11510 - Relax restriction for overlapped pointer field access in safe code/during CTFE
Check overlapped field default initializations immediately after the struct size is determined.
Commit: 090abe1096b94e091e5541cd8ae772624f718a5c
https://github.com/D-Programming-Language/dmd/commit/090abe1096b94e091e5541cd8ae772624f718a5c
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-12-16 (Mon, 16 Dec 2013)
Changed paths:
M test/runnable/structlit.d
Log Message:
-----------
fix Issue 11427 - anonymous unions break structs in @safe code
Commit: 475c5437525d759891be381961c076d2e1dc3e2b
https://github.com/D-Programming-Language/dmd/commit/475c5437525d759891be381961c076d2e1dc3e2b
Author: Walter Bright <walter at walterbright.com>
Date: 2013-12-16 (Mon, 16 Dec 2013)
Changed paths:
M src/aggregate.h
M src/declaration.c
M src/declaration.h
M src/expression.c
M src/expression.h
M src/init.c
M src/interpret.c
M src/struct.c
M src/todt.c
M test/compilable/interpret3.d
A test/fail_compilation/fail11510.d
M test/runnable/structlit.d
M test/runnable/testsafe.d
Log Message:
-----------
Merge pull request #2757 from 9rnsr/fix11510
Issue 11510 - Relax restriction for overlapped pointer field access in safe code/during CTFE
Compare: https://github.com/D-Programming-Language/dmd/compare/cecfa7a1893d...475c5437525d
More information about the dmd-internals
mailing list