summary refs log tree commit diff stats
path: root/lib/pure/asyncmacro.nim
Commit message (Expand)AuthorAgeFilesLines
* complete std prefixes for stdlib (#22887)ringabout2023-10-301-1/+1
* fixes #22210; transform return future in try/finally properly (#22249)ringabout2023-07-211-9/+48
* Fix const in async regression (#21898)Jake Leahy2023-05-251-7/+5
* Make async stacktraces less verbose (#21091)Jake Leahy2022-12-151-6/+10
* `multisync` now allows tuples in return type (#21074)Jake Leahy2022-12-111-2/+2
* Use a unique name for template in async macro return (#21058)Jake Leahy2022-12-101-3/+3
* Implicit return working for async proc (#20933)Jake Leahy2022-12-091-2/+11
* stdlib organization & documentation improvements (#20971)metagn2022-12-061-1/+1
* new .redefine pragma for templates, warn on redefinition without it (#20211)metagn2022-08-231-1/+3
* Better error message and tests for bad await (#19622)huantian2022-04-131-3/+13
* simplify asyncfutures, asyncmacro (#17633)Timothee Cour2021-04-141-61/+22
* remove un-needed {.push hint[ConvFromXtoItselfNotNeeded]: off.} in asyncfutur...Timothee Cour2021-04-031-4/+1
* Fix void async in templates (#17562)Ardek Romak2021-03-301-2/+3
* remove {.compileTime.} for procs with NimNode: redundant because of tfTrigger...Timothee Cour2021-03-231-7/+6
* use single backtick (#17115)flywind2021-02-201-5/+5
* styleCheck: Fix some inconsistent identifiers (#16177)ee72020-12-211-1/+1
* ref #5617 add lineinfo to complete (#16102)flywind2020-11-231-3/+8
* fix #9695 asyncmacro: tfuturevar fails when activated [backport: 1.0] (#16090)flywind2020-11-221-1/+2
* fixes #15804 (#15820)Andreas Rumpf2020-11-021-12/+9
* async: removed the 'unown' references, async never worked with --newruntime a...Andreas Rumpf2020-09-201-6/+5
* fix #14846; add macros.extractDocCommentsAndRunnables (#14849)Timothee Cour2020-07-011-3/+3
* fix #13899 defer now works with async (#14723)Timothee Cour2020-06-191-0/+3
* Disable unused warnings for error await template too (#14531)Danil Yarantsev2020-06-011-1/+1
* Disable unused warnings for await in async macro (#14517)Danil Yarantsev2020-05-311-2/+2
* discardable async procs are now an error (#14176)hlaaftana2020-05-011-8/+14
* Error -> Defect for defects (#13908)Jacek Sieka2020-04-281-2/+2
* Make await a template (#12085)Alexander Ivanov2020-04-251-132/+30
* Fix #13889 with testcase (#13896) [backport]Clyybber2020-04-061-1/+1
* macros for proc types, macros for types (#13778)Andreas Rumpf2020-03-311-0/+6
* fixes #13519Araq2020-03-111-1/+1
* [backport] run nimpretty on asyncnarimiran2019-09-301-9/+11
* async macro: general stability improvements [bugfix] (#11787)Andreas Rumpf2019-07-191-10/+13
* newruntime: progress to make 'async' work with --newruntimeAraq2019-07-151-7/+4
* make async tests green againAndreas Rumpf2019-07-111-2/+2
* make more parts of the stdlib compile with --styleCheck:errorAraq2019-07-101-1/+1
* newruntime: async progressAraq2019-07-091-2/+2
* asyncmacro produces 'owned' typesAraq2019-07-091-2/+2
* newruntime for async (#11650)Andreas Rumpf2019-07-051-1/+4
* Fix header inconsistencies in documentation (#11071)Zed2019-04-231-2/+0
* Small change in how tuples are handled in async macroLemonBoy2019-02-041-7/+7
* Restore the docstring during the .async. transform (#10404) [backport]LemonBoy2019-01-221-0/+6
* asyncmacro: add nnkSym support for getName() (#9204)alaviss2018-10-091-1/+1
* Fix regression w/ templates defined in async procLemonBoy2018-10-031-1/+1
* Skip nested procedures in .async. macroLemonBoy2018-09-221-0/+3
* Minor fixes for asyncjs (#8894)LemonBoy2018-09-071-1/+1
* Rip out the `try` transformation in the async macro.Dominik Picheta2018-06-061-105/+6
* Fix some usages of typedesc in async procsZahary Karadjov2018-04-131-1/+3
* fix deprecation warnings in asyncmacro and htmlgen (#7573)Arne Döring2018-04-121-20/+20
* Merge pull request #6962 from nim-lang/fixes/6100Dominik Picheta2018-01-101-0/+6
|\
| * Fixes #6100.Dominik Picheta2017-12-271-0/+6