index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
stdlib
/
tstrutils.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replacement PR for https://github.com/nim-lang/Nim/pull/23779 that (#23793)
c-blake
2024-07-07
1
-1
/
+1
*
fixes testament matrix doesn't work with other backends which left many JS te...
ringabout
2024-05-14
1
-1
/
+1
*
make parseEnum skip type aliases for enum type sym (#22727)
metagn
2023-09-19
1
-4
/
+15
*
`strutils.split/rsplit` now return src on an empty sep (#22136)
Zoom
2023-06-21
1
-6
/
+10
*
alternative to #21914; split, rsplit now forbid an empty separator (#21961)
ringabout
2023-05-30
1
-0
/
+14
*
stdlib tests now check refc too (#21664)
ringabout
2023-04-21
1
-1
/
+1
*
int64/uint64 as bigint in JS (#21613)
metagn
2023-04-11
1
-7
/
+11
*
strutils, rstgen: avoid deprecated `strutils.delete` (#20488)
ee7
2022-10-05
1
-0
/
+3
*
fix #19500; remove find optimization [backport: 1.6] (#19714)
ringabout
2022-09-28
1
-0
/
+5
*
make more standard libraries work with `nimPreviewSlimSystem` (#20343)
ringabout
2022-09-27
1
-0
/
+1
*
fix #18128 rfind on empty needle returns rightmost index (#20430)
n5m
2022-09-26
1
-13
/
+17
*
Fix `find` routines' api to default to `last=-1` (#19761)
Zoom
2022-06-07
1
-17
/
+21
*
fix parseEnum cannot parse enum with const fields (#19466)
flywind
2022-02-04
1
-0
/
+11
*
Fix nimIdentNormalize, fixes #19067 (#19068)
Tomasz Kramkowski
2021-10-29
1
-0
/
+7
*
deprecate strutils.delete and add an overload with saner semantics consistent...
Timothee Cour
2021-07-18
1
-1
/
+25
*
add string-string tests for find and rfind (#18137)
n5m
2021-06-02
1
-3
/
+98
*
improve fast returns of find and rfind (#18127)
n5m
2021-05-31
1
-0
/
+28
*
std/hashes: hash(ref|ptr|pointer) + other improvements (#17731)
Timothee Cour
2021-04-16
1
-5
/
+1
*
use doAssert in tests (#16486)
flywind
2020-12-28
1
-132
/
+132
*
strip minor improvement (#16444)
flywind
2020-12-23
1
-0
/
+13
*
improve tstrutils: test c, cpp, js, vm; cleanups (#16357)
Timothee Cour
2020-12-15
1
-0
/
+689