summary refs log tree commit diff stats
path: root/lib/std/strbasics.nim
Commit message (Collapse)AuthorAgeFilesLines
* 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