summary refs log tree commit diff stats
path: root/lib/std/strbasics.nim
Commit message (Collapse)AuthorAgeFilesLines
* bootstrap the compiler with nimPreviewSlimSystem (#20176)ringabout2022-08-091-0/+4
| | | | | * bootstrap the compiler with nimPreviewSlimSystem * threads
* enable style:usages for stdlib tests [backport: 1.6] (#19715)flywind2022-04-131-1/+1
| | | | | | | | | | | | | | | * enable style:usages for stdlib tests * freeAddrInfo * more tests * importc * bufSize * fix more * => parseSql and renderSql
* correct licence header (#18935)flywind2021-10-011-1/+1
| | | | | * rename licence * spaces
* rename prepareStrMutation to prepareMutation (#17235)flywind2021-03-031-1/+1
| | | | | | | * remove unnecessary when statement * remove outdated codes * rename prepareStrMutation to prepareMutation
* fixes #17173 (#17213)Andreas Rumpf2021-03-011-1/+3
| | | | | | | | | | | | | | | | | | | | | | * fixes #17173 * add testcase (#17214) * Apply suggestions from code review * fix for newruntime * Apply suggestions from code review * Update lib/system.nim * Update lib/system.nim * Update lib/system.nim Co-authored-by: Danil Yarantsev <tiberiumk12@gmail.com> Co-authored-by: flywind <xzsflywind@gmail.com> Co-authored-by: Danil Yarantsev <tiberiumk12@gmail.com>
* add overload `add(a: var string, b: openArray[char])` (#15951)Timothee Cour2021-03-011-0/+16
| | | Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
* add strbasics.strip (#16280)flywind2021-02-241-0/+97