Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | complete std prefixes for stdlib (#22887) | ringabout | 2023-10-30 | 1 | -1/+1 |
| | | | | follow up https://github.com/nim-lang/Nim/pull/22851 follow up https://github.com/nim-lang/Nim/pull/22873 | ||||
* | replace `doAssert false` with `raiseAssert` in lib, which works better with ↵ | ringabout | 2023-08-11 | 1 | -1/+1 |
| | | | | strictdefs (#22458) | ||||
* | stdlib organization & documentation improvements (#20971) | metagn | 2022-12-06 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | * 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> | ||||
* | new `genAst` as replacement for `quote do` (#17426) | Timothee Cour | 2021-04-02 | 1 | -0/+87 |
* new `macros.genAst`: fixes all issues with `quote do` * add changelog entry * add workaround for https://github.com/nim-lang/Nim/issues/2465#issuecomment-511076669 * add test for #9607 * add kNoExposeLocalInjects option * add test case for nested application of genAst * genAst: automatically call newLit when needed * allow skipping `{}`: genAst: foo * add test that shows this fixes #11986 * add examples showing mixin; add examples showing passing types, macros, templates * move to std/genasts * improve docs |