summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* optimized intsets to not allocate for the common casesAndreas Rumpf2017-07-251-59/+120
* Remove expr/stmt (#5857)Arne Döring2017-07-2527-96/+97
* 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-222-5/+5
* Disable stacktrace in locks (#6128)Yuriy Glukhov2017-07-211-0/+4
* Added newAsyncFile proc (#6129)Yuriy Glukhov2017-07-211-8/+13
* make the GCs more robustAndreas Rumpf2017-07-202-16/+16
* fixes #5871Andreas Rumpf2017-07-202-3/+3
* make asyncfutures.complete compileErik Johansson Andersson2017-07-181-2/+1
* fixes #6096Araq2017-07-171-2/+2
* Revert "GC_fullCollect on sync threadpool (#6107)" (#6119)Yuriy Glukhov2017-07-171-13/+3
* Lineinfo change (#6084)Arne Döring2017-07-171-1/+21
* 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-171-1/+1
* Cache threadId to not perform syscalls all the time (#6111)Eugene Kabanov2017-07-161-46/+79
* fixes #6049 add mixin release, acquire to withLock (#6113)andri lim2017-07-161-0/+1
* Suppress "pointless conversion" hint (#6103)Yuriy Glukhov2017-07-151-0/+2
* Fixes #5738 (#6059)Yuriy Glukhov2017-07-151-3/+7
* Merge pull request #5938 from zielmicha/futuresDominik Picheta2017-07-144-145/+238
|\
| * 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-051-21/+62
| * split FutureStream from asyncfuturesMichał Zieliński2017-07-054-109/+117
| * asyncdispatch: split asyncfutures into its own moduleMichał Zieliński2017-07-053-22/+51
* | Genode readdir fix (#6080)Emery Hemingway2017-07-142-2/+2
* | fixes #6046 parsecfg failed to parse negative int (#6097)andri lim2017-07-141-3/+7
* | Fixes #6090 (#6092)Yuriy Glukhov2017-07-141-0/+5
* | newLit emty seq fix (#6091)Arne Döring2017-07-131-3/+10
* | 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-111-4/+2
|\ \
| * | Adding test for recvlineEuan Torano2017-07-091-4/+2
| * | Wait for reads to finish before reading the resultEuan T2017-07-031-2/+2
| |/
* | make os.nim compile on Windows againAndreas Rumpf2017-07-091-1/+1
* | fixes a typoAndreas Rumpf2017-07-091-1/+1
* | minor improvements to os.paramStrAndreas Rumpf2017-07-081-2/+3
* | Fix for issue #5736. (#6061)Ganesh Viswanathan2017-07-071-1/+1
* | system.nim: Fix documentation ( 7 div 5 == 1 ) (#6057)nonylene2017-07-061-1/+1
|/
* JS codegen: make 'echo' use console.log unless you define -d:nimOldEchoAndreas Rumpf2017-06-281-1/+1
* fixes #6021!Araq2017-06-271-43/+53
* Added moveDir (#6015)Yuriy Glukhov2017-06-272-12/+43
* Fix #6010 documenting subtracting time interval (#6012)Euan T2017-06-221-1/+1
* fixes #5966Fabian Keller2017-06-202-5/+9
* Merge branch 'fix-5995' of https://github.com/yglukhov/Nim into yglukhov-fix-...Andreas Rumpf2017-06-201-1/+1
|\
| * Fixes #5995Yuriy Glukhov2017-06-181-1/+1
* | Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2017-06-191-1/+1
|\ \
| * | Update times.nimDaniil Yarancev2017-06-181-1/+1
| |/
* / fixes withRegion for --gc:stackAndreas Rumpf2017-06-192-2/+1
|/