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
/
tests
/
async
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix ioselectors_kqueue raising wrong exceptions (#24079)
bptato
2024-09-08
1
-1
/
+20
*
Fix OSError `errorCode` field is not assigned a value (#22954)
握猫猫
2023-11-17
1
-6
/
+6
*
close #17045;Compiler crash when a tuple iterator with when nimvm is … (#22...
Bung
2023-08-11
1
-0
/
+28
*
fixes CI; disable SSL tests on osx for now (#22304)
ringabout
2023-07-22
1
-0
/
+1
*
fixes #22210; transform return future in try/finally properly (#22249)
ringabout
2023-07-21
2
-0
/
+114
*
Fix const in async regression (#21898)
Jake Leahy
2023-05-25
1
-0
/
+13
*
Allow `futureLogging` in release builds (#21448)
Jake Leahy
2023-03-02
1
-0
/
+6
*
Make async stacktraces less verbose (#21091)
Jake Leahy
2022-12-15
2
-39
/
+10
*
`multisync` now allows tuples in return type (#21074)
Jake Leahy
2022-12-11
1
-0
/
+19
*
Implicit return working for async proc (#20933)
Jake Leahy
2022-12-09
1
-0
/
+13
*
fixes ptr to cstring warnings[backport] (#20848)
ringabout
2022-11-16
1
-2
/
+2
*
defaults to ORC (#19972)
ringabout
2022-09-23
1
-25
/
+27
*
Better error message and tests for bad await (#19622)
huantian
2022-04-13
1
-3
/
+32
*
deprecate unsafeAddr; extend addr (#19373)
flywind
2022-01-16
1
-1
/
+1
*
style usages part one (openarray => openArray) (#19321)
flywind
2022-01-04
1
-2
/
+2
*
fixes #18858 [backport] (#18868)
Andreas Rumpf
2021-09-19
1
-0
/
+1
*
make proc names consistent (#18626)
flywind
2021-08-01
5
-5
/
+5
*
asyncdispatch+stackTraceOverride: fix premature collection (#18039) [backport...
Ștefan Talpalaru
2021-05-19
1
-2
/
+2
*
move travis, appveyor, ci.yml.disabled to `unmaintained/` (#17828)
Timothee Cour
2021-04-24
1
-1
/
+0
*
simplify asyncfutures, asyncmacro (#17633)
Timothee Cour
2021-04-14
1
-8
/
+24
*
close #16786 (#17598)
flywind
2021-03-31
1
-1
/
+35
*
Fix void async in templates (#17562)
Ardek Romak
2021-03-30
1
-0
/
+12
*
use doAssert in tests (#16486)
flywind
2020-12-28
7
-11
/
+11
*
testament spec: remove errmsg alias of errormsg (#16188)
Timothee Cour
2020-11-29
1
-1
/
+1
*
make megatest consistent with unjoined tests wrt newlines, honor newlines in ...
Timothee Cour
2020-11-28
1
-1
/
+2
*
fix #9695 asyncmacro: tfuturevar fails when activated [backport: 1.0] (#16090)
flywind
2020-11-22
1
-5
/
+0
*
fixes #15804 (#15820)
Andreas Rumpf
2020-11-02
2
-3
/
+18
*
closureiters: fixes #15243 (#15454) [backport:1.2]
Andreas Rumpf
2020-10-02
2
-66
/
+25
*
fix #15148 (#15149)
flywind
2020-08-08
1
-0
/
+12
*
[Backport] Fixes callbacks being dropped on Linux/macOS/BSD. (#15012)
Dominik Picheta
2020-07-19
1
-0
/
+67
*
scoped memory management (#14790)
Andreas Rumpf
2020-07-04
1
-1
/
+2
*
Fix asyncdispatch drain behavior (#14820) (#14838)
Ray Imber
2020-06-30
1
-0
/
+25
*
Add test-cases to some fixed issues to close them (#14795)
Danil Yarantsev
2020-06-24
1
-0
/
+7
*
fix #13899 defer now works with async (#14723)
Timothee Cour
2020-06-19
1
-7
/
+18
*
fix #14685 tests/async/t7758.nim flaky (#14721)
Timothee Cour
2020-06-19
1
-2
/
+7
*
use check to investigate #14685 flaky tests/async/t7758.nim (#14689)
Timothee Cour
2020-06-16
1
-2
/
+3
*
fix #13166 tioselectors flaky test on freebsd+OSX (#14634)
Timothee Cour
2020-06-12
1
-4
/
+5
*
enable tioselectors on osx; more diagnostic for #13166 (#14625)
Timothee Cour
2020-06-09
1
-5
/
+3
*
fixes #14279 (#14618)
Andreas Rumpf
2020-06-09
1
-0
/
+15
*
fix #14320 (tasyncawait.nim is recently very flaky) + avoid hardcoding servic...
Timothee Cour
2020-05-13
5
-77
/
+50
*
discardable async procs are now an error (#14176)
hlaaftana
2020-05-01
1
-0
/
+9
*
fix sendTo and recvFrom in asyncnet (#14154)
rockcavera
2020-04-30
1
-17
/
+8
*
Error -> Defect for defects (#13908)
Jacek Sieka
2020-04-28
2
-9
/
+9
*
added high level sendTo and recvFrom to std/asyncnet (UDP functionality) (#14...
rockcavera
2020-04-26
1
-0
/
+99
*
Make await a template (#12085)
Alexander Ivanov
2020-04-25
4
-2
/
+39
*
Fix #13889 with testcase (#13896) [backport]
Clyybber
2020-04-06
1
-0
/
+27
*
faster CIs (#13803)
Miran
2020-03-30
9
-34
/
+21
*
fix deprecations and other warnings (#13748)
Miran
2020-03-25
7
-17
/
+16
*
fix #12919 tasyncclosestall flaky: Address already in use (#12934)
Timothee Cour
2019-12-19
1
-1
/
+3
*
increase the timeout for 'tasyncclosestall' (#12744)
Miran
2019-11-26
1
-1
/
+1
[next]