[dmd-internals] [D-Programming-Language/dmd] 77a617: Issue 3091 - "auto x = new shared foo" does not co...
GitHub
noreply at github.com
Tue Sep 25 01:28:37 PDT 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 77a617330302166c334f7760fb02e57032d08d21
https://github.com/D-Programming-Language/dmd/commit/77a617330302166c334f7760fb02e57032d08d21
Author: k-hara <k.hara.pg at gmail.com>
Date: 2012-09-21 (Fri, 21 Sep 2012)
Changed paths:
M src/parse.c
M src/parse.h
M test/runnable/xtest46.d
Log Message:
-----------
Issue 3091 - "auto x = new shared foo" does not compile
Commit: 3f0ccbaa3daa47a0b4a18b1ae2d55871e5e41a1e
https://github.com/D-Programming-Language/dmd/commit/3f0ccbaa3daa47a0b4a18b1ae2d55871e5e41a1e
Author: k-hara <k.hara.pg at gmail.com>
Date: 2012-09-21 (Fri, 21 Sep 2012)
Changed paths:
M src/parse.c
M test/runnable/xtest46.d
Log Message:
-----------
Issue 6873 - Multiple storage class is not allowed on template argument
Commit: ec3e3300949b5aef30c7a71a0287a77135739144
https://github.com/D-Programming-Language/dmd/commit/ec3e3300949b5aef30c7a71a0287a77135739144
Author: Don Clugston <dclugston at googlemail.com>
Date: 2012-09-25 (Tue, 25 Sep 2012)
Changed paths:
M src/parse.c
M src/parse.h
M test/runnable/xtest46.d
Log Message:
-----------
Merge pull request #556 from 9rnsr/fix3091
Issue 3091 & 6873 - Make "StorageClasses Type" syntax available in some where
Compare: https://github.com/D-Programming-Language/dmd/compare/36e0a9b97594...ec3e3300949b
More information about the dmd-internals
mailing list