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 | ||||
* | stdlib organization & documentation improvements (#20971) | metagn | 2022-12-06 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | * stdlib organization & documentation improvements * fix CI * Update doc/lib.md Co-authored-by: Juan Carlos <juancarlospaco@gmail.com> * fix ci, remove jshttpcore, export in jsfetch instead * fix alphabetical order violations * add cmdline, db_odbc Co-authored-by: Juan Carlos <juancarlospaco@gmail.com> | ||||
* | [formatter] async.nim uses two spaces (#19264) | flywind | 2021-12-17 | 1 | -4/+4 |
| | | | according to https://nim-lang.org/docs/nep1.html#introduction-spacing-and-whitespace-conventions, two spaces should be preferred in stdlib. | ||||
* | Unify async macro and futures for js and native targets | Yuriy Glukhov | 2018-01-05 | 1 | -0/+6 |