summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* --errorMax:0 means: unlimitedTimothee Cour2018-12-092-4/+8
|
* refs #9906; --errorMax:10 allows stopping after 10 errorsTimothee Cour2018-12-092-0/+6
|
* Merge pull request #9911 from nc-x/fixes-#9627Andreas Rumpf2018-12-094-7/+32
|\ | | | | `include` now accepts collective arguments
| * Fix compilation of test on linux and macNeelesh Chandola2018-12-093-1/+1
| |
| * Add final newlinesNeelesh Chandola2018-12-093-3/+3
| |
| * add testsNeelesh Chandola2018-12-093-0/+9
| |
| * `include` now accepts collective argumentsNeelesh Chandola2018-12-091-7/+23
| |
* | Merge pull request #9890 from nim-lang/remove-asynccommonAndreas Rumpf2018-12-092-213/+211
|\ \ | | | | | | Merge async common into asyncdispatch.
| * | Merge async common into asyncdispatch.Dominik Picheta2018-12-072-213/+211
| | |
* | | Merge pull request #9902 from arnetheduck/daily-cleanAndreas Rumpf2018-12-092-24/+0
|\ \ \ | | | | | | | | daily cruft removal
| * | | daily cruft removalJacek Sieka2018-12-082-24/+0
| | | |
* | | | Merge pull request #9912 from nim-lang/araq-fixes-nested-gensymAndreas Rumpf2018-12-099-23/+82
|\ \ \ \ | | | | | | | | | | fixes nested gensym'ed parameters; fixes #9476
| * | | | fixes nested gensym'ed parameters; fixes #9476Araq2018-12-089-23/+82
| | | | |
* | | | | Merge pull request #9898 from cooldome/enum_notusedAndreas Rumpf2018-12-092-1/+7
|\ \ \ \ \ | |_|_|_|/ |/| | | | Enum fields get hintXDeclaredButNotUsed hint even marked with used pragma
| * | | | change approachAndrii Riabushenko2018-12-091-2/+1
| | | | |
| * | | | add comment, fixes #9896Andrii Riabushenko2018-12-081-0/+1
| | | | |
| * | | | Fix hintXDeclaredButNotUsed for enum fields marked as usedAndrii Riabushenko2018-12-082-1/+7
| | |/ / | |/| |
* | | | fixes #9889, fixes #9886Araq2018-12-081-1/+1
| | | |
* | | | fix #9872: setLen now works properly at CT [backport]Timothee Cour2018-12-082-16/+32
| | | |
* | | | Merge pull request #9895 from GULPF/unpack-defectAndreas Rumpf2018-12-082-19/+17
|\ \ \ \ | |/ / / |/| | | Make options.UnpackError inherit from system.Defect
| * | | Make options.UnpackError inherit from system.DefectOscar Nihlgård2018-12-082-19/+17
|/ / /
* | | Merge pull request #9803 from GULPF/walkdirrec-relativeAndreas Rumpf2018-12-062-7/+31
|\ \ \ | | | | | | | | Add `relative` parameter to walkDirRec
| * | | Add `relative` parameter to walkDirRecOscar Nihlgård2018-11-262-7/+31
| | | |
* | | | Merge pull request #9873 from arnetheduck/uints-are-consts [bac,öAndreas Rumpf2018-12-061-2/+1
|\ \ \ \ | |_|/ / |/| | | allow uints to appear in deep constant expressions
| * | | allow uints to appear in deep constant expressionsJacek Sieka2018-12-051-2/+1
| | | |
* | | | fixes #9441Araq2018-12-062-2/+62
|/ / /
* | | Merge pull request #9869 from nim-lang/timotheecour-patch-3Dominik Picheta2018-12-051-2/+2
|\ \ \ | | | | | | | | Update parseutils.nim
| * | | Update parseutils.nimTimothee Cour2018-12-051-2/+2
|/ / /
* | | fixes #9614 [backport]Araq2018-12-051-1/+1
| | |
* | | fixes #9868Araq2018-12-053-1/+23
| | |
* | | lambdalifting: be consistent in its handling for 'func'Araq2018-12-051-9/+7
| | |
* | | fixes #9864 [backport]Araq2018-12-052-5/+51
| | |
* | | hotfix: discriminants can be of size 8 bytes [backport]Araq2018-12-052-0/+2
| | |
* | | Merge pull request #9846 from timotheecour/pr_getpidAndreas Rumpf2018-12-053-1/+12
|\ \ \ | | | | | | | | add os.getCurrentProcessId()
| * | | address commentsTimothee Cour2018-12-043-3/+3
| | | |
| * | | fixupTimothee Cour2018-12-041-1/+1
| | | |
| * | | fixupTimothee Cour2018-12-031-0/+1
| | | |
| * | | fixupTimothee Cour2018-12-031-1/+1
| | | |
| * | | address commentsTimothee Cour2018-12-032-12/+11
| | | |
| * | | fixupTimothee Cour2018-12-031-1/+1
| | | |
| * | | fixupTimothee Cour2018-12-031-1/+2
| | | |
| * | | add osproc.processID()Timothee Cour2018-12-031-0/+10
| | | |
* | | | Merge pull request #9862 from zevv/posix-cmsgAndreas Rumpf2018-12-051-0/+6
|\ \ \ \ | | | | | | | | | | Added CMSG_SPACE and CMSG_LEN macros to posix.nim
| * | | | Added CMSG_SPACE and CMSG_LEN macros to posix.nimIco Doornekamp2018-12-041-0/+6
| | | | |
* | | | | IC: much faster cachingAraq2018-12-041-4/+8
| | | | |
* | | | | times.nim: Minor formatting change in the example codeAraq2018-12-041-1/+1
| | | | |
* | | | | Don't use deprecated fmod in VM (#9837)Andreas Rumpf2018-12-042-2/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Don't use deprecated fmod in VM * Update changelog
| * | | | | Update changelogdata-man2018-12-041-0/+1
| | | | | |
| * | | | | Don't use deprecated fmod in VMdata-man2018-12-011-2/+1
| | | | | |
* | | | | | fix #9832 (fixup) (#9859)Timothee Cour2018-12-042-2/+3
| | | | | |