index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
pure
/
asyncmacro.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
complete std prefixes for stdlib (#22887)
ringabout
2023-10-30
1
-1
/
+1
*
fixes #22210; transform return future in try/finally properly (#22249)
ringabout
2023-07-21
1
-9
/
+48
*
Fix const in async regression (#21898)
Jake Leahy
2023-05-25
1
-7
/
+5
*
Make async stacktraces less verbose (#21091)
Jake Leahy
2022-12-15
1
-6
/
+10
*
`multisync` now allows tuples in return type (#21074)
Jake Leahy
2022-12-11
1
-2
/
+2
*
Use a unique name for template in async macro return (#21058)
Jake Leahy
2022-12-10
1
-3
/
+3
*
Implicit return working for async proc (#20933)
Jake Leahy
2022-12-09
1
-2
/
+11
*
stdlib organization & documentation improvements (#20971)
metagn
2022-12-06
1
-1
/
+1
*
new .redefine pragma for templates, warn on redefinition without it (#20211)
metagn
2022-08-23
1
-1
/
+3
*
Better error message and tests for bad await (#19622)
huantian
2022-04-13
1
-3
/
+13
*
simplify asyncfutures, asyncmacro (#17633)
Timothee Cour
2021-04-14
1
-61
/
+22
*
remove un-needed {.push hint[ConvFromXtoItselfNotNeeded]: off.} in asyncfutur...
Timothee Cour
2021-04-03
1
-4
/
+1
*
Fix void async in templates (#17562)
Ardek Romak
2021-03-30
1
-2
/
+3
*
remove {.compileTime.} for procs with NimNode: redundant because of tfTrigger...
Timothee Cour
2021-03-23
1
-7
/
+6
*
use single backtick (#17115)
flywind
2021-02-20
1
-5
/
+5
*
styleCheck: Fix some inconsistent identifiers (#16177)
ee7
2020-12-21
1
-1
/
+1
*
ref #5617 add lineinfo to complete (#16102)
flywind
2020-11-23
1
-3
/
+8
*
fix #9695 asyncmacro: tfuturevar fails when activated [backport: 1.0] (#16090)
flywind
2020-11-22
1
-1
/
+2
*
fixes #15804 (#15820)
Andreas Rumpf
2020-11-02
1
-12
/
+9
*
async: removed the 'unown' references, async never worked with --newruntime a...
Andreas Rumpf
2020-09-20
1
-6
/
+5
*
fix #14846; add macros.extractDocCommentsAndRunnables (#14849)
Timothee Cour
2020-07-01
1
-3
/
+3
*
fix #13899 defer now works with async (#14723)
Timothee Cour
2020-06-19
1
-0
/
+3
*
Disable unused warnings for error await template too (#14531)
Danil Yarantsev
2020-06-01
1
-1
/
+1
*
Disable unused warnings for await in async macro (#14517)
Danil Yarantsev
2020-05-31
1
-2
/
+2
*
discardable async procs are now an error (#14176)
hlaaftana
2020-05-01
1
-8
/
+14
*
Error -> Defect for defects (#13908)
Jacek Sieka
2020-04-28
1
-2
/
+2
*
Make await a template (#12085)
Alexander Ivanov
2020-04-25
1
-132
/
+30
*
Fix #13889 with testcase (#13896) [backport]
Clyybber
2020-04-06
1
-1
/
+1
*
macros for proc types, macros for types (#13778)
Andreas Rumpf
2020-03-31
1
-0
/
+6
*
fixes #13519
Araq
2020-03-11
1
-1
/
+1
*
[backport] run nimpretty on async
narimiran
2019-09-30
1
-9
/
+11
*
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
[next]