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
/
asyncfutures.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
complete std prefixes for stdlib (#22887)
ringabout
2023-10-30
1
-2
/
+2
*
Allow `futureLogging` in release builds (#21448)
Jake Leahy
2023-03-02
1
-1
/
+1
*
Make async stacktraces less verbose (#21091)
Jake Leahy
2022-12-15
1
-12
/
+4
*
make more standard libraries work with `nimPreviewSlimSystem` (#20343)
ringabout
2022-09-27
1
-0
/
+1
*
test removing dollar for objects out of system (#20242)
metagn
2022-08-24
1
-0
/
+3
*
Fix type mismatch with future logging (#19131)
Jake Leahy
2021-11-12
1
-1
/
+1
*
fixes #18858 [backport] (#18868)
Andreas Rumpf
2021-09-19
1
-1
/
+1
*
asyncdispatch+stackTraceOverride: fix premature collection (#18039) [backport...
Ștefan Talpalaru
2021-05-19
1
-14
/
+32
*
ORC: cursor inference bugfix (#17973)
Andreas Rumpf
2021-05-08
1
-2
/
+2
*
simplify asyncfutures, asyncmacro (#17633)
Timothee Cour
2021-04-14
1
-11
/
+9
*
remove un-needed {.push hint[ConvFromXtoItselfNotNeeded]: off.} in asyncfutur...
Timothee Cour
2021-04-03
1
-2
/
+0
*
use single backtick (#17166)
flywind
2021-02-23
1
-38
/
+38
*
add -d:nimStrictMode in CI to keep code from regressing; fixes ConvFromXtoIts...
Timothee Cour
2021-02-17
1
-1
/
+4
*
remove quotation marks around imports - fixes links in the docs (#16888)
Miran
2021-02-01
1
-1
/
+1
*
better nativestacktrace support; refs #15284; backport [1.2] (#15384)
Andreas Rumpf
2020-09-22
1
-3
/
+10
*
async: minor refactorings (#15354)
Andreas Rumpf
2020-09-18
1
-26
/
+8
*
change some Exceptions to CatchableError or Defect, fixes #10288 (#14069)
hlaaftana
2020-04-22
1
-1
/
+1
*
cycle breaker (#13593)
Andreas Rumpf
2020-03-19
1
-1
/
+1
*
async: use $ and not repr in debug mode
Araq
2019-11-05
1
-1
/
+1
*
[backport] run nimpretty on async
narimiran
2019-09-30
1
-8
/
+8
*
last stdlib cleanups
Araq
2019-09-21
1
-0
/
+9
*
make async tests green again
Andreas Rumpf
2019-07-11
1
-1
/
+5
*
styleCheck: make the compiler and large parts of the stdlib compatible with -...
Araq
2019-07-10
1
-3
/
+3
*
newruntime: async progress
Araq
2019-07-09
1
-8
/
+24
*
async: more 'owned' annotations
Araq
2019-07-09
1
-1
/
+2
*
newruntime for async (#11650)
Andreas Rumpf
2019-07-05
1
-3
/
+3
*
[bugfix] Fixes async IO operations stalling even after socket is closed. (#11...
Dominik Picheta
2019-06-12
1
-5
/
+7
*
Implements pending future tracking in async.
Dominik Picheta
2019-05-06
1
-3
/
+48
*
complete future only once in `or` (fixes #8982) (#9632)
Miran
2018-11-09
1
-2
/
+3
*
keep the order of the callbacks
narimiran
2018-11-07
1
-5
/
+11
*
docs: clarify `asyncCheck` vs `waitFor`
citycide
2018-10-27
1
-1
/
+2
*
stdlib: minor changes to avoid compiler warnings
Andreas Rumpf
2018-09-19
1
-1
/
+1
*
WIP: disallow 'nil' for strings and seqs
Andreas Rumpf
2018-08-13
1
-2
/
+2
*
remove deprecated stuff from the stdlib; introduce better deprecation warnings
Araq
2018-05-05
1
-2
/
+0
*
Make clearCallbacks() public. (#7753)
Eugene Kabanov
2018-05-03
1
-1
/
+1
*
Merge branch 'devel' into async-improvements
Dominik Picheta
2018-01-17
1
-12
/
+73
|
\
|
*
Merge pull request #6962 from nim-lang/fixes/6100
Dominik Picheta
2018-01-10
1
-3
/
+3
|
|
\
|
|
*
Fixes #6100.
Dominik Picheta
2017-12-27
1
-3
/
+3
|
*
|
Simplify async traceback processing.
Dominik Picheta
2017-12-28
1
-42
/
+15
|
*
|
made the logic correct
Andreas Rumpf
2017-12-28
1
-6
/
+5
|
*
|
attempt to get the stack trace logic right; fix boundaries
Araq
2017-12-28
1
-2
/
+2
|
*
|
attempt to get the stack trace logic right
Araq
2017-12-28
1
-14
/
+15
|
*
|
optimized friendly stack traces
Araq
2017-12-28
1
-29
/
+19
|
*
|
No need to recurse now that mergeEntries doesn't do any pattern matching.
Dominik Picheta
2017-12-28
1
-1
/
+2
|
*
|
Show only detailed async tracebacks.
Dominik Picheta
2017-12-28
1
-62
/
+2
|
*
|
Attempt to provide simplified and detailed tracebacks
Dominik Picheta
2017-12-28
1
-16
/
+34
|
*
|
Rename cb0 to asyncProcName_continue + other improvements to async tracebacks.
Dominik Picheta
2017-12-28
1
-35
/
+62
|
*
|
Go through the re-raise stacks for more detailed tracebacks.
Dominik Picheta
2017-12-28
1
-12
/
+43
|
*
|
Refine the async tracebacks.
Dominik Picheta
2017-12-28
1
-7
/
+29
|
*
|
Implement some simple pattern-based transformation for async tracebacks.
Dominik Picheta
2017-12-28
1
-9
/
+68
|
|
/
[next]