Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | some improvements for nimfix | Araq | 2014-09-09 | 6 | -11/+37 |
| | |||||
* | nimfix supports specialized '.nimfix' modules | Araq | 2014-09-08 | 3 | -16/+28 |
| | |||||
* | 'nimfix' improvements; FdSet is TFdSet again | Araq | 2014-09-08 | 2 | -12/+7 |
| | |||||
* | nimfix can fix obsolete statement comments | Araq | 2014-09-08 | 3 | -1/+20 |
| | |||||
* | nimgrep compiles again | Araq | 2014-09-07 | 1 | -0/+3 |
| | |||||
* | changed comment handling (breaking change); part 2 | Araq | 2014-09-07 | 1 | -1/+8 |
| | |||||
* | changed comment handling (breaking change) | Araq | 2014-09-07 | 1 | -17/+30 |
| | |||||
* | nimfix handles helloworld | Araq | 2014-09-06 | 7 | -45/+27 |
| | |||||
* | Merge branch 'bigbreak' of https://github.com/Araq/Nimrod into bigbreak | Araq | 2014-09-05 | 3 | -6/+17 |
|\ | |||||
| * | mostly fixes #1339 | Zahary Karadjov | 2014-09-05 | 2 | -3/+9 |
| | | | | | | | | | | | | | | | | | | | | | | The compiler hangs were caused by the interaction of tyError and the instantiation caches. For procs, the cache wasn't able to find previously compiled proc featuring tyError in the signature. For types, the unresolved type parameters leading to tyError were not replaced everywhere leading to endless replaceTypeVarsT recursion for cyclic types. The fix is still not perfect, because the handling of tyError in other places in the compiler doesn't seem to be complete and the first test case now results in internal error (still, much better than a hang blocking your IDE). | ||||
| * | fix #959 | Zahary Karadjov | 2014-09-04 | 1 | -3/+8 |
| | | | | | | | | | | Variable declarations using a type class will be subject to type inference similar to the one already present in type coercions and the return type inference. | ||||
* | | added nimfix tool | Araq | 2014-09-05 | 8 | -10/+153 |
| | | |||||
* | | 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 | ||||
| | * | 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 |
| |/ |