Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | fixes recently introduced regression | Araq | 2014-09-03 | 1 | -1/+4 | |
|/ / / | ||||||
* | | | fixes #1511 | Araq | 2014-09-03 | 1 | -14/+17 | |
* | | | fixes #903, fixes #1513 | Araq | 2014-09-03 | 6 | -47/+66 | |
* | | | updated iup.nim; made tests green | Araq | 2014-08-31 | 1 | -2/+2 | |
* | | | nim pretty: default is now to overwrite files | Araq | 2014-08-31 | 1 | -1/+1 | |
* | | | minor improvement for nim pretty | Araq | 2014-08-31 | 2 | -5/+6 | |
* | | | minor bugfix for void .compileTime procs | Araq | 2014-08-31 | 1 | -1/+1 | |
* | | | fixes #1444 | Araq | 2014-08-31 | 1 | -7/+13 | |
* | | | fixes #1067 | Araq | 2014-08-30 | 1 | -0/+9 | |
* | | | fixes #1366 | Araq | 2014-08-30 | 1 | -1/+1 | |
* | | | VM supports math and a few os procs | Araq | 2014-08-30 | 7 | -9/+156 | |
* | | | babel is now nimble | Araq | 2014-08-30 | 1 | -0/+3 | |
* | | | 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 | 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 | 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. | Reimer Behrends | 2014-08-14 | 1 | -7/+15 | |
* | | | | 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 | |
| |\ \ |