Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | renamed babelcmd to nimblecmd; config files are now nim.cfg; other renamings | Araq | 2014-08-29 | 4 | -18/+20 |
| | |||||
* | koch now uses nim.exe | Araq | 2014-08-29 | 3 | -5/+4 |
| | |||||
* | updated the compiler to use the new symbol names | Araq | 2014-08-28 | 27 | -98/+291 |
| | |||||
* | Nimrod renamed to Nim | Araq | 2014-08-28 | 6 | -6/+6 |
| | |||||
* | Nimrod renamed to Nim | Araq | 2014-08-28 | 89 | -125/+125 |
| | |||||
* | big rename | Araq | 2014-08-28 | 1 | -1/+1 |
| | |||||
* | big rename | Araq | 2014-08-27 | 2 | -2/+2 |
| | |||||
* | renamefest | Araq | 2014-08-23 | 1 | -1/+1 |
| | |||||
* | renamefest | Araq | 2014-08-23 | 35 | -107/+107 |
| | |||||
* | the big renamefest: first steps | Araq | 2014-08-22 | 12 | -180/+178 |
| | |||||
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-08-21 | 1 | -1/+1 |
|\ | |||||
| * | added bug number to comment | Simon Hafner | 2014-08-20 | 1 | -1/+1 |
| | | |||||
* | | fixes recently introduced regression | Araq | 2014-08-21 | 1 | -14/+43 |
|/ | |||||
* | fixes #1418 | Araq | 2014-08-20 | 1 | -29/+44 |
| | |||||
* | documented the JS codegen | Araq | 2014-08-20 | 1 | -0/+19 |
| | |||||
* | fixes #1334 | Araq | 2014-08-19 | 2 | -12/+32 |
| | |||||
* | fixes #1380 | Araq | 2014-08-19 | 1 | -9/+8 |
| | |||||
* | fixes #1420 | Araq | 2014-08-19 | 1 | -1/+1 |
| | |||||
* | fixes #1143 | Araq | 2014-08-19 | 3 | -14/+21 |
| | |||||
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-08-17 | 2 | -7/+10 |
|\ | |||||
| * | Fixes #710. | Dominik Picheta | 2014-08-16 | 1 | -0/+2 |
| | | |||||
| * | Merge pull request #1485 from def-/js-substr | Andreas Rumpf | 2014-08-15 | 1 | -1/+1 |
| |\ | | | | | | | Fix CopyStr (substr in system.nim) for javascript target | ||||
| | * | Fix CopyStr (substr in system.nim) for javascript target | def | 2014-08-15 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #1484 from def-/js-swap | Andreas Rumpf | 2014-08-15 | 1 | -2/+2 |
| |\ \ | | | | | | | | | Fix swap in jsgen | ||||
| | * | | Fix swap in jsgen | def | 2014-08-15 | 1 | -2/+2 |
| | |/ | |||||
| * / | Fix array address on nkHiddenAddr | def | 2014-08-15 | 1 | -4/+5 |
| |/ | |||||
* / | fixes #1492 | Araq | 2014-08-17 | 1 | -1/+1 |
|/ | |||||
* | fixes #1343 | Araq | 2014-08-15 | 1 | -4/+3 |
| | |||||
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-08-14 | 1 | -7/+15 |
|\ | |||||
| * | Merge pull request #1481 from rbehrends/fix-stackscan2 | Andreas Rumpf | 2014-08-14 | 1 | -7/+15 |
| |\ | | | | | | | Fix stack bottom initialization for non-main modules. | ||||
| | * | Fix stack bottom initialization for non-main modules. | Reimer Behrends | 2014-08-14 | 1 | -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 #669 | Araq | 2014-08-14 | 1 | -1/+2 |
|/ / | |||||
* | | fixes #1433 | Araq | 2014-08-14 | 1 | -0/+2 |
| | | |||||
* | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-08-14 | 1 | -1/+1 |
|\| | |||||
| * | Fixed stack bottom initialization for DLLs. | Reimer Behrends | 2014-08-14 | 1 | -1/+1 |
| | | |||||
* | | fixes newly introduced bugs | Araq | 2014-08-14 | 1 | -5/+4 |
| | | |||||
* | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-08-14 | 1 | -8/+17 |
|\| | |||||
| * | Merge pull request #1400 from rbehrends/fix-stackscan | Andreas Rumpf | 2014-08-13 | 1 | -8/+17 |
| |\ | | | | | | | More robust implementation for finding the beginning of the stack. | ||||
| | * | More robust implementation for finding the beginning of the stack. | Reimer Behrends | 2014-07-23 | 1 | -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 #1434 | Araq | 2014-08-14 | 5 | -13/+23 |
|/ / | |||||
* | | fixes #1442 | Araq | 2014-08-13 | 1 | -2/+8 |
| | | |||||
* | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-08-12 | 2 | -2/+13 |
|\ \ | |||||
| * | | Fixes incorrect macro stack traces. | Dominik Picheta | 2014-08-11 | 2 | -2/+13 |
| | | | |||||
* | | | fixes 'gcsafe' | Araq | 2014-08-12 | 3 | -13/+29 |
| | | | |||||
* | | | fixes #1431 | Araq | 2014-08-12 | 1 | -2/+3 |
|/ / | |||||
* | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-08-11 | 1 | -1/+3 |
|\ \ | |||||
| * \ | Merge pull request #1467 from Varriount/fix-1424 | Andreas Rumpf | 2014-08-10 | 1 | -1/+3 |
| |\ \ | | | | | | | | | Fix #1424 | ||||
| | * | | Update semexprs.nim | Varriount | 2014-08-10 | 1 | -5/+1 |
| | | | | |||||
| | * | | Fix #1424 some more | Clay Sweetser | 2014-08-08 | 1 | -1/+5 |
| | | | | |||||
| | * | | Fix #1424 | Clay Sweetser | 2014-08-07 | 1 | -0/+2 |
| | | | |