| Commit message (Expand) | Author | Age | Files | Lines |
* | async macro: general stability improvements [bugfix] (#11787) | Andreas Rumpf | 2019-07-19 | 1 | -10/+13 |
* | newruntime: progress to make 'async' work with --newruntime | Araq | 2019-07-15 | 1 | -7/+4 |
* | make async tests green again | Andreas Rumpf | 2019-07-11 | 1 | -2/+2 |
* | make more parts of the stdlib compile with --styleCheck:error | Araq | 2019-07-10 | 1 | -1/+1 |
* | newruntime: async progress | Araq | 2019-07-09 | 1 | -2/+2 |
* | asyncmacro produces 'owned' types | Araq | 2019-07-09 | 1 | -2/+2 |
* | newruntime for async (#11650) | Andreas Rumpf | 2019-07-05 | 1 | -1/+4 |
* | Fix header inconsistencies in documentation (#11071) | Zed | 2019-04-23 | 1 | -2/+0 |
* | Small change in how tuples are handled in async macro | LemonBoy | 2019-02-04 | 1 | -7/+7 |
* | Restore the docstring during the .async. transform (#10404) [backport] | LemonBoy | 2019-01-22 | 1 | -0/+6 |
* | asyncmacro: add nnkSym support for getName() (#9204) | alaviss | 2018-10-09 | 1 | -1/+1 |
* | Fix regression w/ templates defined in async proc | LemonBoy | 2018-10-03 | 1 | -1/+1 |
* | Skip nested procedures in .async. macro | LemonBoy | 2018-09-22 | 1 | -0/+3 |
* | Minor fixes for asyncjs (#8894) | LemonBoy | 2018-09-07 | 1 | -1/+1 |
* | Rip out the `try` transformation in the async macro. | Dominik Picheta | 2018-06-06 | 1 | -105/+6 |
* | Fix some usages of typedesc in async procs | Zahary Karadjov | 2018-04-13 | 1 | -1/+3 |
* | fix deprecation warnings in asyncmacro and htmlgen (#7573) | Arne Döring | 2018-04-12 | 1 | -20/+20 |
* | Merge pull request #6962 from nim-lang/fixes/6100 | Dominik Picheta | 2018-01-10 | 1 | -0/+6 |
|\ |
|
| * | Fixes #6100. | Dominik Picheta | 2017-12-27 | 1 | -0/+6 |
* | | optimized friendly stack traces | Araq | 2017-12-28 | 1 | -0/+2 |
* | | Rename cb0 to asyncProcName_continue + other improvements to async tracebacks. | Dominik Picheta | 2017-12-28 | 1 | -6/+7 |
|/ |
|
* | Remove unneeded comment #6708 | Anatoly Galiulin | 2017-11-13 | 1 | -3/+0 |
* | Fix parameter types splitting in multisync macro #6708 | Anatoly Galiulin | 2017-11-09 | 1 | -19/+8 |
* | work in progress: new implementation for 'a[^1]' | Andreas Rumpf | 2017-10-29 | 1 | -7/+7 |
* | revert accidentical asyncmacro change | Andreas Rumpf | 2017-09-21 | 1 | -1/+1 |
* | introduce OnHeapNew and rename TLoc.s to TLoc.storage | Andreas Rumpf | 2017-09-21 | 1 | -1/+1 |
* | workaround so doc2 asynchttpserver works again | Andreas Rumpf | 2017-07-26 | 1 | -3/+3 |
* | Suppress "pointless conversion" hint (#6103) | Yuriy Glukhov | 2017-07-15 | 1 | -0/+2 |
* | Fixes #5738 (#6059) | Yuriy Glukhov | 2017-07-15 | 1 | -3/+7 |
* | Fixes #5995 | Yuriy Glukhov | 2017-06-18 | 1 | -1/+1 |
* | Fixes regression introduced by #5739. Improves newNimNode proc. | Dominik Picheta | 2017-05-17 | 1 | -1/+1 |
* | Remove processing hints for async procs. | Dominik Picheta | 2017-05-16 | 1 | -3/+0 |
* | Async macro fixes (#5739) | Yuriy Glukhov | 2017-05-16 | 1 | -20/+18 |
* | Fixes the order in which FutureVar and return completions are made. | Dominik Picheta | 2017-03-27 | 1 | -10/+17 |
* | Add support for `Async | Sync` return types in {.multisync.} macro. | Dominik Picheta | 2017-02-11 | 1 | -21/+34 |
* | Improve error message when a `nil` future is await'ed. | Dominik Picheta | 2017-02-09 | 1 | -3/+5 |
* | Allow .async pragma on methods (#5312) | Ruslan Mustakov | 2017-02-01 | 1 | -2/+2 |
* | deprecated nativesockets.dealloc, use freeAddrInfo instead; fixed stdlib depr... | Andreas Rumpf | 2017-01-30 | 1 | -3/+3 |
* | FutureVar[T] parameters are now completed automatically. | Dominik Picheta | 2016-09-25 | 1 | -8/+43 |
* | Fixes `asyncmacro` compilation in tests. | Dominik Picheta | 2016-09-19 | 1 | -2/+1 |
* | Implements {.multisync.} pragma for async and sync proc combos. | Dominik Picheta | 2016-09-18 | 1 | -0/+110 |
* | Fixes #4170. | Dominik Picheta | 2016-09-17 | 1 | -3/+1 |
* | async: transfer all await/async macro related code to asyncmacro.nim module. ... | Eugene Kabanov | 2016-09-03 | 1 | -0/+373 |