summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* macros.treeRepr + friends: collapse SymChoice (#18072)Timothee Cour2021-06-051-22/+41
* Ref #18177 - lbgc.so.5.0 on OpenBSD 6.9 (#18180)Euan2021-06-041-1/+1
* fix #7295: use move(result) inside template to avoid copy with --gc:refc (#18...Timothee Cour2021-06-041-10/+10
* workaround bug in sharedtables.withValue to unblock frozen CI on OSX (#18172)flywind2021-06-041-0/+4
* simplify extccomp.nim json logic via jsonutils; fix #18084 (#18100)Timothee Cour2021-06-031-1/+17
* Revert "add missing import to asynchttpserver's example" (#18164)flywind2021-06-031-1/+1
* clarify what a 'monotonic' timestamp is (#18163)Andreas Rumpf2021-06-031-3/+2
* add missing import to asynchttpserver's examplenarimiran2021-06-031-1/+1
* Improve db_postgres iterators (#18144)Artem Klevtsov2021-06-031-62/+117
* reuse algorithm.fill while building SkipTable (#18138)n5m2021-06-031-12/+2
* added lib/deps.txtAraq2021-06-031-0/+14
* added float32 schubfach algorithm; wip (#18155)Andreas Rumpf2021-06-033-0/+468
* Ref #17697 improve withValue docs (#18154)flywind2021-06-031-31/+50
* [std/tables] remove unnecessary `do: ` (#18160)flywind2021-06-021-10/+16
* [std/hashcommon]improve docs a bit (#18153)flywind2021-06-021-3/+3
* fix #16993, #18054, #17835 runnableExamples now works with templates and nest...Timothee Cour2021-06-021-29/+18
* use dragonbox algorithm; alternative to #18008 (#18139)Andreas Rumpf2021-06-012-46/+1398
* docs: Latex generation improvements (#18141)Andrey Makarov2021-06-012-62/+96
* close #18129 Add setCurrentException for JS backend (#18145)flywind2021-06-011-0/+3
* [std/re] fix findBounds and find procs (#18028)flywind2021-05-311-2/+2
* jsonutils.toJson now serializes JsonNode as is by default (#18097)Timothee Cour2021-05-311-4/+16
* add `os.getCacheDir` (#18126)Timothee Cour2021-05-311-6/+38
* improve fast returns of find and rfind (#18127)n5m2021-05-311-1/+3
* document macros.unpackVarargs (#18106)Timothee Cour2021-05-311-0/+15
* dont silence hints in system.nim (#18034)Timothee Cour2021-05-301-2/+2
* hashes for refs should be an opt-in feature (#18098)Miran2021-05-301-1/+1
* close #16569: deprecated `reversed(a, start, last)` overload, use toOpenArray...Timothee Cour2021-05-301-30/+11
* Move async example to asynchronous version of proc (#18078)xioren2021-05-241-7/+14
* close #18009 parseJson JInt vs JFloat; preserve -0.0 as JFloat to distinguish...Timothee Cour2021-05-231-1/+1
* docs: make inline markup more compatible with Markdown (#18053)Andrey Makarov2021-05-213-50/+99
* asyncdispatch+stackTraceOverride: fix premature collection (#18039) [backport...Ștefan Talpalaru2021-05-192-15/+33
* make strformat part of the prelude (#18046)Andreas Rumpf2021-05-191-1/+1
* ARC: fixes memory leaks with newSeq used in a loop [backport:1.4] (#18040)Andreas Rumpf2021-05-181-0/+4
* jsonutils: add customization for toJson via `ToJsonOptions`; generalize symbo...Timothee Cour2021-05-182-13/+95
* add sink and lent annotations for xmltree and streams (#18037)Antonis Geralis2021-05-182-16/+16
* Add `checked` to dom (#18033)Joey2021-05-171-0/+3
* follow-up #17930 - inline syntax highlighting (#18013)Andrey Makarov2021-05-161-11/+14
* fix #18007: std/json now serializes nan,inf,-inf as strings instead of invali...Timothee Cour2021-05-162-50/+74
* 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
* RST opt.list to have priority over def.list (#17845)Andrey Makarov2021-05-151-2/+2
* Revert "fix #14873 properly by skipping `abi` field in importc type (#17944)"...Andreas Rumpf2021-05-152-0/+13
* refs #18011 disable some newly failing tests on cpp windows; refs #17946 incr...Timothee Cour2021-05-141-4/+4
* `doc2tex`: generate docs to Latex (#17997)Andrey Makarov2021-05-142-30/+33
* ORC: progress (#18000)Andreas Rumpf2021-05-123-10/+24
* jsonutils: handle holey enum as regular enum, via ord (#17995)Timothee Cour2021-05-111-0/+3
* jsonutils: support set (#17994)Timothee Cour2021-05-111-1/+5
* improve std/tempfiles (#17920)Timothee Cour2021-05-112-23/+52
* fix #17467 1st call to rand is now non-skewed; allow seed == 0 (#17468)Timothee Cour2021-05-111-57/+36