Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #2909 | Araq | 2015-06-15 | 1 | -1/+1 |
| | |||||
* | Merge pull request #2645 from def-/builtin_overflow | Andreas Rumpf | 2015-06-07 | 1 | -54/+122 |
|\ | | | | | Use builtin overflow functions of Clang and GCC (WIP, RFC) | ||||
| * | Use -d:builtinOverflow for builtin overflow checks | def | 2015-05-08 | 1 | -141/+110 |
| | | | | | | | | | | | | | | | | of recent Clang and GCC >= 5.0. Maybe it's better that it's optional after all. GCC's code with builtin overflow checks seems to be a bit slower actually, while Clang's is 3 times faster. | ||||
| * | Use builtin overflow functions of Clang and GCC (WIP, RFC) | def | 2015-05-03 | 1 | -0/+99 |
| | | | | | | | | | | | | | | | | | | | | | | This only works with recent Clang and GCC 5.0. Currently it doesn't work because __has_builtin can't be defined. This is totally ugly. But we can't reliably detect whether we can use the builtins from Nim, especially with cross-compiling where the user may be using an older compiler version. Switching this on/off manually with a define seems weird as well, this should work automatically. | ||||
* | | Move the noreturn pragma to sysFatal | def | 2015-05-05 | 1 | -4/+4 |
|/ | | | | | Now you can choose to implement sysFatal with --os:standalone so that it returns. | ||||
* | Fix typos | Federico Ceratto | 2015-02-15 | 1 | -1/+1 |
| | |||||
* | system files use new identifiers | Araq | 2014-08-23 | 1 | -5/+5 |
| | |||||
* | the big renamefest: first steps | Araq | 2014-08-22 | 1 | -1/+1 |
| | |||||
* | fixed #1491 | Charlie Barto | 2014-08-19 | 1 | -11/+17 |
| | |||||
* | distinguish between 'defined' and 'declared' | Araq | 2014-08-11 | 1 | -6/+6 |
| | |||||
* | renamed noStackFrame to asmNoStackFrame | Araq | 2014-02-18 | 1 | -6/+6 |
| | |||||
* | --os:standalone works again | Araq | 2013-06-30 | 1 | -5/+5 |
| | |||||
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 1 | -0/+0 |
| | |||||
* | allow 'mixin' in generics | Araq | 2012-10-12 | 1 | -1/+1 |
| | |||||
* | bugfixes for closures | Araq | 2012-06-21 | 1 | -0/+3 |
| | |||||
* | year 2012 for most copyright headers | Araq | 2012-01-02 | 1 | -1/+1 |
| | |||||
* | 'pure' is now 'noStackFrame' for procs | Araq | 2011-08-19 | 1 | -6/+6 |
| | |||||
* | fixed pango/pangoutils new wrappers | Andreas Rumpf | 2010-02-26 | 1 | -0/+0 |
| | |||||
* | continued work on html/xmlparser | rumpf_a@web.de | 2010-02-14 | 1 | -0/+0 |
| | |||||
* | floating point checks | Andreas Rumpf | 2009-12-14 | 1 | -0/+18 |
| | |||||
* | added tools and web dirs | Andreas Rumpf | 2009-09-15 | 1 | -0/+0 |
| | |||||
* | overload resolution for proc vars | Andreas Rumpf | 2009-06-24 | 1 | -3/+3 |
| | |||||
* | version0.7.10 | Andreas Rumpf | 2009-06-08 | 1 | -0/+316 |