summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* system/excpt: check if the exception is not nil before pop (#18247)alaviss2021-06-141-2/+3
* merge BuildMode into SuccessX, remove code duplication w drnim, add useful in...Timothee Cour2021-06-141-0/+1
* Improve httpClient docs on SSL cert verification (#15201)Federico Ceratto2021-06-131-3/+16
* fix #7717 roundtrip float to string; fix `parseFloat` for js (#18248)Timothee Cour2021-06-131-48/+41
* use more meaningful name than "workaround14447" (#18237)Miran2021-06-111-1/+1
* fix #9437(fix `re.replace` wrong behaviour) (#17546)flywind2021-06-101-2/+18
* #18216 make moveDir work across partitions on windows (#18223)Fröhlich A2021-06-101-19/+25
* fixes #18220 (#18227)Andreas Rumpf2021-06-101-1/+1
* avoid re-exporting options from std/wrapnils (#18222)Timothee Cour2021-06-101-1/+1
* fixes #18088 (#18209)Andreas Rumpf2021-06-071-1/+1
* alternative to #18185 (#18206)flywind2021-06-071-1/+4
* change mimedb stroe stringtable to orderedtable (#18065)Bung2021-06-071-3/+4
* fix 18186 with adding importc _umul128 (#18200)slangmgh2021-06-072-1/+3
* up to 20x faster jsonutils deserialization (#18183)Timothee Cour2021-06-051-6/+6
* rst: remove `roSkipPounds` option (#18175)Andrey Makarov2021-06-051-24/+4
* add `dom.scrollIntoView` with options; refs #18093 (#18181)Rainbow Asteroids2021-06-051-0/+6
* 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