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
/
tstrformat.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve the strformat module (#17106)
konsumlamm
2021-02-20
1
-512
/
+498
*
use doAssert in tests (#16486)
flywind
2020-12-28
1
-2
/
+2
*
move tests to testament (#16101)
flywind
2020-11-24
1
-1
/
+138
*
add docs and more tests for debug format strings (#14861)
flywind
2020-07-08
1
-3
/
+70
*
add debug fmt string like python's (#14808)
flywind
2020-06-30
1
-0
/
+105
*
[cleanups] doassert => doAssert; mark deadcode (#14711)
Timothee Cour
2020-06-17
1
-2
/
+2
*
fixes #14054 [backport:1.2] (#14061)
Andreas Rumpf
2020-04-30
1
-0
/
+31
*
fixes #12612 [backport] (#12681)
Andreas Rumpf
2019-11-19
1
-0
/
+8
*
[feature]strformat: add 2 'fmt' macros that use specified characters instead ...
Tomohiro
2019-10-28
1
-0
/
+32
*
fixes #11723
Araq
2019-07-15
1
-0
/
+18
*
move test for #7632 above `import strformat` (#11270)
jcosborn
2019-05-20
1
-10
/
+11
*
fixes another regression; the behaviour of 'array' formatting was changed
Araq
2019-04-15
1
-0
/
+8
*
fixes #11012
Araq
2019-04-15
1
-6
/
+18
*
Strformat symbol binding (#10927)
Arne Döring
2019-04-05
1
-2
/
+42
*
Fix strformat neg zero (#7954)
skilchen
2018-06-05
1
-0
/
+8
*
Fix strformat precision handling for strings (#7941)
skilchen
2018-06-04
1
-0
/
+26
*
fix strformat zeropadding for floats (#7934)
skilchen
2018-06-01
1
-1
/
+10
*
fixes #7078
Araq
2018-01-14
1
-2
/
+2
*
rename strformat.fmt to `%` as it works better with backslash escape sequence...
Araq
2018-01-11
1
-2
/
+2
*
Add test case
Oscar Nihlgård
2018-01-09
1
-0
/
+13