summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* OSX: support for M1 [backport:1.0] (#16279)Andreas Rumpf2020-12-071-1/+1
* use funcs and fix links in strutils (#16277)flywind2020-12-071-14/+8
* fix parseChar see #16240 (#16245)Pietro Peterlongo2020-12-061-3/+14
* nimdoc: Initialize theme switch and pragma dots on DOMContentLoaded (#16247)Sebastian Reinhard2020-12-067-7/+21
* [docs minor]space for code-block (#16266)flywind2020-12-064-13/+9
* fix #16206 (#16207)flywind2020-12-062-18/+141
* [docs minor] remove unicode in docs comments (#16267)flywind2020-12-062-3/+3
* ORC: make the adaptive strategy the default in order to fight memory consumpt...Andreas Rumpf2020-12-053-7/+52
* bring back argparse (#16242)flywind2020-12-051-1/+1
* Retry commands in testament again (#16262)Clyybber2020-12-051-5/+16
* fixes #16249 [backport:1.4] (#16251)Andreas Rumpf2020-12-051-1/+1
* fixes #16214 [backport] (#16252)Andreas Rumpf2020-12-042-8/+8
* RST tables: fix latex col number; allow less than three of `=` (#16040)Andrey Makarov2020-12-045-31/+263
* cleanup docs and tests (#16235)flywind2020-12-032-10/+10
* add collect with infered init, refs #16078 fixes #14332 (#16089)Antonis Geralis2020-12-033-37/+88
* add support for parsing chars in `scanf` macro (#16240)Miran2020-12-034-1/+33
* Add 32-bit RISC-V support (#16231)Alf-André Walla2020-12-034-4/+7
* minor fix to Posix part of walkDir (#16234)Andrey Makarov2020-12-031-13/+19
* fixes #15939, fixes #15464, fixes #16169, fixes #16226 VM now supports `addr(...Timothee Cour2020-12-035-5/+94
* better setops docs (#16236)flywind2020-12-031-70/+62
* Fixes #16219, `hasArgOfName` ignoring argument sets. (#16233)Aditya Siram2020-12-032-4/+13
* merge two parsecfg tests into one (#16237)flywind2020-12-032-76/+77
* styleCheck: Fix error for `sugar` and `std/with` (#16176)ee72020-12-023-3/+3
* move decode_helpers to std/private (#16209)flywind2020-12-023-7/+5
* Fix typo and improve grammar for clamps noteClyybber2020-12-021-1/+1
* small style changes and clarify clamp (#16228)flywind2020-12-021-6/+8
* js module also uses runnableExamples (#16229)flywind2020-12-022-40/+32
* fix #16164, render doc comments (#16230)Miran2020-12-025-2/+19
* [docs minor] better comparisons docs (#16201)flywind2020-12-021-90/+89
* fixed article duplication typos (#16216)ihlec2020-12-029-9/+9
* add test for --eval; fix a minor bug (#16224)Timothee Cour2020-12-012-0/+7
* minor typo (#16225)flywind2020-12-021-1/+1
* Don't add content-length header on GET request when there is no body. (#16196)treeform2020-12-011-1/+1
* ORC: API extensions (#16126)Andreas Rumpf2020-12-011-14/+45
* nimout now consistently uses nimoutCheck (#16189)Timothee Cour2020-12-014-20/+29
* minor improve the docs of parsecfg (#16208)flywind2020-12-011-25/+27
* error instead of echo when testament category is empty; fix realtimeGC (#16162)Timothee Cour2020-12-017-47/+32
* better addInt (#16160)flywind2020-12-012-15/+127
* fix broken => for typed procs with pragmas (#16190)hlaaftana2020-12-012-9/+19
* Revert "fix #16185 (#16195)" (#16197)Andreas Rumpf2020-11-303-125/+60
* fix #16185 (#16195)cooldome2020-11-303-60/+125
* toXXAscii use xor op, saving 30%~50% time (#16193)Bung2020-11-301-2/+2
* small runnableExamples changes (#16181)flywind2020-11-301-30/+28
* disable testing of `argparse` package until it is fixednarimiran2020-11-301-1/+1
* cleanup old codes (#16173)flywind2020-11-301-9/+2
* testament spec: remove errmsg alias of errormsg (#16188)Timothee Cour2020-11-2914-14/+14
* testament: error instead of silently overwrite a spec (#16166)Timothee Cour2020-11-295-27/+51
* experimental/diff: move isMainModule block to tests/stdlib/tdiff.nim (#16172)Timothee Cour2020-11-282-80/+73
* fix #14242 `testament r tests/js/foo` now works; testament now honors --targe...Timothee Cour2020-11-284-30/+34
* make megatest consistent with unjoined tests wrt newlines, honor newlines in ...Timothee Cour2020-11-2833-99/+113