summary refs log tree commit diff stats
path: root/lib/std/strbasics.nim
Commit message (Expand)AuthorAgeFilesLines
* bootstrap the compiler with nimPreviewSlimSystem (#20176)ringabout2022-08-091-0/+4
* enable style:usages for stdlib tests [backport: 1.6] (#19715)flywind2022-04-131-1/+1
* correct licence header (#18935)flywind2021-10-011-1/+1
* rename prepareStrMutation to prepareMutation (#17235)flywind2021-03-031-1/+1
* fixes #17173 (#17213)Andreas Rumpf2021-03-011-1/+3
* add overload `add(a: var string, b: openArray[char])` (#15951)Timothee Cour2021-03-011-0/+16
* add strbasics.strip (#16280)flywind2021-02-241-0/+97