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
*
strutils: document `parseEnum` [ci skip]
narimiran
2019-02-25
1
-0
/
+23
*
fixes a critical strutils bug [backport]
Araq
2019-02-19
1
-1
/
+1
*
fixes #6832
Araq
2019-02-19
1
-5
/
+2
*
documentation: remove author field [ci skip]
narimiran
2019-01-17
1
-2
/
+0
*
better docs: strutils
narimiran
2019-01-16
1
-768
/
+1265
*
strutils: minor code cleanup
Araq
2018-12-19
1
-1
/
+0
*
removes deprecated T/P types
Araq
2018-11-16
1
-2
/
+0
*
better implementation for wrapWords
Araq
2018-11-08
1
-1
/
+2
*
stripLineEnd aka chomp (#9623)
Timothee Cour
2018-11-05
1
-0
/
+1
*
Add 'dedent' to documentation index (#9615)
Federico Ceratto
2018-11-04
1
-0
/
+1
*
changelog entry
Arne Döring
2018-10-31
1
-1
/
+1
*
fix typo
Arne Döring
2018-10-31
1
-1
/
+1
*
fixes #9557
Arne Döring
2018-10-30
1
-32
/
+34
*
Fixes #9525 (#9526)
Neelesh Chandola
2018-10-28
1
-1
/
+1
*
Some documentation added to strutils (#9379)
eqperes
2018-10-16
1
-2
/
+102
*
math.round is not needed in strutils (#9383)
skilchen
2018-10-16
1
-5
/
+4
*
Add strip() example (#8002)
Federico Ceratto
2018-10-14
1
-0
/
+2
*
struils: don't use the deprecated accumulateResult
Andreas Rumpf
2018-10-14
1
-8
/
+12
*
added new editdistance stdlib module, deprecated strutils.editDistance, refs ...
Andreas Rumpf
2018-10-14
1
-1
/
+4
*
strutils/unicode: deprecate isLower and friends operating on complete strings...
Andreas Rumpf
2018-10-14
1
-45
/
+12
*
add strutils.stripLineEnd (#9346)
Timothee Cour
2018-10-13
1
-0
/
+23
*
Proposed solution for issue #8919 (#9280)
eqperes
2018-10-12
1
-0
/
+2
*
fixes #8911
Andreas Rumpf
2018-09-16
1
-7
/
+7
*
Fix too broad generic match for toHex (#8889)
LemonBoy
2018-09-05
1
-1
/
+1
*
strutils: don't deprecate escape/unescape, too much code uses it
Araq
2018-08-31
1
-6
/
+2
*
Merge branch 'devel' into araq-misc
Araq
2018-08-13
1
-11
/
+20
|
\
|
*
Fixed 7478: splitLines keepEol option (#8621)
Iván Montes
2018-08-13
1
-12
/
+21
*
|
fixes more nil string bugs
Araq
2018-08-08
1
-4
/
+6
*
|
strutils: minor code cleanup
Araq
2018-08-08
1
-4
/
+1
|
/
*
Testament should run tests with no action (#8232)
genotrance
2018-07-08
1
-3
/
+6
*
Workaround VM bug in strutils
Dominik Picheta
2018-06-17
1
-2
/
+3
*
Exports unicode.toUpper/toLower in strutils module.
Dominik Picheta
2018-06-17
1
-0
/
+3
*
Add parse bin int, fixes #8018 (#8020)
Vindaar
2018-06-13
1
-39
/
+31
*
Make isUpper (and variants) work for strings with non-alpha chars
Kaushal Modi
2018-06-08
1
-19
/
+62
*
fix handling of default precision in formatBiggestFloat for the js backend (#...
skilchen
2018-06-01
1
-0
/
+7
*
bugfix: strutils.find was broken for strings with uneven number of chars
Zahary Karadjov
2018-05-07
1
-248
/
+284
*
make more tests green
Andreas Rumpf
2018-04-30
1
-1
/
+1
*
strutils: code cleanups and do not rely on the terminating binary zero anymore
Andreas Rumpf
2018-04-28
1
-289
/
+94
*
Don't escape multibyte characters (#7570)
Oscar Nihlgård
2018-04-23
1
-3
/
+14
*
remove dead code elimination option (#7669)
Jacek Sieka
2018-04-23
1
-1
/
+1
*
fixes #7507
Araq
2018-04-19
1
-3
/
+11
*
move eqIdent to vm.nim (#7585)
Arne Döring
2018-04-15
1
-5
/
+6
*
fixes #6205
Andreas Rumpf
2018-04-14
1
-19
/
+19
*
FIXUP: Removed +1 causing substr slicing to skip chars on first iteration of ...
ryanc-signiq
2018-03-08
1
-1
/
+6
*
strutils.strip: improve the documentation; fixes #7159
Andreas Rumpf
2018-03-05
1
-1
/
+3
*
fixes #7293
Andreas Rumpf
2018-03-05
1
-3
/
+3
*
Merge pull request #6517 from FedericoCeratto/hexstr
Dominik Picheta
2018-01-26
1
-0
/
+50
|
\
|
*
Add string-to-hex and back conversions
Federico Ceratto
2017-11-27
1
-0
/
+50
*
|
Improved collection-to-string behavior (#6825)
Fabian Keller
2017-12-14
1
-20
/
+6
*
|
Fixes #4377.
Dominik Picheta
2017-11-28
1
-28
/
+46
[next]