summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Lineinfo change (#6084)Arne Döring2017-07-179-12/+53
|
* Fix (#6093)Dmitry Atamanov2017-07-171-2/+2
|
* GC_fullCollect on sync threadpool (#6107)Yuriy Glukhov2017-07-171-3/+13
|
* fixes #5986 js backend failed to compile try ... except new syntax (#6116)andri lim2017-07-172-1/+14
|
* Cache threadId to not perform syscalls all the time (#6111)Eugene Kabanov2017-07-161-46/+79
| | | Use syscall to get threadId on FreeBSD and MacOS
* fixes #6049 add mixin release, acquire to withLock (#6113)andri lim2017-07-163-0/+22
|
* Suppress "pointless conversion" hint (#6103)Yuriy Glukhov2017-07-151-0/+2
|
* Fixes #5738 (#6059)Yuriy Glukhov2017-07-153-3/+73
|
* Merge pull request #5938 from zielmicha/futuresDominik Picheta2017-07-146-145/+259
|\ | | | | [WIP] Better Future
| * asyncdispatch: formatting fixesMichał Zieliński2017-07-123-11/+15
| |
| * asyncdispatch: add callSoon getter/setter, renamesMichał Zieliński2017-07-063-13/+24
| |
| * Future: support for multiple callbacksMichał Zieliński2017-07-052-21/+82
| |
| * split FutureStream from asyncfuturesMichał Zieliński2017-07-054-109/+117
| |
| * asyncdispatch: split asyncfutures into its own moduleMichał Zieliński2017-07-054-22/+52
| | | | | | | | This slightly changes behaviour of callSoon - before loop is initialized, callSoon will call the function immediately.
* | Genode readdir fix (#6080)Emery Hemingway2017-07-142-2/+2
| | | | | | The Genode readdir is inherited from then FreeBSD libc.
* | fixes #6046 parsecfg failed to parse negative int (#6097)andri lim2017-07-142-3/+30
| |
* | Fixes #6090 (#6092)Yuriy Glukhov2017-07-141-0/+5
| |
* | newLit emty seq fix (#6091)Arne Döring2017-07-132-3/+19
| | | | | | | | * the type of the empty seq is still the correct type * updated test
* | fixes system.onUnhandledException featureAndreas Rumpf2017-07-121-1/+1
| |
* | add system.onUnhandledException featureAndreas Rumpf2017-07-121-3/+18
| |
* | Merge pull request #6047 from euantorano/patch-1Dominik Picheta2017-07-112-4/+56
|\ \ | | | | | | Wait for reads to finish before reading the result
| * | Update test headerEuan T2017-07-101-1/+1
| | | | | | | | | | | | Signed-off-by: Euan T <euantorano@gmail.com>
| * | Adding test for recvlineEuan Torano2017-07-092-4/+56
| | | | | | | | | | | | Signed-off-by: Euan Torano <euantorano@gmail.com>
| * | Wait for reads to finish before reading the resultEuan T2017-07-031-2/+2
| |/ | | | | As requested by @dom96, this fixes an issue seen here: https://github.com/nim-lang/redis/pull/4#issuecomment-312713921
* | fixes anon procs created by macrosAndreas Rumpf2017-07-112-2/+35
| |
* | parser enhancement: allow keywords after dotsAndreas Rumpf2017-07-112-24/+34
| |
* | fixes a JS codegen regressionAndreas Rumpf2017-07-102-3/+41
| |
* | fixes #4898Andreas Rumpf2017-07-091-3/+10
| |
* | fixes #6062Andreas Rumpf2017-07-091-14/+0
| |
* | fixes #5608Andreas Rumpf2017-07-092-0/+47
| |
* | make os.nim compile on Windows againAndreas Rumpf2017-07-091-1/+1
| |
* | fixes a typoAndreas Rumpf2017-07-091-1/+1
| |
* | fixes #6037Andreas Rumpf2017-07-091-1/+8
| |
* | fixes #6067Andreas Rumpf2017-07-081-1/+2
| |
* | minor improvements to os.paramStrAndreas Rumpf2017-07-081-2/+3
| |
* | fixes #6069Andreas Rumpf2017-07-081-1/+1
| |
* | minor code cleanupAndreas Rumpf2017-07-081-7/+1
| |
* | Fixes #6008 (#6068)Mathijs Saey2017-07-081-0/+4
| |
* | Fix for issue #5736. (#6061)Ganesh Viswanathan2017-07-071-1/+1
| |
* | bugfix: keep the information of a raw float literal in the ASTAndreas Rumpf2017-07-062-6/+7
| |
* | do not crash for #5895Andreas Rumpf2017-07-061-1/+1
| |
* | Fix for issue #6044. (#6056)Ganesh Viswanathan2017-07-061-1/+1
| |
* | system.nim: Fix documentation ( 7 div 5 == 1 ) (#6057)nonylene2017-07-061-1/+1
|/
* fixes #6030 (#6042)ephja2017-07-011-7/+10
|
* fixes #6035Araq2017-06-303-3/+25
|
* make appveyor builds fasterAndreas Rumpf2017-06-301-2/+2
|
* fixes #5517Andreas Rumpf2017-06-302-0/+17
|
* closes #5379Andreas Rumpf2017-06-291-1/+9
|
* fixes #5974Andreas Rumpf2017-06-292-5/+20
|
* fixes #5563Andreas Rumpf2017-06-291-3/+3
|