| Commit message (Expand) | Author | Age | Files | Lines |
* | 'j' format specifier docs (#22928) | Angel Ezquerra | 2023-11-17 | 1 | -0/+6 |
* | complete std prefixes for stdlib (#22887) | ringabout | 2023-10-30 | 1 | -2/+2 |
* | Markdown code blocks migration part 8 (#22478) | Andrey Makarov | 2023-08-15 | 1 | -3/+6 |
* | replace `doAssert false` with `raiseAssert` in lib, which works better with s... | ringabout | 2023-08-11 | 1 | -1/+1 |
* | line info for strformat + fix issue with typed templates (#21761) | metagn | 2023-05-02 | 1 | -8/+22 |
* | Markdown indented code blocks (#20473) | Andrey Makarov | 2022-10-05 | 1 | -4/+4 |
* | Implement Markdown definition lists (+ migration) (#20333) | Andrey Makarov | 2022-09-11 | 1 | -3/+3 |
* | string is missing formatting when calling fmt (#19780) | Alfred Morgan | 2022-05-10 | 1 | -2/+2 |
* | move assertions out of system (#19599) | flywind | 2022-03-23 | 1 | -0/+4 |
* | Fix #19107 (#19286) [backport] | Tomohiro | 2021-12-25 | 1 | -2/+10 |
* | various small documentation improvements (#18602) | Miran | 2021-07-28 | 1 | -23/+23 |
* | strformat.fmt now supports non-literal const strings (#18274) | Timothee Cour | 2021-06-18 | 1 | -25/+38 |
* | CIs: attempt to use csources_v1 (#16282) | Andreas Rumpf | 2021-04-21 | 1 | -2/+2 |
* | followup strformat PR. backslash escapes, tests, docs (#17700) | shirleyquirk | 2021-04-12 | 1 | -4/+29 |
* | [feature] add arbitrary code execution to strformat (#17694) | shirleyquirk | 2021-04-11 | 1 | -9/+28 |
* | Improve the strformat module (#17106) | konsumlamm | 2021-02-20 | 1 | -180/+159 |
* | use typeof instead type (#16962) | flywind | 2021-02-08 | 1 | -3/+3 |
* | move tests to testament (#16101) | flywind | 2020-11-24 | 1 | -142/+0 |
* | add docs and more tests for debug format strings (#14861) | flywind | 2020-07-08 | 1 | -1/+46 |
* | add debug fmt string like python's (#14808) | flywind | 2020-06-30 | 1 | -2/+12 |
* | fixes #14054 [backport:1.2] (#14061) | Andreas Rumpf | 2020-04-30 | 1 | -2/+2 |
* | fix #13218: avoid some irrelevant warnings for nim doc,rst2html,--app:lib, + ... | Timothee Cour | 2020-03-13 | 1 | -2/+0 |
* | fixes a critical times.nim bug reported on IRC [backport] (#13216) | Andreas Rumpf | 2020-01-21 | 1 | -0/+3 |
* | fix #8242, fix #12586: fix 'formatFloat' with 'precision = 0' (#12592) | Miran | 2019-11-05 | 1 | -3/+2 |
* | [feature]strformat: add 2 'fmt' macros that use specified characters instead ... | Tomohiro | 2019-10-28 | 1 | -14/+25 |
* | [backport] run nimpretty on string stuff | narimiran | 2019-09-30 | 1 | -16/+21 |
* | 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 |