| Commit message (Expand) | Author | Age | Files | Lines |
* | fix #14576 addr of param (including for lent) now works with nim js (#14577) | Timothee Cour | 2020-06-06 | 2 | -2/+10 |
* | reorder.nim: fixes the indentation | Araq | 2020-06-06 | 1 | -41/+40 |
* | Fix #14570 (#14571) | Danil Yarantsev | 2020-06-06 | 1 | -1/+1 |
* | refs #14545 fix snippet errors: avoid showing confusing errors when they are ... | Timothee Cour | 2020-06-05 | 1 | -3/+4 |
* | fixes #14562 | Araq | 2020-06-05 | 1 | -1/+4 |
* | bug fixes with sfMainModule, hints, mainPackageNotes, mainPackageId, hintSucc... | Timothee Cour | 2020-06-04 | 7 | -24/+69 |
* | [cleanup] docgen: remove docOutdir now that outDir is always set (#14554) | Timothee Cour | 2020-06-03 | 1 | -17/+7 |
* | * honor --errorMax even for tools (eg drnim, nim doc) (#14546) | Timothee Cour | 2020-06-02 | 5 | -7/+15 |
* | Implement rendering of `[]=`, `{}`, `{}=` braces (#14539) | cooldome | 2020-06-01 | 1 | -16/+54 |
* | walkDirRecFilter, update doc CI filter, compiler/index.nim for docs + variou... | Timothee Cour | 2020-06-01 | 2 | -11/+28 |
* | parser.nim: minor refactorings (#14540) | Andreas Rumpf | 2020-06-01 | 1 | -9/+6 |
* | Change severity of template instantiation message [backport] (#14526) | Danil Yarantsev | 2020-06-01 | 1 | -1/+1 |
* | runnableExamples: correctly handle multiline string litterals (#14492) | Timothee Cour | 2020-06-01 | 1 | -5/+78 |
* | fixes --warningAsError implementation (#14538) | Andreas Rumpf | 2020-06-01 | 1 | -1/+5 |
* | Fix `compiles` for nimsuggest [backport] (#14527) | Danil Yarantsev | 2020-06-01 | 1 | -0/+7 |
* | Fix a problem with extra build commands. (#14528) | Khronos | 2020-06-01 | 1 | -11/+11 |
* | fixes #14514 [backport:1.2] (#14533) | Andreas Rumpf | 2020-06-01 | 1 | -1/+3 |
* | warn about observerable stores but don't prevent them for 1.2.2 [backport:1.2... | Andreas Rumpf | 2020-05-30 | 2 | -4/+9 |
* | fixes #14498 [backport:1.2] (#14503) | Andreas Rumpf | 2020-05-30 | 2 | -4/+10 |
* | fixes #14495 [backport:1.2] (#14496) | Andreas Rumpf | 2020-05-29 | 1 | -4/+4 |
* | fix #14421 items uses lent T (#14447) | Timothee Cour | 2020-05-29 | 2 | -1/+3 |
* | hotfix doc comments for procs without body (#14494) | Timothee Cour | 2020-05-29 | 1 | -0/+1 |
* | more checking for --gc:arc, no need for valgrind (#14467) | Andreas Rumpf | 2020-05-29 | 4 | -3/+13 |
* | disallow typedesc in arrays & move existing checks to `types.typeAllowedAux` ... | Neelesh Chandola | 2020-05-29 | 3 | -40/+49 |
* | fix #14485 (#14487) | Timothee Cour | 2020-05-28 | 1 | -3/+2 |
* | fix #8871 runnableExamples now preserves source code comments, litterals, and... | Timothee Cour | 2020-05-28 | 4 | -57/+205 |
* | make it easier to figure out how to debug issues (#14477) | Timothee Cour | 2020-05-28 | 3 | -8/+20 |
* | Propagate the outDir to rstgen to fix hrefs for modules in subdirs (#14479) | Kaushal Modi | 2020-05-28 | 1 | -2/+1 |
* | Add thiscall calling convention, mostly for hooking purpose (#14466) | Huy Doan | 2020-05-27 | 3 | -4/+5 |
* | typo | Andreas Rumpf | 2020-05-26 | 1 | -1/+1 |
* | docgen: mangling using _. instead of @@ to avoid issue (#14454) | Timothee Cour | 2020-05-26 | 1 | -0/+3 |
* | docgen: fix #14448 show @@ as .. in href text (#14451) | Timothee Cour | 2020-05-25 | 1 | -3/+3 |
* | fix #9227 procs can now have multiple interleaved doc comments + runnableExam... | Timothee Cour | 2020-05-25 | 1 | -7/+41 |
* | fix #6583, fix #14376, index+search now generated for all projects, many bug ... | Timothee Cour | 2020-05-25 | 6 | -107/+139 |
* | avoid unsafe Nim features in preparation for --gc:arc (#14431) | Andreas Rumpf | 2020-05-22 | 2 | -16/+17 |
* | no more code duplication bw liMessage and rawMessage + several bug fixes (#14... | Timothee Cour | 2020-05-22 | 6 | -153/+92 |
* | [cleanup] fix UnusedImport sempass2 compiler/semparallel.nim (#14426) | Timothee Cour | 2020-05-21 | 1 | -1/+1 |
* | change the [Processing] messages into dots (#14418) | Andreas Rumpf | 2020-05-21 | 4 | -8/+37 |
* | fix comment from https://github.com/nim-lang/Nim/commit/e909486e5cde5a4a77cd6... | Timothee Cour | 2020-05-20 | 1 | -2/+2 |
* | Remove #PRTEMP leftover comment | Clyybber | 2020-05-20 | 1 | -1/+0 |
* | fix #10731 ; `runnableExamples "-b:cpp --run:off": code` works (#14384) | Timothee Cour | 2020-05-20 | 1 | -31/+57 |
* | fixes #14126 [backport:1.2] (#14390) | Andreas Rumpf | 2020-05-20 | 1 | -5/+24 |
* | specialize genericReset (#14398) | Andreas Rumpf | 2020-05-19 | 3 | -25/+123 |
* | trunner was not actually being tested in non-CTFFI mode; minor testament clea... | Timothee Cour | 2020-05-19 | 2 | -38/+2 |
* | fix #14364 (#14372) [backport:1.2] | Ștefan Talpalaru | 2020-05-18 | 1 | -0/+1 |
* | fix #14174 do not collapse pragma inside runnableExamples (#14385) | Timothee Cour | 2020-05-18 | 2 | -20/+21 |
* | fix #14369 (#14386) | cooldome | 2020-05-18 | 1 | -0/+1 |
* | fix #12293 findNimStdLibCompileTime should not break with nimble install comp... | Timothee Cour | 2020-05-18 | 1 | -2/+5 |
* | fix some issues with --backend (#14363) | Timothee Cour | 2020-05-16 | 6 | -56/+73 |
* | New "ping-pong" DFA (#14322) | Clyybber | 2020-05-15 | 2 | -73/+60 |