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
/
tstring.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
stdlib tests now check refc too (#21664)
ringabout
2023-04-21
1
-0
/
+1
*
fixes #20026; marks system procs which can raise defects (#20864)
ringabout
2022-11-22
1
-1
/
+0
*
make more standard libraries work with `nimPreviewSlimSystem` (#20343)
ringabout
2022-09-27
1
-0
/
+1
*
defaults to ORC (#19972)
ringabout
2022-09-23
1
-0
/
+1
*
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