Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Merge pull request #6200 from jangko/fix6196 | Dominik Picheta | 2017-08-10 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | fixes #6196 | andri lim | 2017-08-08 | 1 | -1/+1 | |
* | | | | | | | fixed createDir undeclared error on Android (#6194) | Fredrik Høisæther Rasch | 2017-08-08 | 1 | -3/+5 | |
|/ / / / / / | ||||||
* | | | | | | Added Multi-Replacement proc for strings (#6193) | Fredrik Høisæther Rasch | 2017-08-07 | 1 | -0/+35 | |
* | | | | | | Introduce first class support for Android (#5772) | Fredrik Høisæther Rasch | 2017-08-06 | 6 | -7/+25 | |
* | | | | | | Allow to configure tls size (#6171) | Ruslan Mustakov | 2017-08-05 | 1 | -2/+7 | |
* | | | | | | Add mips64 and mips64el CPU platforms (#5866) | James Cowgill | 2017-08-03 | 3 | -2/+7 | |
* | | | | | | Merge pull request #6168 from konqoro/patch-10 | Dominik Picheta | 2017-08-01 | 1 | -1/+24 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Docs: add one more example in strscans module | konqoro | 2017-08-01 | 1 | -1/+24 | |
* | | | | | | | Fixed randomize for 32bit target (#6167) | Yuriy Glukhov | 2017-08-01 | 1 | -2/+2 | |
|/ / / / / / | ||||||
* | | | | | | Channels can now block depending on maxItems (#6153) | Yuriy Glukhov | 2017-07-31 | 1 | -12/+31 | |
* | | | | | | Fixed NimTypeKind enum, added missing values. (#6157) | Yuriy Glukhov | 2017-07-30 | 1 | -2/+3 | |
* | | | | | | Add TimeInterval reversing docstring | Federico Ceratto | 2017-07-29 | 1 | -0/+5 | |
* | | | | | | Merge pull request #6143 from xxlabaza/correct_no_content_length_response | Dominik Picheta | 2017-07-28 | 1 | -2/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Add more suitable error code and reason phrase for required Content-Length re... | Artem Labazin | 2017-07-26 | 1 | -2/+2 | |
* | | | | | | | avoid deprecated procs | Andreas Rumpf | 2017-07-26 | 2 | -3/+3 | |
* | | | | | | | workaround so doc2 asynchttpserver works again | Andreas Rumpf | 2017-07-26 | 1 | -3/+3 | |
|/ / / / / / | ||||||
* | | | | | | Added codeRepr and dumpCode to the macros module. (#5778) | PMunch | 2017-07-26 | 1 | -4/+101 | |
* | | | | | | optimized intsets to not allocate for the common cases | Andreas Rumpf | 2017-07-25 | 1 | -59/+120 | |
* | | | | | | Remove expr/stmt (#5857) | Arne Döring | 2017-07-25 | 27 | -96/+97 | |
* | | | | | | fixes #6131 | Andreas Rumpf | 2017-07-22 | 3 | -5/+5 | |
* | | | | | | added system.deallocHeap feature for Nim's native GCs | Andreas Rumpf | 2017-07-22 | 3 | -27/+32 | |
* | | | | | | closures have an object type field so that we can perform correct deepCopy() ... | Andreas Rumpf | 2017-07-22 | 2 | -5/+5 | |
* | | | | | | Disable stacktrace in locks (#6128) | Yuriy Glukhov | 2017-07-21 | 1 | -0/+4 | |
* | | | | | | Added newAsyncFile proc (#6129) | Yuriy Glukhov | 2017-07-21 | 1 | -8/+13 | |
* | | | | | | make the GCs more robust | Andreas Rumpf | 2017-07-20 | 2 | -16/+16 | |
* | | | | | | fixes #5871 | Andreas Rumpf | 2017-07-20 | 2 | -3/+3 | |
* | | | | | | 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 |