summary refs log tree commit diff stats
path: root/lib/pure/strformat.nim
Commit message (Expand)AuthorAgeFilesLines
* strformat: detect format string errors at compile-time (#23356)Jacek Sieka2024-03-031-39/+97
* remove unreachable code (#23244)ringabout2024-01-221-1/+0
* 'j' format specifier docs (#22928)Angel Ezquerra2023-11-171-0/+6
* complete std prefixes for stdlib (#22887)ringabout2023-10-301-2/+2
* Markdown code blocks migration part 8 (#22478)Andrey Makarov2023-08-151-3/+6
* replace `doAssert false` with `raiseAssert` in lib, which works better with s...ringabout2023-08-111-1/+1
* line info for strformat + fix issue with typed templates (#21761)metagn2023-05-021-8/+22
* Markdown indented code blocks (#20473)Andrey Makarov2022-10-051-4/+4
* Implement Markdown definition lists (+ migration) (#20333)Andrey Makarov2022-09-111-3/+3
* string is missing formatting when calling fmt (#19780)Alfred Morgan2022-05-101-2/+2
* move assertions out of system (#19599)flywind2022-03-231-0/+4
* Fix #19107 (#19286) [backport]Tomohiro2021-12-251-2/+10
* various small documentation improvements (#18602)Miran2021-07-281-23/+23
* strformat.fmt now supports non-literal const strings (#18274)Timothee Cour2021-06-181-25/+38
* CIs: attempt to use csources_v1 (#16282)Andreas Rumpf2021-04-211-2/+2
* followup strformat PR. backslash escapes, tests, docs (#17700)shirleyquirk2021-04-121-4/+29
* [feature] add arbitrary code execution to strformat (#17694)shirleyquirk2021-04-111-9/+28
* Improve the strformat module (#17106)konsumlamm2021-02-201-180/+159
* use typeof instead type (#16962)flywind2021-02-081-3/+3
* move tests to testament (#16101)flywind2020-11-241-142/+0
* add docs and more tests for debug format strings (#14861)flywind2020-07-081-1/+46
* add debug fmt string like python's (#14808)flywind2020-06-301-2/+12
* fixes #14054 [backport:1.2] (#14061)Andreas Rumpf2020-04-301-2/+2
* fix #13218: avoid some irrelevant warnings for nim doc,rst2html,--app:lib, + ...Timothee Cour2020-03-131-2/+0
* fixes a critical times.nim bug reported on IRC [backport] (#13216)Andreas Rumpf2020-01-211-0/+3
* fix #8242, fix #12586: fix 'formatFloat' with 'precision = 0' (#12592)Miran2019-11-051-3/+2
* [feature]strformat: add 2 'fmt' macros that use specified characters instead ...Tomohiro2019-10-281-14/+25
* [backport] run nimpretty on string stuffnarimiran2019-09-301-16/+21
* Fix spellings (#12277) [backport]Federico Ceratto2019-09-271-2/+2
* typoAndreas Rumpf2019-09-101-1/+1
* fixes #11723Araq2019-07-151-2/+2
* styleCheck: make the compiler and large parts of the stdlib compatible with -...Araq2019-07-101-1/+1
* fixes #1192Araq2019-04-231-0/+7
* fixes #11089Araq2019-04-231-1/+7
* strformat: minor style changesAraq2019-04-231-4/+4
* fixes another regression; the behaviour of 'array' formatting was changedAraq2019-04-151-8/+0
* fixes #11012Araq2019-04-151-28/+10
* add strformat limitations section (#10982)Arne Döring2019-04-091-0/+59
* make strformat work as NimScript againAraq2019-04-061-2/+5
* Strformat symbol binding (#10927)Arne Döring2019-04-051-135/+102
* Initial version of the hot-code reloading support for native targets (#10729)zah2019-02-261-1/+5
* New implementations of times.parse & times.format (#8094)Oscar Nihlgård2018-07-091-2/+2
* Fixes #8100 (#8101)Oscar Nihlgård2018-06-291-1/+6
* Fix strformat neg zero (#7954)skilchen2018-06-051-1/+6
* Fix strformat precision handling for strings (#7941)skilchen2018-06-041-0/+4
* fix strformat zeropadding for floats (#7934)skilchen2018-06-011-2/+20
* fixes #7749Araq2018-05-021-1/+1
* rename SomeReal to SomeFloat (#7617)Arne Döring2018-04-151-4/+4
* Improves documentation for strformat module.Dominik Picheta2018-03-011-149/+192
* fixes #7078Araq2018-01-141-111/+111