summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | Merge pull request #6151 from FedericoCeratto/patch-29Dominik Picheta2017-07-291-0/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | 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
* | | | | | | | | travis build: test documentation generationAndreas Rumpf2017-07-261-0/+1
* | | | | | | | | avoid deprecated procsAndreas Rumpf2017-07-262-3/+3
* | | | | | | | | workaround so doc2 asynchttpserver works againAndreas Rumpf2017-07-261-3/+3
* | | | | | | | | distinguish between 'reorder' and 'noforward'Andreas Rumpf2017-07-265-8/+53
|/ / / / / / / /
* | | | | | | | Added codeRepr and dumpCode to the macros module. (#5778)PMunch2017-07-262-4/+126
* | | | | | | | implemented reordering passAndreas Rumpf2017-07-252-1/+105
* | | | | | | | optimized intsets to not allocate for the common casesAndreas Rumpf2017-07-251-59/+120
* | | | | | | | Remove expr/stmt (#5857)Arne Döring2017-07-25168-531/+499
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Merge pull request #6064 from superfunc/develDominik Picheta2017-07-231-1/+1
|\ \ \ \ \ \ \
| * | | | | | | 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
* | | | | | | | 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 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
* | | | | | | | cleaned up extccomp.nimAraq2017-07-171-10/+0
* | | | | | | | fixes #6118Araq2017-07-171-4/+6
* | | | | | | | Compiler selection doco (#6115)jlp7652017-07-171-0/+16
* | | | | | | | 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
* | | | | | | | 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
|\ \ \ \ \ \ \ \
| * | | | | | | | 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
| | |_|_|_|_|_|/ | |/| | | | | |