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
/
lib
/
pure
/
strutils.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
docs: Fix broken cross references to `rfind` in strutils (#19382) [backport]
Leon
2022-01-13
1
-3
/
+3
*
Fix nimIdentNormalize, fixes #19067 (#19068)
Tomasz Kramkowski
2021-10-29
1
-2
/
+3
*
docgen: implement doc link resolution in current module (#18642)
Andrey Makarov
2021-10-28
1
-0
/
+5
*
fix a typo (rename `temporal` to `temporary` (#18892) [backport]
flywind
2021-09-24
1
-1
/
+1
*
don't use space after proc names (#18681)
flywind
2021-08-12
1
-2
/
+2
*
deprecate strutils.delete and add an overload with saner semantics consistent...
Timothee Cour
2021-07-18
1
-7
/
+33
*
don't use `{.rtl.}` for generics, otherwise `-d:useNimRtl` gives `ambiguous i...
Timothee Cour
2021-07-01
1
-1
/
+1
*
reuse algorithm.fill while building SkipTable (#18138)
n5m
2021-06-03
1
-12
/
+2
*
improve fast returns of find and rfind (#18127)
n5m
2021-05-31
1
-1
/
+3
*
Fix documentation of strutils.stripLineEnd (#17883)
Michael Krieger
2021-04-28
1
-1
/
+1
*
use strstr for a faster find implementation (#17672)
Andreas Rumpf
2021-04-08
1
-3
/
+26
*
[docs]fix #17473 (#17565)
flywind
2021-03-29
1
-2
/
+10
*
strutils: improve doc comments for `replace` funcs (#17427)
ee7
2021-03-20
1
-3
/
+4
*
Clarify behaviour of char replace (#17339)
Héctor M. Monacci
2021-03-19
1
-1
/
+1
*
Clarify behaviour of ```replace``` (#17337)
Héctor M. Monacci
2021-03-11
1
-1
/
+1
*
Change stdlib imports to use std prefix in most examples (#17202)
Danil Yarantsev
2021-02-28
1
-1
/
+1
*
add strbasics.strip (#16280)
flywind
2021-02-24
1
-0
/
+1
*
A few rst doc fixes (#17151)
Danil Yarantsev
2021-02-23
1
-1
/
+1
*
remove all uses of condsyms symbols defined prior to bootstrap nim 0.20.0 (#1...
Timothee Cour
2021-02-17
1
-11
/
+4
*
make cstrutils work in VM (#16590)
flywind
2021-01-05
1
-12
/
+3
*
refactor cmpIgnoreStyle and cmpIgnoreCase (#16399)
flywind
2020-12-31
1
-26
/
+4
*
strip minor improvement (#16444)
flywind
2020-12-23
1
-1
/
+1
*
make the docs of strutils a bit better (#16368)
flywind
2020-12-17
1
-153
/
+150
*
strutils.nim: Use `func` everywhere (#16281)
ee7
2020-12-07
1
-325
/
+294
*
use funcs and fix links in strutils (#16277)
flywind
2020-12-07
1
-14
/
+8
*
toXXAscii use xor op, saving 30%~50% time (#16193)
Bung
2020-11-30
1
-2
/
+2
*
move tests to testament (#16101)
flywind
2020-11-24
1
-217
/
+0
*
Docs(strutils): Fix broken links (#15912)
ee7
2020-11-11
1
-9
/
+10
*
EnumUtils, speed up findStr in compiler (#15777)
cooldome
2020-11-03
1
-58
/
+3
*
simplify toHex (#15821)
Timothee Cour
2020-11-02
1
-29
/
+2
*
promote `collect` macro as a map+filter replacement (#15788)
Miran
2020-10-30
1
-1
/
+2
*
fix `toHex` - make it work with int literals (#15770)
Miran
2020-10-30
1
-0
/
+12
*
various documentation fixes [backport] (#15422)
Miran
2020-09-29
1
-1
/
+1
*
Add strutils.indentation and make unindent use it (#15264)
Clyybber
2020-09-22
1
-11
/
+36
*
Fixed undeclared nimIdentNormalize compilation error in parseEnum (#15343)
Yuriy Glukhov
2020-09-16
1
-2
/
+1
*
fix #15257, `toHex` couldn't handle large uint64 (#15261) [backport:1.2]
Miran
2020-09-04
1
-12
/
+31
*
Fix #11352 strutil.insertSep() fails on negative numbers (#15087)
Bung
2020-07-28
1
-6
/
+17
*
Clean out strutils (#14859)
Juan Carlos
2020-07-01
1
-5
/
+0
*
init checks and 'out' parameters (#14521)
Andreas Rumpf
2020-06-23
1
-5
/
+17
*
Remove the uses of {.procvar.} pragma (#14359)
Kaushal Modi
2020-05-15
1
-24
/
+24
*
=> supports pragmas & names (+ changed behavior) (#14200)
hlaaftana
2020-05-03
1
-1
/
+1
*
fixes #14054 [backport:1.2] (#14061)
Andreas Rumpf
2020-04-30
1
-5
/
+2
*
base `parseEnum` on a case statement, fixes #14030 (#14046)
Vindaar
2020-04-22
1
-10
/
+83
*
Tiny since cleanup (#13286)
Clyybber
2020-01-28
1
-1
/
+1
*
Rename isNilOrWhitespace to isEmptyOrWhitespace and make it use allCharsInSet...
hlaaftana
2020-01-26
1
-10
/
+13
*
replace some runtime repr in stdlib for gc:arc (#12716)
Andy Davidoff
2019-11-25
1
-1
/
+2
*
Version of trimZeros without temp strings (#12633)
b3liever
2019-11-11
1
-13
/
+11
*
remove deprecated procs (#12535)
Andreas Rumpf
2019-11-05
1
-278
/
+0
*
fix #8242, fix #12586: fix 'formatFloat' with 'precision = 0' (#12592)
Miran
2019-11-05
1
-14
/
+6
*
introduce csize_t instead of fixing csize (#12497)
Arne Döring
2019-10-31
1
-2
/
+2
[next]