summary refs log tree commit diff stats
path: root/compiler
Commit message (Collapse)AuthorAgeFilesLines
* version 0.9.4Araq2014-04-211-3/+3
|
* fixes #847Araq2014-04-211-2/+3
|
* fixes DLL generationAraq2014-04-212-1/+2
|
* doc2 likes future.nim nowAraq2014-04-211-5/+3
|
* some progress for #1082Araq2014-04-211-4/+9
|
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-04-214-11/+20
|\
| * Fixes #1119.Dominik Picheta2014-04-201-0/+1
| |
| * Merge pull request #1097 from gradha/pr_avoid_idetools_crashAndreas Rumpf2014-04-201-0/+1
| |\ | | | | | | Avoid idetools crash on nil parameters.
| | * Avoids idetools crash on nil parameters.Grzegorz Adam Hankiewicz2014-04-151-0/+1
| | |
| * | Merge pull request #1123 from flaviut/bug1110Andreas Rumpf2014-04-201-0/+10
| |\ \ | | | | | | | | Document vmgen.nim a bit
| | * | Document vmgen.nim a bitflaviut2014-04-201-0/+10
| | | |
| * | | Merge pull request #1124 from EXetoC/spawn-arg-checkAndreas Rumpf2014-04-201-1/+1
| |\ \ \ | | | | | | | | | | Spawn argument checking.
| | * | | Fix spawn ICE on invalid argument.EXetoC2014-04-201-1/+1
| | | | |
| * | | | Fixes #1093.Dominik Picheta2014-04-202-10/+7
| | | | |
* | | | | fixes #1085Araq2014-04-211-1/+1
|/ / / /
* | | | reintroduce thread analysis but disable it for backwards compatibilityAraq2014-04-205-13/+19
| | | |
* | | | made large parts of the stdlib gcsafeAraq2014-04-203-7/+11
|/ / /
* | | removed flawed thread analysis passAraq2014-04-2011-415/+14
| | |
* | | fixes OR for int8|int16 etcAraq2014-04-201-2/+2
| | |
* | | actors compile againAraq2014-04-204-5/+12
| | |
* | | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-04-204-2/+31
|\| |
| * | added `continue` to errStmtInvalidAfterReturnSimon Hafner2014-04-181-1/+1
| | |
| * | Adds option to exclude nimcache dirs from time machine backups.Grzegorz Adam Hankiewicz2014-04-161-1/+26
| |/
| * Fixes #1005Dominik Picheta2014-04-151-0/+3
| |
| * Add checks for invalid socket when creating sockets.Dominik Picheta2014-04-151-0/+1
| |
* | New concurrency model: next stepsAraq2014-04-198-40/+158
| |
* | first version of 'spawn'Araq2014-04-168-35/+183
| |
* | new concurrency model: first steps; shared is not a keyword anymoreAraq2014-04-148-16/+31
|/
* implemented 'R ptr T' syntaxAraq2014-04-132-2/+7
|
* Fixes problems with JS code gen.Dominik Picheta2014-04-112-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 conflictAndreas Rumpf2014-04-10108-6132/+9730
|\
| * refined and documented regionized pointersAraq2014-04-091-17/+11
| |
| * implemented region pointersAraq2014-04-0912-39/+61
| |
| * merged better html links #850Araq2014-04-085-20/+294
| |
| * make tests green againAraq2014-04-071-2/+0
| |
| * fixes #1063Araq2014-04-072-2/+12
| |
| * fixes #798Araq2014-04-061-1/+2
| |
| * Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-04-065-23/+27
| |\
| | * propagate semExpr flags in macro/template expansionZahary Karadjov2014-04-065-23/+27
| | |
| * | fixes #913Araq2014-04-062-0/+3
| | |
| * | fixes #866Araq2014-04-061-0/+1
| |/
| * new VM: proper shield against endless recursionsAraq2014-04-051-2/+10
| |
| * new VM: fixes for exception handlingAraq2014-04-041-8/+17
| |
| * minor VM bugfixAraq2014-04-041-0/+1
| |
| * gensym'ed symbols work with lambda-lifting; closures produce objects instead ↵Araq2014-04-032-35/+39
| | | | | | | | of tuples for easier debugging
| * fixes yet another option typeAraq2014-04-032-8/+14
| |
| * Merge pull request #1060 from EXetoC/vm-arithmetic-overflowAndreas Rumpf2014-04-021-6/+49
| |\ | | | | | | Arithmetic underflow/overflow checking for the VM
| | * Implement overflow/underflow checking for the VM.EXetoC2014-03-311-6/+49
| | |
| * | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-04-011-2/+3
| |\ \
| | * | disable extern name checking as it breaks building of nimrtl.dllAraq2014-03-301-2/+3
| | |/