summary refs log tree commit diff stats
path: root/tests/stdlib/tstrutils.nim
Commit message (Expand)AuthorAgeFilesLines
* Replacement PR for https://github.com/nim-lang/Nim/pull/23779 that (#23793)c-blake2024-07-071-1/+1
* fixes testament matrix doesn't work with other backends which left many JS te...ringabout2024-05-141-1/+1
* make parseEnum skip type aliases for enum type sym (#22727)metagn2023-09-191-4/+15
* `strutils.split/rsplit` now return src on an empty sep (#22136)Zoom2023-06-211-6/+10
* alternative to #21914; split, rsplit now forbid an empty separator (#21961)ringabout2023-05-301-0/+14
* stdlib tests now check refc too (#21664)ringabout2023-04-211-1/+1
* int64/uint64 as bigint in JS (#21613)metagn2023-04-111-7/+11
* strutils, rstgen: avoid deprecated `strutils.delete` (#20488)ee72022-10-051-0/+3
* fix #19500; remove find optimization [backport: 1.6] (#19714)ringabout2022-09-281-0/+5
* make more standard libraries work with `nimPreviewSlimSystem` (#20343)ringabout2022-09-271-0/+1
* fix #18128 rfind on empty needle returns rightmost index (#20430)n5m2022-09-261-13/+17
* Fix `find` routines' api to default to `last=-1` (#19761)Zoom2022-06-071-17/+21
* fix parseEnum cannot parse enum with const fields (#19466)flywind2022-02-041-0/+11
* Fix nimIdentNormalize, fixes #19067 (#19068)Tomasz Kramkowski2021-10-291-0/+7
* deprecate strutils.delete and add an overload with saner semantics consistent...Timothee Cour2021-07-181-1/+25
* add string-string tests for find and rfind (#18137)n5m2021-06-021-3/+98
* improve fast returns of find and rfind (#18127)n5m2021-05-311-0/+28
* std/hashes: hash(ref|ptr|pointer) + other improvements (#17731)Timothee Cour2021-04-161-5/+1
* use doAssert in tests (#16486)flywind2020-12-281-132/+132
* strip minor improvement (#16444)flywind2020-12-231-0/+13
* improve tstrutils: test c, cpp, js, vm; cleanups (#16357)Timothee Cour2020-12-151-0/+689