Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cleanup tests/stdlib/tstring.nim (#17158) | Timothee Cour | 2021-02-24 | 1 | -98/+82 |
* | fix #16555, fixes #16405: len, high honors '\0' for cstring in vm (#16610) | Timothee Cour | 2021-01-11 | 1 | -1/+33 |
* | fix nim js cmp fails at CT (#16473) | flywind | 2020-12-27 | 1 | -15/+21 |
* | make var string return var char w/ BackwardsIndex (#15461) | hlaaftana | 2020-11-12 | 1 | -0/+7 |
* | Error -> Defect for defects (#13908) | Jacek Sieka | 2020-04-28 | 1 | -1/+1 |
* | distinctBase type trait for distinct types (#13031) | cooldome | 2020-01-08 | 1 | -1/+16 |
* | require errormsg to be specified before file. | Arne Döring | 2018-12-11 | 1 | -1/+0 |
* | cmp(x, y: string) now uses memcmp rather than strcmp (#6869) (#6968) | Mathias Stearn | 2017-12-24 | 1 | -0/+20 |
* | Fixes #6223. | Dominik Picheta | 2017-11-28 | 1 | -0/+4 |
* | fix string slice & splice (#5311) | Parashurama | 2017-02-01 | 1 | -0/+55 |