Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sorting enumerations and generation of consts for enumfields with the same ↵ | enurlyx | 2014-06-15 | 2 | -15/+77 |
| | | | | value + test | ||||
* | Removed time and added a hash based on filename, line and column for ↵ | enurlyx | 2014-06-14 | 1 | -12/+9 |
| | | | | creating a unique struct id | ||||
* | Added test for anonymous structs and unions | enurlyx | 2014-06-10 | 1 | -0/+27 |
| | |||||
* | Add support for structs/unions defined in structs/unions | enurlyx | 2014-05-31 | 1 | -34/+100 |
| | |||||
* | made large parts of the stdlib gcsafe | Araq | 2014-04-20 | 3 | -7/+11 |
| | |||||
* | removed flawed thread analysis pass | Araq | 2014-04-20 | 11 | -415/+14 |
| | |||||
* | fixes OR for int8|int16 etc | Araq | 2014-04-20 | 1 | -2/+2 |
| | |||||
* | actors compile again | Araq | 2014-04-20 | 4 | -5/+12 |
| | |||||
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-04-20 | 4 | -2/+31 |
|\ | |||||
| * | added `continue` to errStmtInvalidAfterReturn | Simon Hafner | 2014-04-18 | 1 | -1/+1 |
| | | |||||
| * | Adds option to exclude nimcache dirs from time machine backups. | Grzegorz Adam Hankiewicz | 2014-04-16 | 1 | -1/+26 |
| | | |||||
| * | Fixes #1005 | Dominik Picheta | 2014-04-15 | 1 | -0/+3 |
| | | |||||
| * | Add checks for invalid socket when creating sockets. | Dominik Picheta | 2014-04-15 | 1 | -0/+1 |
| | | |||||
* | | New concurrency model: next steps | Araq | 2014-04-19 | 8 | -40/+158 |
| | | |||||
* | | first version of 'spawn' | Araq | 2014-04-16 | 8 | -35/+183 |
| | | |||||
* | | new concurrency model: first steps; shared is not a keyword anymore | Araq | 2014-04-14 | 8 | -16/+31 |
|/ | |||||
* | implemented 'R ptr T' syntax | Araq | 2014-04-13 | 2 | -2/+7 |
| | |||||
* | Fixes problems with JS code gen. | Dominik Picheta | 2014-04-11 | 2 | -6/+17 |
| | | | | | | | --out for JS backend now works. setLen now works, this also fixes the base64 module. getCurrentExceptionMsg now also works with exceptions thrown by JS. log() supports a variable number of args now. Fixed some case sensitivity issues with arrayConstr and other functions. | ||||
* | resolved conflict | Andreas Rumpf | 2014-04-10 | 108 | -6132/+9730 |
|\ | |||||
| * | refined and documented regionized pointers | Araq | 2014-04-09 | 1 | -17/+11 |
| | | |||||
| * | implemented region pointers | Araq | 2014-04-09 | 12 | -39/+61 |
| | | |||||
| * | merged better html links #850 | Araq | 2014-04-08 | 5 | -20/+294 |
| | | |||||
| * | make tests green again | Araq | 2014-04-07 | 1 | -2/+0 |
| | | |||||
| * | fixes #1063 | Araq | 2014-04-07 | 2 | -2/+12 |
| | | |||||
| * | fixes #798 | Araq | 2014-04-06 | 1 | -1/+2 |
| | | |||||
| * | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-04-06 | 5 | -23/+27 |
| |\ | |||||
| | * | propagate semExpr flags in macro/template expansion | Zahary Karadjov | 2014-04-06 | 5 | -23/+27 |
| | | | |||||
| * | | fixes #913 | Araq | 2014-04-06 | 2 | -0/+3 |
| | | | |||||
| * | | fixes #866 | Araq | 2014-04-06 | 1 | -0/+1 |
| |/ | |||||
| * | new VM: proper shield against endless recursions | Araq | 2014-04-05 | 1 | -2/+10 |
| | | |||||
| * | new VM: fixes for exception handling | Araq | 2014-04-04 | 1 | -8/+17 |
| | | |||||
| * | minor VM bugfix | Araq | 2014-04-04 | 1 | -0/+1 |
| | | |||||
| * | gensym'ed symbols work with lambda-lifting; closures produce objects instead ↵ | Araq | 2014-04-03 | 2 | -35/+39 |
| | | | | | | | | of tuples for easier debugging | ||||
| * | fixes yet another option type | Araq | 2014-04-03 | 2 | -8/+14 |
| | | |||||
| * | Merge pull request #1060 from EXetoC/vm-arithmetic-overflow | Andreas Rumpf | 2014-04-02 | 1 | -6/+49 |
| |\ | | | | | | | Arithmetic underflow/overflow checking for the VM | ||||
| | * | Implement overflow/underflow checking for the VM. | EXetoC | 2014-03-31 | 1 | -6/+49 |
| | | | |||||
| * | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-04-01 | 1 | -2/+3 |
| |\ \ | |||||
| | * | | disable extern name checking as it breaks building of nimrtl.dll | Araq | 2014-03-30 | 1 | -2/+3 |
| | |/ | |||||
| * | | fixed another vm bug | Araq | 2014-04-01 | 1 | -8/+6 |
| | | | |||||
| * | | tsymchoicefield compiles | Araq | 2014-04-01 | 1 | -2/+4 |
| | | | |||||
| * | | fixes #880 | Araq | 2014-04-01 | 1 | -14/+20 |
| |/ | |||||
| * | fixes #932 | Araq | 2014-03-29 | 1 | -1/+4 |
| | | |||||
| * | fixes #911 | Araq | 2014-03-28 | 1 | -0/+6 |
| | | |||||
| * | fixes a typo | Araq | 2014-03-27 | 2 | -5/+5 |
| | | |||||
| * | fixes #1009 | Araq | 2014-03-27 | 2 | -2/+9 |
| | | |||||
| * | fixes tmemit regression | Araq | 2014-03-26 | 1 | -0/+14 |
| | | |||||
| * | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-03-26 | 1 | -1/+1 |
| |\ | |||||
| | * | Merge pull request #1036 from jlhouchin/devel | zah | 2014-03-26 | 1 | -1/+1 |
| | |\ | | | | | | | | | fixed parens around getSysType arguments | ||||
| | | * | fixed parens around getSysType arguments | Jimmie Houchin | 2014-03-25 | 1 | -1/+1 |
| | | | | |||||
| * | | | fixes #1025; don't know what this breaks | Araq | 2014-03-26 | 3 | -6/+3 |
| | | | |