summary refs log tree commit diff stats
path: root/compiler
Commit message (Collapse)AuthorAgeFilesLines
* renamed babelcmd to nimblecmd; config files are now nim.cfg; other renamingsAraq2014-08-294-18/+20
|
* koch now uses nim.exeAraq2014-08-293-5/+4
|
* updated the compiler to use the new symbol namesAraq2014-08-2827-98/+291
|
* Nimrod renamed to NimAraq2014-08-286-6/+6
|
* Nimrod renamed to NimAraq2014-08-2889-125/+125
|
* big renameAraq2014-08-281-1/+1
|
* big renameAraq2014-08-272-2/+2
|
* renamefestAraq2014-08-231-1/+1
|
* renamefestAraq2014-08-2335-107/+107
|
* the big renamefest: first stepsAraq2014-08-2212-180/+178
|
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-08-211-1/+1
|\
| * added bug number to commentSimon Hafner2014-08-201-1/+1
| |
* | fixes recently introduced regressionAraq2014-08-211-14/+43
|/
* fixes #1418Araq2014-08-201-29/+44
|
* documented the JS codegenAraq2014-08-201-0/+19
|
* fixes #1334Araq2014-08-192-12/+32
|
* fixes #1380Araq2014-08-191-9/+8
|
* fixes #1420Araq2014-08-191-1/+1
|
* fixes #1143Araq2014-08-193-14/+21
|
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-08-172-7/+10
|\
| * Fixes #710.Dominik Picheta2014-08-161-0/+2
| |
| * Merge pull request #1485 from def-/js-substrAndreas Rumpf2014-08-151-1/+1
| |\ | | | | | | Fix CopyStr (substr in system.nim) for javascript target
| | * Fix CopyStr (substr in system.nim) for javascript targetdef2014-08-151-1/+1
| | |
| * | Merge pull request #1484 from def-/js-swapAndreas Rumpf2014-08-151-2/+2
| |\ \ | | | | | | | | Fix swap in jsgen
| | * | Fix swap in jsgendef2014-08-151-2/+2
| | |/
| * / Fix array address on nkHiddenAddrdef2014-08-151-4/+5
| |/
* / fixes #1492Araq2014-08-171-1/+1
|/
* fixes #1343Araq2014-08-151-4/+3
|
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-08-141-7/+15
|\
| * Merge pull request #1481 from rbehrends/fix-stackscan2Andreas Rumpf2014-08-141-7/+15
| |\ | | | | | | Fix stack bottom initialization for non-main modules.
| | * Fix stack bottom initialization for non-main modules.Reimer Behrends2014-08-141-7/+15
| | | | | | | | | | | | | | | | | | | | | Because PreMain() was now called before the new stack bottom initialization, it still relied on the old version of initStackBottom(), which may not handle the top few words of the stack correctly. This patch also sets the stack bottom in PreMain() using the new approach.
* | | fixes #669Araq2014-08-141-1/+2
|/ /
* | fixes #1433Araq2014-08-141-0/+2
| |
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-08-141-1/+1
|\|
| * Fixed stack bottom initialization for DLLs.Reimer Behrends2014-08-141-1/+1
| |
* | fixes newly introduced bugsAraq2014-08-141-5/+4
| |
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-08-141-8/+17
|\|
| * Merge pull request #1400 from rbehrends/fix-stackscanAndreas Rumpf2014-08-131-8/+17
| |\ | | | | | | More robust implementation for finding the beginning of the stack.
| | * More robust implementation for finding the beginning of the stack.Reimer Behrends2014-07-231-8/+17
| | | | | | | | | | | | | | | | | | This patch inserts an extra stack frame above the function that calls the actual Nimrod code and ensures that a reference to this frame is stored as the stack bottom.
* | | fixes #1434Araq2014-08-145-13/+23
|/ /
* | fixes #1442Araq2014-08-131-2/+8
| |
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-08-122-2/+13
|\ \
| * | Fixes incorrect macro stack traces.Dominik Picheta2014-08-112-2/+13
| | |
* | | fixes 'gcsafe'Araq2014-08-123-13/+29
| | |
* | | fixes #1431Araq2014-08-121-2/+3
|/ /
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-08-111-1/+3
|\ \
| * \ Merge pull request #1467 from Varriount/fix-1424Andreas Rumpf2014-08-101-1/+3
| |\ \ | | | | | | | | Fix #1424
| | * | Update semexprs.nimVarriount2014-08-101-5/+1
| | | |
| | * | Fix #1424 some moreClay Sweetser2014-08-081-1/+5
| | | |
| | * | Fix #1424Clay Sweetser2014-08-071-0/+2
| | | |