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
/
std
/
tasks.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes #23635; tasks.toTask Doesn't Expect a Dot Expression (#23641)
ringabout
2024-05-27
1
-4
/
+20
*
fixes refc with non-var destructor; cancel warnings (#23156)
ringabout
2024-02-13
1
-1
/
+2
*
allow tuples and procs in 'toTask' + minor things (#22530)
Andreas Rumpf
2023-08-22
1
-1
/
+1
*
clean up `gc:arc` or `gc:orc` in docs and in error messages (#22408)
ringabout
2023-08-08
1
-2
/
+2
*
allow destructors to accept non var parameters; deprecate `proc =destroy(x: v...
ringabout
2023-06-21
1
-6
/
+14
*
tasks that support return values (#21859)
Andreas Rumpf
2023-05-17
1
-25
/
+35
*
improve error message when using `toTask` with a call with a return value (#2...
ringabout
2022-10-23
1
-1
/
+2
*
make more standard libraries work with `nimPreviewSlimSystem` (#20343)
ringabout
2022-09-27
1
-0
/
+3
*
enable style:usages for stdlib tests [backport: 1.6] (#19715)
flywind
2022-04-13
1
-1
/
+1
*
improve the error messages for std/tasks [backport: 1.6] (#19695)
flywind
2022-04-07
1
-6
/
+6
*
std/tasks: fix spelling (#19691) [backport]
Jacek Sieka
2022-04-06
1
-2
/
+2
*
[std/tasks] more gcsafe stuffs [backport] (#18926)
flywind
2021-09-30
1
-3
/
+3
*
[std/tasks]add gcsafe pragmas (#17799)
flywind
2021-04-21
1
-4
/
+4
*
callback cannot be nil (#17718)
flywind
2021-04-14
1
-0
/
+1
*
add std/tasks (#17447)
flywind
2021-04-09
1
-0
/
+272