Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | make asyncfutures.complete compile | Erik Johansson Andersson | 2017-07-18 | 1 | -2/+1 | |
* | | | | | | | fixes #6096 | Araq | 2017-07-17 | 1 | -2/+2 | |
* | | | | | | | Revert "GC_fullCollect on sync threadpool (#6107)" (#6119) | Yuriy Glukhov | 2017-07-17 | 1 | -13/+3 | |
* | | | | | | | Lineinfo change (#6084) | Arne Döring | 2017-07-17 | 1 | -1/+21 | |
* | | | | | | | Fix (#6093) | Dmitry Atamanov | 2017-07-17 | 1 | -2/+2 | |
* | | | | | | | GC_fullCollect on sync threadpool (#6107) | Yuriy Glukhov | 2017-07-17 | 1 | -3/+13 | |
* | | | | | | | fixes #5986 js backend failed to compile try ... except new syntax (#6116) | andri lim | 2017-07-17 | 1 | -1/+1 | |
* | | | | | | | Cache threadId to not perform syscalls all the time (#6111) | Eugene Kabanov | 2017-07-16 | 1 | -46/+79 | |
* | | | | | | | fixes #6049 add mixin release, acquire to withLock (#6113) | andri lim | 2017-07-16 | 1 | -0/+1 | |
* | | | | | | | Suppress "pointless conversion" hint (#6103) | Yuriy Glukhov | 2017-07-15 | 1 | -0/+2 | |
* | | | | | | | Fixes #5738 (#6059) | Yuriy Glukhov | 2017-07-15 | 1 | -3/+7 | |
* | | | | | | | Merge pull request #5938 from zielmicha/futures | Dominik Picheta | 2017-07-14 | 4 | -145/+238 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | asyncdispatch: formatting fixes | Michał Zieliński | 2017-07-12 | 3 | -11/+15 | |
| * | | | | | | | asyncdispatch: add callSoon getter/setter, renames | Michał Zieliński | 2017-07-06 | 3 | -13/+24 | |
| * | | | | | | | Future: support for multiple callbacks | Michał Zieliński | 2017-07-05 | 1 | -21/+62 | |
| * | | | | | | | split FutureStream from asyncfutures | Michał Zieliński | 2017-07-05 | 4 | -109/+117 | |
| * | | | | | | | asyncdispatch: split asyncfutures into its own module | Michał Zieliński | 2017-07-05 | 3 | -22/+51 | |
| | |_|_|_|_|/ | |/| | | | | | ||||||
* | | | | | | | Genode readdir fix (#6080) | Emery Hemingway | 2017-07-14 | 2 | -2/+2 | |
* | | | | | | | fixes #6046 parsecfg failed to parse negative int (#6097) | andri lim | 2017-07-14 | 1 | -3/+7 | |
* | | | | | | | Fixes #6090 (#6092) | Yuriy Glukhov | 2017-07-14 | 1 | -0/+5 | |
* | | | | | | | newLit emty seq fix (#6091) | Arne Döring | 2017-07-13 | 1 | -3/+10 | |
| |_|_|_|_|/ |/| | | | | | ||||||
* | | | | | | fixes system.onUnhandledException feature | Andreas Rumpf | 2017-07-12 | 1 | -1/+1 | |
* | | | | | | add system.onUnhandledException feature | Andreas Rumpf | 2017-07-12 | 1 | -3/+18 | |
* | | | | | | Merge pull request #6047 from euantorano/patch-1 | Dominik Picheta | 2017-07-11 | 1 | -4/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Adding test for recvline | Euan Torano | 2017-07-09 | 1 | -4/+2 | |
| * | | | | | | Wait for reads to finish before reading the result | Euan T | 2017-07-03 | 1 | -2/+2 | |
| |/ / / / / | ||||||
* | | | | | | make os.nim compile on Windows again | Andreas Rumpf | 2017-07-09 | 1 | -1/+1 | |
* | | | | | | fixes a typo | Andreas Rumpf | 2017-07-09 | 1 | -1/+1 | |
* | | | | | | minor improvements to os.paramStr | Andreas Rumpf | 2017-07-08 | 1 | -2/+3 | |
* | | | | | | Fix for issue #5736. (#6061) | Ganesh Viswanathan | 2017-07-07 | 1 | -1/+1 | |
* | | | | | | system.nim: Fix documentation ( 7 div 5 == 1 ) (#6057) | nonylene | 2017-07-06 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | JS codegen: make 'echo' use console.log unless you define -d:nimOldEcho | Andreas Rumpf | 2017-06-28 | 1 | -1/+1 | |
* | | | | | fixes #6021! | Araq | 2017-06-27 | 1 | -43/+53 | |
* | | | | | Added moveDir (#6015) | Yuriy Glukhov | 2017-06-27 | 2 | -12/+43 | |
* | | | | | Fix #6010 documenting subtracting time interval (#6012) | Euan T | 2017-06-22 | 1 | -1/+1 | |
* | | | | | fixes #5966 | Fabian Keller | 2017-06-20 | 2 | -5/+9 | |
* | | | | | Merge branch 'fix-5995' of https://github.com/yglukhov/Nim into yglukhov-fix-... | Andreas Rumpf | 2017-06-20 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fixes #5995 | Yuriy Glukhov | 2017-06-18 | 1 | -1/+1 | |
* | | | | | | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Andreas Rumpf | 2017-06-19 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Update times.nim | Daniil Yarancev | 2017-06-18 | 1 | -1/+1 | |
| |/ / / / / | ||||||
* / / / / / | fixes withRegion for --gc:stack | Andreas Rumpf | 2017-06-19 | 2 | -2/+1 | |
|/ / / / / | ||||||
* | | | | | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Araq | 2017-06-16 | 11 | -41/+98 | |
|\ \ \ \ \ | ||||||
| * | | | | | Add sgn() function to the math module (#5971) | John Novak | 2017-06-15 | 1 | -0/+25 | |
| * | | | | | Ascii character code 127 (DEL) is not printable and must be quoted. (#5984) | Markus F.X.J. Oberhumer | 2017-06-15 | 5 | -8/+8 | |
| * | | | | | Minor formatting | daneb | 2017-06-13 | 1 | -1/+1 | |
| * | | | | | Working example to resolve #5863 | daneb | 2017-06-13 | 1 | -1/+2 | |
| * | | | | | Create system.nim | impbox | 2017-06-13 | 1 | -1/+2 | |
| * | | | | | Merge pull request #5941 from tulayang/devel | Varriount | 2017-06-13 | 1 | -1/+1 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Update asynchttpserver.nim | wt | 2017-06-06 | 1 | -1/+1 | |
| | * | | | | | Fix bad tail for status response | wt | 2017-06-05 | 1 | -1/+1 |