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
/
strformat.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix spellings (#12277) [backport]
Federico Ceratto
2019-09-27
1
-2
/
+2
*
typo
Andreas Rumpf
2019-09-10
1
-1
/
+1
*
fixes #11723
Araq
2019-07-15
1
-2
/
+2
*
styleCheck: make the compiler and large parts of the stdlib compatible with -...
Araq
2019-07-10
1
-1
/
+1
*
fixes #1192
Araq
2019-04-23
1
-0
/
+7
*
fixes #11089
Araq
2019-04-23
1
-1
/
+7
*
strformat: minor style changes
Araq
2019-04-23
1
-4
/
+4
*
fixes another regression; the behaviour of 'array' formatting was changed
Araq
2019-04-15
1
-8
/
+0
*
fixes #11012
Araq
2019-04-15
1
-28
/
+10
*
add strformat limitations section (#10982)
Arne Döring
2019-04-09
1
-0
/
+59
*
make strformat work as NimScript again
Araq
2019-04-06
1
-2
/
+5
*
Strformat symbol binding (#10927)
Arne Döring
2019-04-05
1
-135
/
+102
*
Initial version of the hot-code reloading support for native targets (#10729)
zah
2019-02-26
1
-1
/
+5
*
New implementations of times.parse & times.format (#8094)
Oscar Nihlgård
2018-07-09
1
-2
/
+2
*
Fixes #8100 (#8101)
Oscar Nihlgård
2018-06-29
1
-1
/
+6
*
Fix strformat neg zero (#7954)
skilchen
2018-06-05
1
-1
/
+6
*
Fix strformat precision handling for strings (#7941)
skilchen
2018-06-04
1
-0
/
+4
*
fix strformat zeropadding for floats (#7934)
skilchen
2018-06-01
1
-2
/
+20
*
fixes #7749
Araq
2018-05-02
1
-1
/
+1
*
rename SomeReal to SomeFloat (#7617)
Arne Döring
2018-04-15
1
-4
/
+4
*
Improves documentation for strformat module.
Dominik Picheta
2018-03-01
1
-149
/
+192
*
fixes #7078
Araq
2018-01-14
1
-111
/
+111
*
strformat: fixes new 'fmt' template
Andreas Rumpf
2018-01-13
1
-0
/
+1
*
strformat: introduce 'fmt' as an alias for '%'; ensure overloading resolution...
Araq
2018-01-12
1
-1
/
+18
*
rename strformat.fmt to `%` as it works better with backslash escape sequence...
Araq
2018-01-11
1
-107
/
+107
*
Add additional $ fallback to fmt
Oscar Nihlgård
2018-01-09
1
-1
/
+3
*
make strformat.fmt take the same signature as strfmt.fmt in order to force an...
Andreas Rumpf
2018-01-08
1
-3
/
+2
*
Minor fixes to strformat docs (#6953)
Mathias Stearn
2017-12-21
1
-3
/
+4
*
strformat: fix the documentation examples
Araq
2017-12-17
1
-4
/
+4
*
strformat: default for numbers is right alignment
Araq
2017-12-17
1
-10
/
+13
*
strformat: support 'sign' as Python does
Araq
2017-12-17
1
-25
/
+36
*
strformat: added '^' char for center alignment for Python compat
Araq
2017-12-17
1
-4
/
+18
*
added new stdlib module 'strformat'; refs #5600; refs #6507
Araq
2017-12-17
1
-0
/
+590