summary refs log tree commit diff stats
path: root/lib/std/widestrs.nim
Commit message (Collapse)AuthorAgeFilesLines
* allow destructors to accept non var parameters; deprecate `proc =destroy(x: ↵ringabout2023-06-211-6/+14
| | | | | | | | | | var T)` (#22130) * make destructors accept non var parameters * define nimAllowNonVarDestructor * add a test case and a changelog * update documentation and error messages * deprecate destructors taking 'var T'
* stdlib organization & documentation improvements (#20971)metagn2022-12-061-1/+1
| | | | | | | | | | | | | | | | | * 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>
* tyInt tyUint fit target int bit width (#20829)Bung2022-12-011-189/+190
|
* move widestrs out of system (#20462)metagn2022-10-011-0/+228
* move widestrs out of system * fix osproc