| Commit message (Expand) | Author | Age | Files | Lines |
* | hashes for refs should be an opt-in feature (#18098) | Miran | 2021-05-30 | 1 | -1/+1 |
* | close #16569: deprecated `reversed(a, start, last)` overload, use toOpenArray... | Timothee Cour | 2021-05-30 | 1 | -30/+11 |
* | Move async example to asynchronous version of proc (#18078) | xioren | 2021-05-24 | 1 | -7/+14 |
* | close #18009 parseJson JInt vs JFloat; preserve -0.0 as JFloat to distinguish... | Timothee Cour | 2021-05-23 | 1 | -1/+1 |
* | docs: make inline markup more compatible with Markdown (#18053) | Andrey Makarov | 2021-05-21 | 3 | -50/+99 |
* | asyncdispatch+stackTraceOverride: fix premature collection (#18039) [backport... | Ștefan Talpalaru | 2021-05-19 | 2 | -15/+33 |
* | make strformat part of the prelude (#18046) | Andreas Rumpf | 2021-05-19 | 1 | -1/+1 |
* | ARC: fixes memory leaks with newSeq used in a loop [backport:1.4] (#18040) | Andreas Rumpf | 2021-05-18 | 1 | -0/+4 |
* | jsonutils: add customization for toJson via `ToJsonOptions`; generalize symbo... | Timothee Cour | 2021-05-18 | 2 | -13/+95 |
* | add sink and lent annotations for xmltree and streams (#18037) | Antonis Geralis | 2021-05-18 | 2 | -16/+16 |
* | Add `checked` to dom (#18033) | Joey | 2021-05-17 | 1 | -0/+3 |
* | follow-up #17930 - inline syntax highlighting (#18013) | Andrey Makarov | 2021-05-16 | 1 | -11/+14 |
* | fix #18007: std/json now serializes nan,inf,-inf as strings instead of invali... | Timothee Cour | 2021-05-16 | 2 | -50/+74 |
* | Revert "[std/re]fix terrible and strange interface" (#18027) | flywind | 2021-05-16 | 1 | -6/+6 |
* | [std/re]fix terrible and strange interface | flywind | 2021-05-16 | 1 | -6/+6 |
* | Escape `%00` / `\0` in `dbQuote` (#18015) [backport:1.4] | Thomas T. Jarløv | 2021-05-15 | 1 | -1/+3 |
* | RST opt.list to have priority over def.list (#17845) | Andrey Makarov | 2021-05-15 | 1 | -2/+2 |
* | Revert "fix #14873 properly by skipping `abi` field in importc type (#17944)"... | Andreas Rumpf | 2021-05-15 | 2 | -0/+13 |
* | refs #18011 disable some newly failing tests on cpp windows; refs #17946 incr... | Timothee Cour | 2021-05-14 | 1 | -4/+4 |
* | `doc2tex`: generate docs to Latex (#17997) | Andrey Makarov | 2021-05-14 | 2 | -30/+33 |
* | ORC: progress (#18000) | Andreas Rumpf | 2021-05-12 | 3 | -10/+24 |
* | jsonutils: handle holey enum as regular enum, via ord (#17995) | Timothee Cour | 2021-05-11 | 1 | -0/+3 |
* | jsonutils: support set (#17994) | Timothee Cour | 2021-05-11 | 1 | -1/+5 |
* | improve std/tempfiles (#17920) | Timothee Cour | 2021-05-11 | 2 | -23/+52 |
* | fix #17467 1st call to rand is now non-skewed; allow seed == 0 (#17468) | Timothee Cour | 2021-05-11 | 1 | -57/+36 |
* | Revert "Fix parseUri to sanitize urls containing ASCII newline or tab (#17967... | Andreas Rumpf | 2021-05-09 | 1 | -29/+3 |
* | Fix parseUri to sanitize urls containing ASCII newline or tab (#17967) | Beshr Kayali | 2021-05-09 | 1 | -3/+29 |
* | merge `initUri()` overloads, improve uri examples (#17970) | Timothee Cour | 2021-05-08 | 1 | -30/+11 |
* | ORC: cursor inference bugfix (#17973) | Andreas Rumpf | 2021-05-08 | 1 | -2/+2 |
* | fix #17941: UnusedImport works for var/let/const/type invoked inside a generi... | Timothee Cour | 2021-05-08 | 3 | -4/+3 |
* | fix #14873 properly by skipping `abi` field in importc type (#17944) | Timothee Cour | 2021-05-07 | 2 | -13/+0 |
* | remove unsused OsPlatform.nimVM (#17953) | Timothee Cour | 2021-05-07 | 1 | -2/+1 |
* | Export sslHandle in `net` and `asyncnet`. (#17573) | Ardek Romak | 2021-05-06 | 2 | -0/+10 |
* | Fix C++ compilation error in excpt.nim (#17951) | Danil Yarantsev | 2021-05-06 | 1 | -1/+1 |
* | minor cleanups (#17948) | Andreas Rumpf | 2021-05-06 | 1 | -1/+1 |
* | follow-up #17837: add `Console` for interactive sessions (#17930) | Andrey Makarov | 2021-05-06 | 2 | -14/+33 |
* | Add copyWithin for JavaScript (#17937) | Juan Carlos | 2021-05-05 | 1 | -0/+13 |
* | parsecsv fix style (#17933) | Juan Carlos | 2021-05-04 | 1 | -67/+64 |
* | highlite: fix #17890 - tokenize Nim escape seq-s (#17919) | Andrey Makarov | 2021-05-03 | 1 | -19/+33 |
* | typo: nonexistant => nonexistent (#17918) | Timothee Cour | 2021-05-02 | 2 | -2/+2 |
* | fix #17911 rawProc for cpp (#17912) | Timothee Cour | 2021-05-01 | 2 | -10/+21 |
* | system.nim cleanup some exported constants which should never have be… (#17... | Andreas Rumpf | 2021-05-01 | 7 | -24/+28 |
* | WIP: Added missing functions to jsre module (#17881) | Yanis Zafirópulos | 2021-05-01 | 1 | -0/+30 |
* | [std/base64] uses runnableExamples (#17882) | flywind | 2021-05-01 | 1 | -32/+30 |
* | misc fixes: remove `forceConst` (obsolete by static), add more runnableExampl... | Timothee Cour | 2021-05-01 | 2 | -45/+41 |
* | Fix nim-lang/nimforum#285 - punctuation after URL (#17908) | Andrey Makarov | 2021-05-01 | 1 | -11/+17 |
* | Document the difference between toFloat/toInt and type conversion (#17894) | Gabriel Huber | 2021-04-30 | 1 | -2/+3 |
* | fix #17905: hash(closure) was not being tested (#17906) | Timothee Cour | 2021-04-30 | 1 | -12/+20 |
* | close #16646; `since` now works with bootstrap nim post csources_v1 (#17895) | Timothee Cour | 2021-04-30 | 1 | -3/+2 |
* | gitutils: add diffStrings, diffFiles, and use it in testament to compare expe... | Timothee Cour | 2021-04-30 | 3 | -45/+88 |