Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | concept types are represented with getType() | fowlmouth | 2015-04-13 | 1 | -1/+3 |
| | |||||
* | set type for symbols from getType() | Billingsly Wetherfordshire | 2015-03-27 | 1 | -0/+1 |
| | |||||
* | macros.getType() works properly for distinct types | Araq | 2015-03-16 | 1 | -2/+7 |
| | |||||
* | tester reports ignored tests and supports 'nimout'; fixes #2211 | Araq | 2015-02-25 | 1 | -1/+2 |
| | |||||
* | types API: now works for proc():void | Araq | 2015-02-24 | 1 | -1/+5 |
| | |||||
* | implements a type API for macros | Araq | 2015-02-24 | 1 | -7/+118 |
| | |||||
* | Fix a few more warnings | def | 2015-02-17 | 1 | -1/+1 |
| | |||||
* | merged things from devel | Araq | 2014-09-12 | 1 | -1/+1 |
|\ | |||||
| * | Properly handle staticExec() generating large output. | Reimer Behrends | 2014-09-10 | 1 | -1/+1 |
| | | | | | | | | | | | | A staticExec() invocation that generated more than the internal buffer size worth of output blocked because the compiler waited for the process to terminate before reading the output. | ||||
* | | updated the compiler to use the new symbol names | Araq | 2014-08-28 | 1 | -1/+1 |
| | | |||||
* | | Nimrod renamed to Nim | Araq | 2014-08-28 | 1 | -1/+1 |
| | | |||||
* | | renamefest | Araq | 2014-08-23 | 1 | -1/+1 |
|/ | |||||
* | Fixed gorge/staticExec to not strip newlines. | Reimer Behrends | 2014-06-22 | 1 | -0/+2 |
| | |||||
* | case consistency part 4 | Araq | 2013-12-27 | 1 | -2/+2 |
| | |||||
* | more tests are green | Araq | 2013-12-08 | 1 | -57/+0 |
| | |||||
* | computed goto now works; some progress on the new VM | Araq | 2013-10-25 | 1 | -1/+1 |
| | |||||
* | docgen: more newlines in the output to support primitive postprocessors | Araq | 2013-08-29 | 1 | -15/+0 |
| | |||||
* | implemented opcTypeTrait | Araq | 2013-08-22 | 1 | -15/+15 |
| | |||||
* | new VM: register allocator bugfix; implemented more magics | Araq | 2013-08-08 | 1 | -30/+1 |
| | |||||
* | new VM: implemented constructors and jump optimizer | Araq | 2013-08-07 | 1 | -1/+30 |
| | |||||
* | new vm: further progress | Araq | 2013-07-29 | 1 | -0/+108 |