Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bugfixes for closures | Araq | 2012-06-21 | 7 | -13/+58 |
| | |||||
* | fixes #142 | Araq | 2012-06-20 | 2 | -2/+2 |
| | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-06-20 | 1 | -9595/+9595 |
|\ | |||||
| * | Merge pull request #135 from rafaelvasco/master | Araq | 2012-06-19 | 1 | -9595/+9595 |
| |\ | | | | | | | PPGLChar to cstringArray pull request | ||||
| | * | Fixed other procedures that used PPGLChar. | Rafael Vasco | 2012-06-13 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | They are now using cstringArray as glShaderSource since they are semantic compatible with it. | ||||
| | * | Fixed string param on glShaderSource | Rafael Vasco | 2012-06-13 | 1 | -9595/+9595 |
| | | | |||||
* | | | added another macro regression | Araq | 2012-06-20 | 2 | -1/+10 |
| | | | |||||
* | | | made some tests green again | Araq | 2012-06-20 | 3 | -11/+15 |
|/ / | |||||
* | | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-06-19 | 54 | -1254/+1983 |
|\ \ | |||||
| * | | don't take into account the user config file when building sources | Zahary Karadjov | 2012-06-14 | 3 | -3/+3 |
| | | | |||||
| * | | more uint related fixes | Zahary Karadjov | 2012-06-14 | 12 | -139/+151 |
| |/ | |||||
| * | Merge branch 'master' of github.com:Araq/Nimrod into upstream | Zahary Karadjov | 2012-06-12 | 2 | -93/+117 |
| |\ | |||||
| | * | Fixed httpclient bugs, fixed socket bugs and fixed sockets for windows. | Dominik Picheta | 2012-06-09 | 2 | -93/+117 |
| | | | |||||
| * | | proper indentation in the generated C code | Zahary Karadjov | 2012-06-12 | 6 | -212/+235 |
| | | | |||||
| * | | better support for unsigned integers. | Zahary Karadjov | 2012-06-11 | 22 | -586/+643 |
| |/ | |||||
| * | destructor pragma | Zahary Karadjov | 2012-06-07 | 4 | -9/+15 |
| | | |||||
| * | destructors for case values | Zahary Karadjov | 2012-06-07 | 3 | -17/+65 |
| | | |||||
| * | fix AST debug printing when line directives are enabled | Zahary Karadjov | 2012-06-06 | 1 | -30/+30 |
| | | |||||
| * | fix bootstrapping on POSIX platforms | Zahary Karadjov | 2012-06-06 | 1 | -0/+4 |
| | | |||||
| * | generate default destructors | Zahary Karadjov | 2012-06-06 | 4 | -16/+107 |
| | | |||||
| * | Fixed math.round, added math.ceil and fixed times.format. | Dominik Picheta | 2012-06-04 | 3 | -3/+5 |
| | | |||||
| * | fix compilation errors when bootstrapping with C++ | Zahary Karadjov | 2012-06-04 | 6 | -25/+41 |
| | | |||||
| * | Sockets are now buffered and have ssl support through openssl. | Dominik Picheta | 2012-06-03 | 6 | -122/+479 |
| | | |||||
| * | codegen for C++ exceptions | Zahary Karadjov | 2012-06-03 | 3 | -65/+80 |
| | | |||||
| * | bugfix: finally blocks were not executed when the except block is exited by ↵ | Zahary Karadjov | 2012-06-03 | 3 | -13/+87 |
| | | | | | | | | raise or return | ||||
* | | somewhat working closures | Araq | 2012-06-19 | 8 | -33/+95 |
| | | |||||
* | | next steps for full closure support (2) | Araq | 2012-06-18 | 1 | -8/+6 |
| | | |||||
* | | next steps for full closure support | Araq | 2012-06-18 | 4 | -134/+153 |
| | | |||||
* | | tinterf.nim works now | Araq | 2012-06-17 | 4 | -17/+54 |
| | | |||||
* | | simple example works again | Araq | 2012-06-16 | 2 | -14/+32 |
| | | |||||
* | | first implementation of new lambda lifting | Araq | 2012-06-15 | 5 | -215/+411 |
| | | |||||
* | | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-06-03 | 17 | -73/+261 |
|\| | |||||
| * | attempt to fix nimbuild | Zahary Karadjov | 2012-06-02 | 1 | -1/+2 |
| | | |||||
| * | Merge branch 'master' of github.com:Araq/Nimrod into upstream | Zahary Karadjov | 2012-06-02 | 31 | -114/+459 |
| |\ | |||||
| * | | Added system.staticExec proc for executing external command at compile-time | Zahary Karadjov | 2012-06-02 | 13 | -39/+83 |
| | | | |||||
| * | | codegen for user-defined destructors | Zahary Karadjov | 2012-05-25 | 4 | -2/+87 |
| | | | |||||
| * | | optional indentation for case statements | Zahary Karadjov | 2012-05-23 | 1 | -3/+22 |
| | | | | | | | | | | | | | | | - preliminary support for try expressions and case expressions - allow do forms in assignments and return statements | ||||
| * | | stand-alone except and finally blocks | Zahary Karadjov | 2012-05-23 | 4 | -30/+69 |
| | | | | | | | | | | | | This is equivalent to the on-error and at-scope-exit operators in other languages | ||||
* | | | first steps to working closures | Araq | 2012-06-03 | 3 | -19/+24 |
| |/ |/| | |||||
* | | bugfix: RST parser: URLs properly parsed | Araq | 2012-06-01 | 2 | -1/+9 |
| | | |||||
* | | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-05-31 | 2 | -5/+6 |
|\ \ | |||||
| * | | Fixed times.format handling of month numbers. | Dominik Picheta | 2012-05-30 | 1 | -2/+2 |
| | | | |||||
| * | | Marshal now works with nil strings. Timezone and tzname vars are not public ↵ | Dominik Picheta | 2012-05-30 | 2 | -3/+4 |
| | | | | | | | | | | | | any more in the times module. | ||||
* | | | niminst: use 'set -e'; failing to copy docs and data is no installation error | Araq | 2012-05-31 | 4 | -18/+28 |
|/ / | |||||
* | | fixes #127 | Araq | 2012-05-30 | 3 | -6/+30 |
| | | |||||
* | | '+=' etc for all floating point types | Araq | 2012-05-29 | 6 | -13/+21 |
| | | |||||
* | | made tsequtils green again | Araq | 2012-05-28 | 5 | -8/+45 |
| | | |||||
* | | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-05-27 | 1 | -2/+2 |
|\ \ | |||||
| * | | Fixed times.format | Dominik Picheta | 2012-05-27 | 1 | -2/+2 |
| | | | |||||
* | | | bugfix: UFCS for templates (ttempl3.nim enhanced) | Araq | 2012-05-27 | 3 | -10/+27 |
| | | |