Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mentioned new comment handling in news.txt. | Dominik Picheta | 2014-09-09 | 1 | -1/+2 |
| | |||||
* | Fixes for new comment handling. | Dominik Picheta | 2014-09-09 | 3 | -1/+3 |
| | |||||
* | Fixes async tests. | Dominik Picheta | 2014-09-09 | 3 | -10/+10 |
| | |||||
* | Implements getCurrentException for try in async procs. Ref #1487. | Dominik Picheta | 2014-09-09 | 3 | -7/+20 |
| | |||||
* | Multiple exception idents in except for async. Ref #1487. | Dominik Picheta | 2014-09-08 | 3 | -25/+91 |
| | |||||
* | Removed async console FDs. | Dominik Picheta | 2014-09-08 | 1 | -33/+1 |
| | |||||
* | nimgrep compiles again | Araq | 2014-09-07 | 2 | -8/+11 |
| | |||||
* | changed comment handling (breaking change); part 2 | Araq | 2014-09-07 | 1 | -1/+8 |
| | |||||
* | Merge branch 'bigbreak' of https://github.com/Araq/Nimrod into bigbreak | Araq | 2014-09-07 | 5 | -24/+87 |
|\ | |||||
| * | Added asyncfile.readLine and async stdin/out/err. Ref #1487. | Dominik Picheta | 2014-09-06 | 1 | -0/+45 |
| | | |||||
| * | Fixes httpclient SSL issue. Implements unbuffered SSL recv. Ref #1487. | Dominik Picheta | 2014-09-06 | 3 | -22/+39 |
| | | |||||
| * | Fixes osproc on Windows. | Dominik Picheta | 2014-09-06 | 1 | -2/+3 |
| | | |||||
* | | changed comment handling (breaking change) | Araq | 2014-09-07 | 3 | -80/+49 |
|/ | |||||
* | Merge branch 'bigbreak' of https://github.com/Araq/Nimrod into bigbreak | Araq | 2014-09-06 | 4 | -20/+376 |
|\ | |||||
| * | Implemented asyncfile for Posix. | Dominik Picheta | 2014-09-05 | 3 | -16/+95 |
| | | |||||
| * | Add asyncfile module. | Dominik Picheta | 2014-09-05 | 1 | -0/+256 |
| | | |||||
| * | Added Windows asyncfile implementation. | Dominik Picheta | 2014-09-05 | 3 | -17/+38 |
| | | |||||
* | | nimfix handles helloworld | Araq | 2014-09-06 | 9 | -47/+29 |
|/ | |||||
* | Merge pull request #1520 from PhilipWitte/bigbreak | Andreas Rumpf | 2014-09-05 | 1 | -7/+7 |
|\ | | | | | fixed posix dynlib names for bigbreak | ||||
| * | fixed poxix dynlib names for bigbreak | Philip Witte | 2014-09-04 | 1 | -7/+7 |
|/ | |||||
* | Merge branch 'bigbreak' of https://github.com/Araq/Nimrod into bigbreak | Araq | 2014-09-05 | 5 | -9/+36 |
|\ | |||||
| * | 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 | 3 | -6/+27 |
| | | | | | | | | | | 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 | 9 | -11/+156 |
| | | |||||
* | | fixes recently introduced regression | Araq | 2014-09-03 | 1 | -1/+4 |
|/ | |||||
* | Merge branch 'bigbreak' of https://github.com/Araq/Nimrod into bigbreak | Araq | 2014-09-03 | 2 | -7/+7 |
|\ | | | | | | | | | Conflicts: lib/pure/asynchttpserver.nim | ||||
| * | Fixes asynchttpserver. | Dominik Picheta | 2014-09-01 | 2 | -8/+8 |
| | | |||||
* | | fixes #1511 | Araq | 2014-09-03 | 1 | -14/+17 |
| | | |||||
* | | fixes #903, fixes #1513 | Araq | 2014-09-03 | 10 | -55/+249 |
|/ | |||||
* | Merge branch 'bigbreak' of https://github.com/Araq/Nimrod into bigbreak | Araq | 2014-08-31 | 1 | -1/+1 |
|\ | |||||
| * | Fix net module on Linux. | Dominik Picheta | 2014-08-31 | 1 | -1/+1 |
| | | |||||
* | | updated iup.nim; made tests green | Araq | 2014-08-31 | 9 | -1064/+1061 |
|/ | |||||
* | more tests green | Araq | 2014-08-31 | 16 | -79/+79 |
| | |||||
* | more stdlib modules work | Araq | 2014-08-31 | 4 | -213/+213 |
| | |||||
* | Merge branch 'bigbreak' of https://github.com/Araq/Nimrod into bigbreak | Araq | 2014-08-31 | 7 | -145/+409 |
|\ | |||||
| * | Added async implementation for smtp module. | Dominik Picheta | 2014-08-31 | 1 | -18/+106 |
| | | |||||
| * | Async SSL support. | Dominik Picheta | 2014-08-31 | 5 | -63/+239 |
| | | |||||
| * | Case sensitivity fixes for httpclient and sockets module. | Dominik Picheta | 2014-08-31 | 2 | -62/+62 |
| | | |||||
| * | s/storeFile/store/ | Dominik Picheta | 2014-08-31 | 1 | -2/+2 |
| | | |||||
* | | make tests green | Araq | 2014-08-31 | 44 | -403/+415 |
| | | |||||
* | | prettified re.nim; make some tests green | Araq | 2014-08-31 | 7 | -94/+98 |
|/ | |||||
* | prettified some async modules | Araq | 2014-08-31 | 3 | -84/+84 |
| | |||||
* | made some tests green | Araq | 2014-08-31 | 8 | -29/+28 |
| | |||||
* | added ENDB warning | Araq | 2014-08-31 | 1 | -0/+2 |
| | |||||
* | ENDB compiles again | Araq | 2014-08-31 | 3 | -38/+38 |
| | |||||
* | nim pretty: default is now to overwrite files | Araq | 2014-08-31 | 1 | -1/+1 |
| | |||||
* | minor improvement for nim pretty | Araq | 2014-08-31 | 4 | -5/+13 |
| | |||||
* | minor bugfix for void .compileTime procs | Araq | 2014-08-31 | 1 | -1/+1 |
| | |||||
* | Merge branch 'bigbreak' of https://github.com/Araq/Nimrod into bigbreak | Araq | 2014-08-31 | 3 | -59/+59 |
|\ | |||||
| * | Fixes SSL case sensitive issues. | Dominik Picheta | 2014-08-30 | 2 | -38/+38 |
| | |