Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | complete std prefixes for stdlib (#22887) | ringabout | 2023-10-30 | 1 | -2/+2 |
| | | | | follow up https://github.com/nim-lang/Nim/pull/22851 follow up https://github.com/nim-lang/Nim/pull/22873 | ||||
* | make more standard libraries work with `nimPreviewSlimSystem` (#20343) | ringabout | 2022-09-27 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | * make more standard libraries work with `nimPreviewSlimSystem` * typo * part two * Delete specutils.nim * fixes more tests * more fixes * fixes tests * fixes three more tests * add formatfloat import * fix * last | ||||
* | Fix FutureStream memory usage (#17395) [backport:1.2] | Igor Ribeiro de Assis | 2021-03-16 | 1 | -1/+5 |
| | |||||
* | use single backtick (#17166) | flywind | 2021-02-23 | 1 | -12/+12 |
| | |||||
* | Fixes #16436 (#16695) | Yuriy Glukhov | 2021-01-14 | 1 | -1/+18 |
| | | | | | * Fixes #16436 * Comments addressed | ||||
* | async: minor refactorings (#15354) | Andreas Rumpf | 2020-09-18 | 1 | -22/+22 |
| | |||||
* | fixes #14402 (#14908) | Andreas Rumpf | 2020-07-08 | 1 | -1/+1 |
| | | | | | * fixes #14402 * added a test case | ||||
* | asyncstreams: replace unintended link with emphasis | Jjp137 | 2019-10-22 | 1 | -1/+1 |
| | |||||
* | [backport] run nimpretty on async | narimiran | 2019-09-30 | 1 | -5/+5 |
| | |||||
* | Fix spellings (#12277) [backport] | Federico Ceratto | 2019-09-27 | 1 | -1/+1 |
| | |||||
* | last stdlib cleanups | Araq | 2019-09-21 | 1 | -0/+11 |
| | |||||
* | newruntime for async (#11650) | Andreas Rumpf | 2019-07-05 | 1 | -1/+1 |
| | | | | | | | * fixes overloading resolution for passing owned(Future[string]) to Future[T] * WIP: make --newruntime work with .async * memtracker: make it compile again * make Nimble compile again | ||||
* | fix for unnecessary poll() in some uses of async | Julian Fondren | 2019-05-15 | 1 | -1/+6 |
| | |||||
* | Fixes #8994. FutureStream read procedure data loss no longer occurs. (#9183) | Dominik Picheta | 2018-10-09 | 1 | -2/+4 |
| | | | | | | * Fixes #8994. FutureStream read procedure data loss no longer occurs. * Optimises the fix for #8994. | ||||
* | split FutureStream from asyncfutures | Michał Zieliński | 2017-07-05 | 1 | -0/+105 |