ringabout
|
4d11d0619d
complete std prefixes for stdlib (#22887)
|
1 year ago |
ringabout
|
3f7e1d7daa
replace `doAssert false` with `raiseAssert` in lib, which works better with strictdefs (#22458)
|
1 year ago |
ringabout
|
0f3d6b5a52
small fixes for atomicArc (#22017)
|
1 year ago |
Bung
|
a9bd78d579
fix #12122 (#21096)
|
2 years ago |
ringabout
|
75ece74bdd
fixes #20526; use `nimPreviewSlimSystem` for documentation build (#20714)
|
2 years ago |
Andrey Makarov
|
4341b06f65
RST: improve simple tables (#19859)
|
2 years ago |
Andreas Rumpf
|
fb86271556
system.nim cleanup some exported constants which should never have be… (#17909)
|
3 years ago |
flywind
|
8b5769133c
remove unnecessary assignment (#17702)
|
3 years ago |
flywind
|
a807233aeb
fix #17615(runnableExamples silently ignored if placed after some code) (#17619)
|
3 years ago |
Timothee Cour
|
4f9aaee1d9
remove redundant void return in stdlib (#17464)
|
3 years ago |
flywind
|
47c078e29c
use single backtick (#17166)
|
4 years ago |
flywind
|
dfe6797023
fix #15628 (#16387)
|
4 years ago |
yatsen1
|
341cd844b2
fix coro proc crash for stack problem when run long enough than a GC cycle (#7612) (#11410)
|
4 years ago |
Cléber Zavadniak
|
ce2da87eca
Fix typo on CoroutineRef* doc (#15179)
|
4 years ago |
Euan
|
7828199827
#12103 - CI for OpenBSD (#12105)
|
4 years ago |
narimiran
|
5732bb41ef
[backport] run nimpretty on the remaining files
|
5 years ago |
Araq
|
5abe880469
last stdlib cleanups
|
5 years ago |
Araq
|
5a020d641d
style improvements; fixes #11774
|
5 years ago |
narimiran
|
c0b5479e6b
coro: minor documentation fix [backport] [ci skip]
|
6 years ago |
Timothee Cour
|
3e6b58323b
fix tests/coroutines/texceptions.nim (#8810)
|
6 years ago |
alaviss
|
7ef268274f
Haiku support for Nim (#8542)
|
6 years ago |
Rokas Kupstys
|
cd2721242a
Fix waiting on coroutines (#5463)
|
8 years ago |
Rokas Kupstys
|
5aef77a3d3
Removed test code from coro.nim and created three real tests for coroutines
|
8 years ago |
Rokas Kupstys
|
f80ddbbcc6
Use constant nimCoroutines instead of defined(nimCoroutines)
|
8 years ago |
Rokas Kupstys
|
c3d1b732d6
Reworked gc support for coroutines. Nim now bootstraps with -d:nimCoroutines
|
8 years ago |
Rokas Kupstys
|
ce4e9846f0
Iterators test in coroutines
|
8 years ago |
Rokas Kupstys
|
ff1bf74554
Delete fiber context when it exits (memleak fix)
|
8 years ago |
Rokas Kupstys
|
9a754156d7
Added support for exceptions in coroutines and added exception test
|
8 years ago |
Rokas Kupstys
|
373e667dbc
Coroutine rework.
|
8 years ago |
Dmitriy Fomichev
|
d356c37185
Workaround for the high cpu usage issue in coroutines on linux (#5186)
|
8 years ago |