summary refs log tree commit diff stats
path: root/lib/impure
Commit message (Expand)AuthorAgeFilesLines
* complete std prefixes for stdlib (#22887)ringabout2023-10-304-8/+8
* fixes #22868; fixes `std/nre` leaks under ARC/ORC (#22872)ringabout2023-10-271-0/+2
* replace `doAssert false` with `raiseAssert` in lib, which works better with s...ringabout2023-08-111-1/+1
* allow destructors to accept non var parameters; deprecate `proc =destroy(x: v...ringabout2023-06-211-4/+10
* re and nre now link to regex and tinyre (#21161)ringabout2022-12-232-3/+9
* remove unused imports (#21126)ringabout2022-12-171-2/+0
* build the documentation of official packages (#20986)ringabout2022-12-064-2534/+0
* Fix several memory leaks in the Postgres wrapper. (#20940)jfilby2022-11-271-11/+18
* fixes ptr to cstring warnings[backport] (#20848)ringabout2022-11-161-6/+6
* fix a few "broken link" warnings (#20837)Andrey Makarov2022-11-141-1/+1
* fixes #20526; use `nimPreviewSlimSystem` for documentation build (#20714)ringabout2022-11-011-0/+3
* removes channels_builtin when enabling `nimPreviewSlimSystem` (#20713)ringabout2022-10-311-0/+3
* Markdown code blocks migration part 7 (#20547)Andrey Makarov2022-10-123-263/+267
* refactor dbFormat (#19746)ringabout2022-09-293-34/+8
* make more standard libraries work with `nimPreviewSlimSystem` (#20343)ringabout2022-09-273-0/+8
* Implement Markdown definition lists (+ migration) (#20333)Andrey Makarov2022-09-111-14/+14
* Implement Pandoc Markdown concise link extension (#20304)Andrey Makarov2022-09-043-7/+7
* Markdown code blocks part 6 (#20292)Andrey Makarov2022-08-311-37/+39
* make implicit cstring conversions explicit (#19488)ee72022-08-194-21/+21
* fixes #20153; do not escape `_` for mysql [backport] (#20164)ringabout2022-08-051-2/+1
* fix typo in nre.nim (#19915)flintforge2022-06-211-2/+1
* Revert "fix db_sqlite.tryInsertID does raise exceptions in 1.6.0 #19743 (#197...Andreas Rumpf2022-04-251-14/+11
* fix db_sqlite.tryInsertID does raise exceptions in 1.6.0 #19743 (#19744)flywind2022-04-241-11/+14
* enable style:usages for stdlib tests [backport: 1.6] (#19715)flywind2022-04-131-10/+10
* db_sqlite: added a spaceAraq2022-03-181-1/+1
* fix not flushing stdout in MSYS (#19590)Hamid Bluri2022-03-071-0/+1
* stylecheck usages part two: stdlib cleanup (#19338)flywind2022-01-081-1/+1
* fix bug #14468 zero-width split (#19248)Carlo Capocasa2021-12-131-4/+7
* libs/impore/re: Add note about the requirement of `matches` to be pre-allocat...Kaushal Modi2021-11-021-0/+34
* fix a sqlite bug (#18669)flywind2021-08-121-11/+4
* [nre]fix #17129 (#18632)flywind2021-08-081-3/+2
* improve runnableExamples and docs for std/nre (#18634)Timothee Cour2021-08-021-68/+49
* fix comment (#18473)sivchari2021-07-111-6/+6
* simplify rdstdin (#18382)Timothee Cour2021-06-281-10/+4
* PCRE, nimgrep: add limit for buffer size (#18280)Andrey Makarov2021-06-171-3/+10
* fix #9437(fix `re.replace` wrong behaviour) (#17546)flywind2021-06-101-2/+18
* Improve db_postgres iterators (#18144)Artem Klevtsov2021-06-031-62/+117
* [std/re] fix findBounds and find procs (#18028)flywind2021-05-311-2/+2
* docs: make inline markup more compatible with Markdown (#18053)Andrey Makarov2021-05-211-1/+1
* Revert "[std/re]fix terrible and strange interface" (#18027)flywind2021-05-161-6/+6
* [std/re]fix terrible and strange interfaceflywind2021-05-161-6/+6
* Escape `%00` / `\0` in `dbQuote` (#18015) [backport:1.4]Thomas T. Jarløv2021-05-151-1/+3
* Fix `insert` calling wrong function (#17856)Fröhlich A2021-04-291-1/+1
* fix RST parsing when no indent after enum.item (fix #17249) (#17257)Andrey Makarov2021-03-121-1/+1
* use `-r:off` for runnableExamples that should compile but not run (#17203)Timothee Cour2021-03-011-9/+8
* Change stdlib imports to use std prefix in most examples (#17202)Danil Yarantsev2021-02-286-12/+12
* use single backtick (#17133)flywind2021-02-211-6/+6
* use single backtick (#17115)flywind2021-02-202-153/+153
* use single backtick (#17100)flywind2021-02-184-27/+27
* remove all uses of condsyms symbols defined prior to bootstrap nim 0.20.0 (#1...Timothee Cour2021-02-171-3/+0