| Commit message (Expand) | Author | Age | Files | Lines |
* | fix RST parsing when no indent after enum.item (fix #17249) (#17257) | Andrey Makarov | 2021-03-12 | 1 | -1/+1 |
* | use `-r:off` for runnableExamples that should compile but not run (#17203) | Timothee Cour | 2021-03-01 | 1 | -9/+8 |
* | Change stdlib imports to use std prefix in most examples (#17202) | Danil Yarantsev | 2021-02-28 | 6 | -12/+12 |
* | use single backtick (#17133) | flywind | 2021-02-21 | 1 | -6/+6 |
* | use single backtick (#17115) | flywind | 2021-02-20 | 2 | -153/+153 |
* | use single backtick (#17100) | flywind | 2021-02-18 | 4 | -27/+27 |
* | remove all uses of condsyms symbols defined prior to bootstrap nim 0.20.0 (#1... | Timothee Cour | 2021-02-17 | 1 | -3/+0 |
* | add linenoise.readLineStatus to get status (eg: ctrl-D or ctrl-C) (#16977) | Timothee Cour | 2021-02-09 | 1 | -9/+11 |
* | fix some warnings (#16952) | flywind | 2021-02-08 | 1 | -1/+1 |
* | Deprecate TaintedString (#15423) | Juan Carlos | 2021-01-15 | 1 | -11/+11 |
* | fix #16103 (#16109) [backport:1.0] | flywind | 2020-11-24 | 1 | -5/+21 |
* | fixes #16080 (#16091) [backport:1.2] | RokkuCode | 2020-11-23 | 1 | -1/+1 |
* | fixes db_mysql broken quoting; refs https://github.com/nim-lang/Nim/commit/c1... | Andreas Rumpf | 2020-11-18 | 1 | -1/+0 |
* | Handle BLOB column type in SQLite as binary data (#15681) | Regis Caillaud | 2020-11-02 | 1 | -15/+78 |
* | fixes #15560 (#15587) | Andreas Rumpf | 2020-10-15 | 1 | -2/+1 |
* | various documentation fixes [backport] (#15422) | Miran | 2020-09-29 | 1 | -4/+4 |
* | odbc regression from #14357 (#15417) | shirleyquirk | 2020-09-29 | 1 | -1/+1 |
* | .noalias annotation; frontend support (#15419) | Andreas Rumpf | 2020-09-28 | 1 | -1/+1 |
* | Fix #15219 SQL escape in db_mysql is not enough (#15234) | Bung | 2020-09-04 | 1 | -3/+17 |
* | fixes #15221 (#15230) | Andreas Rumpf | 2020-08-27 | 1 | -1/+1 |
* | better strict funcs, WIP (#15199) | Andreas Rumpf | 2020-08-18 | 1 | -2/+4 |
* | db_postgres document how to use it with unix socket (#15187) | Juan Carlos | 2020-08-17 | 1 | -2/+22 |
* | fix sqlgetdata regression in odbc (#15161) | cooldome | 2020-08-07 | 1 | -12/+8 |
* | An optimizer for ARC (#14962) | Andreas Rumpf | 2020-07-15 | 1 | -5/+5 |
* | Fix style inconsistencies due to the previous commit | narimiran | 2020-07-06 | 1 | -1/+1 |
* | revert 0944b0f4 | narimiran | 2020-07-06 | 1 | -1/+1 |
* | Add jsre (#14870) | Juan Carlos | 2020-07-03 | 2 | -2/+2 |
* | Remove deprecated stuff from stdlib (#14699) | Miran | 2020-06-17 | 1 | -7/+0 |
* | close #14284 document semantics for start for re,nre; improve examples (#14483) | Timothee Cour | 2020-05-28 | 2 | -196/+67 |
* | add bindParams to db_sqlite (#14408) | Bung | 2020-05-26 | 1 | -41/+159 |
* | add insert,tryInsert unify for postgres that need pk name (#14416) | Bung | 2020-05-22 | 4 | -0/+67 |
* | add SqlPrepared api fix #13559 (#14365) | Bung | 2020-05-16 | 1 | -0/+101 |
* | fix #9771 (#14357) | Bung | 2020-05-15 | 1 | -5/+5 |
* | Fail quickly if re or nre module is attempted to be compiled with js [backpor... | Kaushal Modi | 2020-05-14 | 2 | -1/+6 |
* | Error -> Defect for defects (#13908) | Jacek Sieka | 2020-04-28 | 1 | -4/+4 |
* | change some Exceptions to CatchableError or Defect, fixes #10288 (#14069) | hlaaftana | 2020-04-22 | 1 | -1/+1 |
* | fix #7241 (#13779) | itsumura-h | 2020-04-03 | 1 | -0/+5 |
* | Deprecate DCE:on (#13839) | Juan Carlos | 2020-04-02 | 2 | -3/+0 |
* | Add Documentation (#13811) | Juan Carlos | 2020-03-31 | 1 | -2/+8 |
* | Remove 2 old deprecated files (#13702) | Juan Carlos | 2020-03-20 | 2 | -20/+0 |
* | fixes #13654 | Andreas Rumpf | 2020-03-16 | 1 | -1/+1 |
* | fix #13218: avoid some irrelevant warnings for nim doc,rst2html,--app:lib, + ... | Timothee Cour | 2020-03-13 | 1 | -1/+1 |
* | make nre compile with --gc:arc | Araq | 2020-01-26 | 1 | -66/+54 |
* | added note to re constructor regarding performance (#13224) | whiterock | 2020-01-22 | 1 | -1/+5 |
* | Check pqntuples > 0 in getValue. Fixes #12973 (#12974) | Chris Heller | 2019-12-29 | 1 | -4/+12 |
* | ported re.nim to ARC | Araq | 2019-12-24 | 1 | -1/+10 |
* | [backport] Fix style issues in lib/, tools/, and testament/. Fixes #12687. (#... | 3n-k1 | 2019-11-28 | 1 | -1/+1 |
* | remove deprecated procs (#12535) | Andreas Rumpf | 2019-11-05 | 1 | -2/+4 |
* | fix several typos in documentation and comments (#12553) | Nindaleth | 2019-10-30 | 1 | -1/+1 |
* | Documentation improvements around the db interface (#12362) | Ray Imber | 2019-10-08 | 1 | -0/+12 |