summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Android support: put Termux specific dependencies behind a -d:termux switchAndreas Rumpf2017-08-301-2/+2
* make ospaths compile for Android again, simplify its implementation, added a ...Andreas Rumpf2017-08-301-15/+7
* Fix #6288 (#6289 was created for wrong branch) (#6291)Daniil Yarancev2017-08-291-1/+1
* allow non-admins to create symlinks on windows (#6287)Charlie Barto2017-08-291-1/+3
* macros module: 'name' proc skips the export markerAndreas Rumpf2017-08-291-0/+2
* Fixes #6284.Dominik Picheta2017-08-281-0/+2
* Fix typo (#6285)Daniil Yarancev2017-08-281-1/+1
* remove ArrayDummySize with unchecked arrays (#5818)Jacek Sieka2017-08-288-21/+18
* Restore the old behavior of parsing "quote do:"Zahary Karadjov2017-08-191-4/+3
* Use of deprecated object name (#6256)Lynn C. Rees2017-08-191-1/+1
* fixes #6250 (#6251)David Krause2017-08-171-1/+15
* memory regions seem to work nowAraq2017-08-131-18/+32
* WIP: --gc:regions instead of --gc:stackAraq2017-08-135-184/+95
* Implement ability to run a single test using unittest module.Dominik Picheta2017-08-121-17/+38
* Fixes #6110Daniil Yarancev2017-08-121-1/+1
* Fix compilation of the deprecated sockets module hackishly.Dominik Picheta2017-08-111-2/+4
* fixes #6234Andreas Rumpf2017-08-112-1/+4
* Merge pull request #6200 from jangko/fix6196Dominik Picheta2017-08-101-1/+1
|\
| * fixes #6196andri lim2017-08-081-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-066-7/+25
* Allow to configure tls size (#6171)Ruslan Mustakov2017-08-051-2/+7
* Add mips64 and mips64el CPU platforms (#5866)James Cowgill2017-08-033-2/+7
* 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
|/
* Channels can now block depending on maxItems (#6153)Yuriy Glukhov2017-07-311-12/+31
* Fixed NimTypeKind enum, added missing values. (#6157)Yuriy Glukhov2017-07-301-2/+3
* 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-262-3/+3
* | workaround so doc2 asynchttpserver works againAndreas Rumpf2017-07-261-3/+3
|/
* Added codeRepr and dumpCode to the macros module. (#5778)PMunch2017-07-261-4/+101
* 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