summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* fixes for feedbackArne Döring2017-07-271-13/+14
|
* added rotate in algorithmArne Döring2017-07-271-1/+111
|
* Merge pull request #6064 from superfunc/develDominik Picheta2017-07-231-1/+1
|\ | | | | Make option usage more consistent in doc
| * Make option usage more consistent in docsuperfunc2017-07-061-1/+1
| |
* | fixes #6125Andreas Rumpf2017-07-222-10/+5
| |
* | fixes #6127Andreas Rumpf2017-07-221-5/+3
| |
* | fixes #499Andreas Rumpf2017-07-221-1/+1
| |
* | fixes #6131Andreas Rumpf2017-07-223-5/+5
| |
* | added system.deallocHeap feature for Nim's native GCsAndreas Rumpf2017-07-223-27/+32
| |
* | closures have an object type field so that we can perform correct deepCopy() ↵Andreas Rumpf2017-07-227-19/+40
| | | | | | | | for the BoehmGC target
* | Disable stacktrace in locks (#6128)Yuriy Glukhov2017-07-211-0/+4
| |
* | Added newAsyncFile proc (#6129)Yuriy Glukhov2017-07-211-8/+13
| |
* | make tests green againAraq2017-07-201-5/+2
| |
* | make nimblepkglist tool work with newer versions of the websiteAraq2017-07-201-1/+2
| |
* | make the GCs more robustAndreas Rumpf2017-07-202-16/+16
| |
* | fixes #5871Andreas Rumpf2017-07-203-6/+17
| |
* | Merge pull request #6122 from ephja/asyncfutures-missed-rewriteDominik Picheta2017-07-181-2/+1
|\ \ | | | | | | make asyncfutures.complete compile
| * | make asyncfutures.complete compileErik Johansson Andersson2017-07-181-2/+1
|/ /
* | fixes #6096Araq2017-07-172-3/+3
| |
* | fixes #5892Araq2017-07-172-4/+27
| |
* | Revert "GC_fullCollect on sync threadpool (#6107)" (#6119)Yuriy Glukhov2017-07-171-13/+3
| | | | | | This reverts commit bdb653c4156af099814df2e21b9878cdb1591190.
* | cleaned up extccomp.nimAraq2017-07-171-10/+0
| |
* | fixes #6118Araq2017-07-171-4/+6
| |
* | Compiler selection doco (#6115)jlp7652017-07-171-0/+16
| | | | | | | | | | | | | | | | | | | | * Slices indices explanation as per https://forum.nim-lang.org/t/2870 * Remove duplicate in note * Doco: Selecting a different compiler
* | fixes #4763Araq2017-07-174-11/+55
| |
* | fixes #5989Araq2017-07-171-2/+2
| |
* | 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