Commit History

Author SHA1 Message Date
  Zahary Karadjov 10142e4a80 Fix some usages of typedesc in async procs 6 years ago
  Arne Döring 84982e5e17 fix deprecation warnings in asyncmacro and htmlgen (#7573) 6 years ago
  Dominik Picheta 2c905f5e81 Merge pull request #6962 from nim-lang/fixes/6100 7 years ago
  Araq 6cf2fcaaf1 optimized friendly stack traces 7 years ago
  Dominik Picheta 3a790c9c72 Rename cb0 to asyncProcName_continue + other improvements to async tracebacks. 7 years ago
  Dominik Picheta 52cc925e0e Fixes #6100. 7 years ago
  Anatoly Galiulin d02606064c Remove unneeded comment #6708 7 years ago
  Anatoly Galiulin 4812b0f0c5 Fix parameter types splitting in multisync macro #6708 7 years ago
  Andreas Rumpf d52a1061b3 work in progress: new implementation for 'a[^1]' 7 years ago
  Andreas Rumpf 7db5bad016 revert accidentical asyncmacro change 7 years ago
  Andreas Rumpf a04c7d8b38 introduce OnHeapNew and rename TLoc.s to TLoc.storage 7 years ago
  Andreas Rumpf b69598a64a workaround so doc2 asynchttpserver works again 7 years ago
  Yuriy Glukhov 4846ce0f41 Suppress "pointless conversion" hint (#6103) 7 years ago
  Yuriy Glukhov bdf6f59c6d Fixes #5738 (#6059) 7 years ago
  Yuriy Glukhov 58eae1171d Fixes #5995 7 years ago
  Dominik Picheta b2e649c093 Fixes regression introduced by #5739. Improves newNimNode proc. 7 years ago
  Dominik Picheta f86aca799c Remove processing hints for async procs. 7 years ago
  Yuriy Glukhov 6599cae281 Async macro fixes (#5739) 7 years ago
  Dominik Picheta e0bb65e45c Fixes the order in which FutureVar and return completions are made. 7 years ago
  Dominik Picheta 4a7ea8f865 Add support for `Async | Sync` return types in {.multisync.} macro. 8 years ago
  Dominik Picheta 3286480985 Improve error message when a `nil` future is await'ed. 8 years ago
  Ruslan Mustakov 8b10609452 Allow .async pragma on methods (#5312) 8 years ago
  Andreas Rumpf 76eb20d2d3 deprecated nativesockets.dealloc, use freeAddrInfo instead; fixed stdlib deprecations 8 years ago
  Dominik Picheta 927fce4c7f FutureVar[T] parameters are now completed automatically. 8 years ago
  Dominik Picheta 519aa16b67 Fixes `asyncmacro` compilation in tests. 8 years ago
  Dominik Picheta 1740619c0c Implements {.multisync.} pragma for async and sync proc combos. 8 years ago
  Dominik Picheta 75e5c87f15 Fixes #4170. 8 years ago
  Eugene Kabanov 4fa3ded9c7 async: transfer all await/async macro related code to asyncmacro.nim module. (#4704) 8 years ago