summary refs log tree commit diff stats
path: root/lib/pure
Commit message (Expand)AuthorAgeFilesLines
...
* | | Fixes #6284.Dominik Picheta2017-08-281-0/+2
* | | remove ArrayDummySize with unchecked arrays (#5818)Jacek Sieka2017-08-283-5/+3
* | | fixes #6250 (#6251)David Krause2017-08-171-1/+15
* | | Implement ability to run a single test using unittest module.Dominik Picheta2017-08-121-17/+38
* | | Fixes #6110Daniil Yarancev2017-08-121-1/+1
* | | fixed createDir undeclared error on Android (#6194)Fredrik Høisæther Rasch2017-08-081-3/+5
* | | Added Multi-Replacement proc for strings (#6193)Fredrik Høisæther Rasch2017-08-071-0/+35
* | | Introduce first class support for Android (#5772)Fredrik Høisæther Rasch2017-08-063-4/+20
* | | Merge pull request #6168 from konqoro/patch-10Dominik Picheta2017-08-011-1/+24
|\ \ \
| * | | Docs: add one more example in strscans modulekonqoro2017-08-011-1/+24
* | | | Fixed randomize for 32bit target (#6167)Yuriy Glukhov2017-08-011-2/+2
|/ / /
* | | Add TimeInterval reversing docstringFederico Ceratto2017-07-291-0/+5
* | | Merge pull request #6143 from xxlabaza/correct_no_content_length_responseDominik Picheta2017-07-281-2/+2
|\ \ \
| * | | Add more suitable error code and reason phrase for required Content-Length re...Artem Labazin2017-07-261-2/+2
* | | | avoid deprecated procsAndreas Rumpf2017-07-261-1/+1
* | | | workaround so doc2 asynchttpserver works againAndreas Rumpf2017-07-261-3/+3
|/ / /
* | | optimized intsets to not allocate for the common casesAndreas Rumpf2017-07-251-59/+120
* | | Remove expr/stmt (#5857)Arne Döring2017-07-2518-53/+49
|/ /
* | Added newAsyncFile proc (#6129)Yuriy Glukhov2017-07-211-8/+13
* | make asyncfutures.complete compileErik Johansson Andersson2017-07-181-2/+1
* | Revert "GC_fullCollect on sync threadpool (#6107)" (#6119)Yuriy Glukhov2017-07-171-13/+3
* | Fix (#6093)Dmitry Atamanov2017-07-171-2/+2
* | GC_fullCollect on sync threadpool (#6107)Yuriy Glukhov2017-07-171-3/+13
* | 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-143-134/+216
|\ \
| * | asyncdispatch: formatting fixesMichał Zieliński2017-07-122-10/+14
| * | asyncdispatch: add callSoon getter/setter, renamesMichał Zieliński2017-07-062-8/+19
| * | Future: support for multiple callbacksMichał Zieliński2017-07-051-21/+62
| * | split FutureStream from asyncfuturesMichał Zieliński2017-07-053-105/+112
| * | asyncdispatch: split asyncfutures into its own moduleMichał Zieliński2017-07-052-12/+31
| |/
* | Genode readdir fix (#6080)Emery Hemingway2017-07-141-1/+1
* | fixes #6046 parsecfg failed to parse negative int (#6097)andri lim2017-07-141-3/+7
* | Fixes #6090 (#6092)Yuriy Glukhov2017-07-141-0/+5
* | 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
* | minor improvements to os.paramStrAndreas Rumpf2017-07-081-2/+3
* | Fix for issue #5736. (#6061)Ganesh Viswanathan2017-07-071-1/+1
|/
* fixes #6021!Araq2017-06-271-43/+53
* Added moveDir (#6015)Yuriy Glukhov2017-06-271-12/+29
* 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
* | Update times.nimDaniil Yarancev2017-06-181-1/+1
|/
* Add sgn() function to the math module (#5971)John Novak2017-06-151-0/+25
* Ascii character code 127 (DEL) is not printable and must be quoted. (#5984)Markus F.X.J. Oberhumer2017-06-153-4/+4
* Minor formattingdaneb2017-06-131-1/+1