summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "Fix parseUri to sanitize urls containing ASCII newline or tab (#17967...Andreas Rumpf2021-05-091-29/+3
* Fix parseUri to sanitize urls containing ASCII newline or tab (#17967)Beshr Kayali2021-05-091-3/+29
* merge `initUri()` overloads, improve uri examples (#17970)Timothee Cour2021-05-081-30/+11
* ORC: cursor inference bugfix (#17973)Andreas Rumpf2021-05-081-2/+2
* fix #17941: UnusedImport works for var/let/const/type invoked inside a generi...Timothee Cour2021-05-083-4/+3
* fix #14873 properly by skipping `abi` field in importc type (#17944)Timothee Cour2021-05-072-13/+0
* remove unsused OsPlatform.nimVM (#17953)Timothee Cour2021-05-071-2/+1
* Export sslHandle in `net` and `asyncnet`. (#17573)Ardek Romak2021-05-062-0/+10
* Fix C++ compilation error in excpt.nim (#17951)Danil Yarantsev2021-05-061-1/+1
* minor cleanups (#17948)Andreas Rumpf2021-05-061-1/+1
* follow-up #17837: add `Console` for interactive sessions (#17930)Andrey Makarov2021-05-062-14/+33
* Add copyWithin for JavaScript (#17937)Juan Carlos2021-05-051-0/+13
* parsecsv fix style (#17933)Juan Carlos2021-05-041-67/+64
* highlite: fix #17890 - tokenize Nim escape seq-s (#17919)Andrey Makarov2021-05-031-19/+33
* typo: nonexistant => nonexistent (#17918)Timothee Cour2021-05-022-2/+2
* fix #17911 rawProc for cpp (#17912)Timothee Cour2021-05-012-10/+21
* system.nim cleanup some exported constants which should never have be… (#17...Andreas Rumpf2021-05-017-24/+28
* WIP: Added missing functions to jsre module (#17881)Yanis Zafirópulos2021-05-011-0/+30
* [std/base64] uses runnableExamples (#17882)flywind2021-05-011-32/+30
* misc fixes: remove `forceConst` (obsolete by static), add more runnableExampl...Timothee Cour2021-05-012-45/+41
* Fix nim-lang/nimforum#285 - punctuation after URL (#17908)Andrey Makarov2021-05-011-11/+17
* Document the difference between toFloat/toInt and type conversion (#17894)Gabriel Huber2021-04-301-2/+3
* fix #17905: hash(closure) was not being tested (#17906)Timothee Cour2021-04-301-12/+20
* close #16646; `since` now works with bootstrap nim post csources_v1 (#17895)Timothee Cour2021-04-301-3/+2
* gitutils: add diffStrings, diffFiles, and use it in testament to compare expe...Timothee Cour2021-04-303-45/+88
* more strict RST inline markup parsing (#17827)Andrey Makarov2021-04-291-11/+41
* Fix `insert` calling wrong function (#17856)Fröhlich A2021-04-291-1/+1
* fix #17888: remove undefined behavior for posix.open; fix tempfiles.createTem...Timothee Cour2021-04-293-4/+16
* improve cache line size (#17885)flywind2021-04-291-6/+3
* [std/encodings]move to tests (#17866)flywind2021-04-291-72/+0
* Fix documentation of strutils.stripLineEnd (#17883)Michael Krieger2021-04-281-1/+1