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
*
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
*
Fix word wrapping
Jjp137
2019-10-22
1
-5
/
+6
*
Fix many broken links
Jjp137
2019-10-22
1
-25
/
+25
*
Revert "Fixes #12187 (#12321)" (#12447)
Andreas Rumpf
2019-10-18
1
-1
/
+1
*
Fixes #12187 (#12321)
Clyybber
2019-10-08
1
-1
/
+1
*
Fixed sizeOf to sizeof (#12347)
Ridho Pratama
2019-10-03
1
-2
/
+2
*
[backport] run nimpretty on string stuff
narimiran
2019-09-30
1
-90
/
+108
*
Fix spellings (#12277) [backport]
Federico Ceratto
2019-09-27
1
-5
/
+5
*
styleCheck: make the compiler and large parts of the stdlib compatible with -...
Araq
2019-07-10
1
-14
/
+14
*
[bugfix] fix `delete` in strutils and sequtils (#11535)
Miran
2019-06-20
1
-1
/
+4
*
[other] documentation: deprecation comments are now auto-generated
narimiran
2019-06-19
1
-18
/
+0
*
Disambiguate idents now that all 3 rfind's are included in the RTL.
Charles Blake
2019-06-15
1
-3
/
+3
*
Add missing ,int to type signature in doc comment references.
Charles Blake
2019-06-13
1
-3
/
+3
*
Attempt to close https://github.com/nim-lang/Nim/issues/11430
Charles Blake
2019-06-12
1
-16
/
+36
*
fixes #11369 (#11381)
Andreas Rumpf
2019-06-02
1
-10
/
+10
*
Implement generic fromBin|Oct|Hex in strutils (#11107)
Alvydas Vitkauskas
2019-05-23
1
-0
/
+69
*
strutils.nim: fixes the indentation of formatEng
Araq
2019-04-10
1
-5
/
+5
*
Fix dead sequtils link (#10960) [ci skip]
MrZoraman
2019-04-04
1
-1
/
+1
*
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
[next]