summary refs log tree commit diff stats
path: root/compiler/vmdeps.nim
Commit message (Collapse)AuthorAgeFilesLines
* staticExec: redirect stderr to stdout so stderr is returned tooAraq2015-08-161-2/+2
|
* staticExec now supports cachingAraq2015-07-151-10/+30
|
* protect against new stupid setlen that doesn't accept -1 anymoreAraq2015-06-251-1/+2
|
* concept types are represented with getType()fowlmouth2015-04-131-1/+3
|
* set type for symbols from getType()Billingsly Wetherfordshire2015-03-271-0/+1
|
* macros.getType() works properly for distinct typesAraq2015-03-161-2/+7
|
* tester reports ignored tests and supports 'nimout'; fixes #2211Araq2015-02-251-1/+2
|
* types API: now works for proc():voidAraq2015-02-241-1/+5
|
* implements a type API for macrosAraq2015-02-241-7/+118
|
* Fix a few more warningsdef2015-02-171-1/+1
|
* merged things from develAraq2014-09-121-1/+1
|\
| * Properly handle staticExec() generating large output.Reimer Behrends2014-09-101-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 namesAraq2014-08-281-1/+1
| |
* | Nimrod renamed to NimAraq2014-08-281-1/+1
| |
* | renamefestAraq2014-08-231-1/+1
|/
* Fixed gorge/staticExec to not strip newlines.Reimer Behrends2014-06-221-0/+2
|
* case consistency part 4Araq2013-12-271-2/+2
|
* more tests are greenAraq2013-12-081-57/+0
|
* computed goto now works; some progress on the new VMAraq2013-10-251-1/+1
|
* docgen: more newlines in the output to support primitive postprocessorsAraq2013-08-291-15/+0
|
* implemented opcTypeTraitAraq2013-08-221-15/+15
|
* new VM: register allocator bugfix; implemented more magicsAraq2013-08-081-30/+1
|
* new VM: implemented constructors and jump optimizerAraq2013-08-071-1/+30
|
* new vm: further progressAraq2013-07-291-0/+108