| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | added a space | Araq | 2020-06-19 | 1 | -1/+1 |
* | fix #14691 docgen works again for methods (#14701) | Timothee Cour | 2020-06-18 | 1 | -14/+5 |
* | [cleanups] doassert => doAssert; mark deadcode (#14711) | Timothee Cour | 2020-06-17 | 1 | -10/+12 |
* | fix #14179, fix #14142, make CI 1.4x faster (2x faster locally) (#14658) | Timothee Cour | 2020-06-16 | 1 | -6/+4 |
* | `hintMsgOrigin` now works in VM code (#14678) | Timothee Cour | 2020-06-16 | 2 | -13/+11 |
* | misc cleanups in compiler msgs: use toHumanStr, etc (#14677) | Timothee Cour | 2020-06-15 | 4 | -12/+9 |
* | fix codegen bug due to changing existing symbol declaration in template (#14666) | jcosborn | 2020-06-15 | 1 | -1/+1 |
* | compiler/commands: make gitHash settable at compile-time. (#14654) | alaviss | 2020-06-14 | 1 | -1/+1 |
* | reorder.nim: fixed typos | Araq | 2020-06-12 | 1 | -3/+3 |
* | remove tyOpt, mOpt (#14636) | Timothee Cour | 2020-06-12 | 8 | -21/+18 |
* | fix #14545 windows CI docs (#14590) | Timothee Cour | 2020-06-10 | 2 | -3/+72 |
* | fixes #14279 (#14618) | Andreas Rumpf | 2020-06-09 | 1 | -2/+6 |
* | fixes #14578 (#14615) | Andreas Rumpf | 2020-06-09 | 1 | -7/+6 |
* | [OpenBSD] Add arm support (#14608) | lbartoletti | 2020-06-08 | 1 | -1/+1 |
* | fixes #14557 (#14607) | Andreas Rumpf | 2020-06-08 | 1 | -1/+1 |
* | Fix #14568 (#14583) | Clyybber | 2020-06-07 | 1 | -23/+23 |
* | fixes #14315 (#14594) | Andreas Rumpf | 2020-06-07 | 1 | -2/+1 |
* | fixes #14118 (#14595) | Andreas Rumpf | 2020-06-07 | 1 | -1/+4 |
* | implement the 'bind' statement for generics, it was an oversight that this wa... | Andreas Rumpf | 2020-06-07 | 1 | -4/+11 |
* | more precise analysis about 'observable stores' [backport:1.2] (#14582) | Andreas Rumpf | 2020-06-06 | 3 | -4/+15 |
* | 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 |