[dmd-internals] [D-Programming-Language/dmd] 23748b: Add -boundscheck=[on|safeonly|off] option
GitHub
noreply at github.com
Sat Apr 12 05:59:57 PDT 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 23748b988fe60b2f6ab697c482afe9511d3f444a
https://github.com/D-Programming-Language/dmd/commit/23748b988fe60b2f6ab697c482afe9511d3f444a
Author: Brad Anderson <eco at gnuk.net>
Date: 2014-04-10 (Thu, 10 Apr 2014)
Changed paths:
M src/mars.c
A test/runnable/testbounds_off.d
A test/runnable/testbounds_on.d
A test/runnable/testbounds_safeonly.d
Log Message:
-----------
Add -boundscheck=[on|safeonly|off] option
Replaces -noboundscheck (which becomes deprecated)
Fixes issue #12550
Commit: 49eea9d3c7d80333ab7386d3736aa9bf84494794
https://github.com/D-Programming-Language/dmd/commit/49eea9d3c7d80333ab7386d3736aa9bf84494794
Author: Andrej Mitrovic <andrej.mitrovich at gmail.com>
Date: 2014-04-12 (Sat, 12 Apr 2014)
Changed paths:
M src/mars.c
A test/runnable/testbounds_off.d
A test/runnable/testbounds_on.d
A test/runnable/testbounds_safeonly.d
Log Message:
-----------
Merge pull request #3443 from eco/boundscheck
Add -boundscheck=[on|safeonly|off] option
Compare: https://github.com/D-Programming-Language/dmd/compare/27ebc6f942c3...49eea9d3c7d8
More information about the dmd-internals
mailing list