summary refs log tree commit diff stats
path: root/compiler
Commit message (Collapse)AuthorAgeFilesLines
* --errorMax:0 means: unlimitedTimothee Cour2018-12-091-3/+7
|
* refs #9906; --errorMax:10 allows stopping after 10 errorsTimothee Cour2018-12-091-0/+5
|
* Merge pull request #9911 from nc-x/fixes-#9627Andreas Rumpf2018-12-091-7/+23
|\ | | | | `include` now accepts collective arguments
| * `include` now accepts collective argumentsNeelesh Chandola2018-12-091-7/+23
| |
* | 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-098-23/+42
|\ \ \ | | | | | | | | fixes nested gensym'ed parameters; fixes #9476
| * | | fixes nested gensym'ed parameters; fixes #9476Araq2018-12-088-23/+42
| | | |
* | | | Merge pull request #9898 from cooldome/enum_notusedAndreas Rumpf2018-12-091-1/+1
|\ \ \ \ | |_|_|/ |/| | | Enum fields get hintXDeclaredButNotUsed hint even marked with used pragma
| * | | change approachAndrii Riabushenko2018-12-091-2/+1
| | | |
| * | | Fix hintXDeclaredButNotUsed for enum fields marked as usedAndrii Riabushenko2018-12-081-1/+2
| | |/ | |/|
* | | fixes #9889, fixes #9886Araq2018-12-081-1/+1
| | |
* | | fix #9872: setLen now works properly at CT [backport]Timothee Cour2018-12-081-16/+2
|/ /
* | 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-061-2/+20
|/
* fixes #9614 [backport]Araq2018-12-051-1/+1
|
* fixes #9868Araq2018-12-052-1/+19
|
* lambdalifting: be consistent in its handling for 'func'Araq2018-12-051-9/+7
|
* fixes #9864 [backport]Araq2018-12-051-5/+15
|
* IC: much faster cachingAraq2018-12-041-4/+8
|
* Don't use deprecated fmod in VM (#9837)Andreas Rumpf2018-12-041-2/+1
|\ | | | | | | | | | | * Don't use deprecated fmod in VM * Update changelog
| * Don't use deprecated fmod in VMdata-man2018-12-011-2/+1
| |
* | fix #9832 (fixup) (#9859)Timothee Cour2018-12-041-1/+2
| |
* | Fix fat pointers, object copying, magic double evals on JS (#9411) [backport]rec2018-12-041-75/+242
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add a test for issue #9389 * Fixes #9389. * Make object contructors copy objects properly by checking whether the expressions passed to them don't need to be copied. * Make mArrToSeq implementation actually check if a copy needs to be made. * Avoid unnecessary copy in mChr impl * Assume set constructor elements need no copy * Add a test for issue #9410 * Add a test * fix passing fat pointers (#9410) * Enhance tests * More tests and fixes * Add more (failing) tests [ci skip] * Added equality operator for fat pointers, more tests and fixes * Fix printing uninitialized strings * Fix mInc, mDec double eval, add more tests * Tests * Refactored, fixed multiple evals, revamped the tests, added missing ops * Fix ups * Fix #9643 and #9644 * add pointer normalization
* | More dead code (#9835)Jacek Sieka2018-12-044-18/+14
| | | | | | | | | | | | * remove more assignment flags * needsComplexAssignment > containsGarbageCollectedRef * remove OnStackShadowDup
* | fixes #9832 (#9841) [backport]Timothee Cour2018-12-041-1/+1
| |
* | IC: more things workAraq2018-12-033-23/+34
|/
* enables .raises: [] via a .push (#9834) [backport]Andreas Rumpf2018-12-011-1/+8
|
* IC: further progressAraq2018-12-018-33/+60
|
* fix #8289 (#9828)Timothee Cour2018-11-302-0/+7
|
* improve line info retreival (#9822)Arne Döring2018-11-301-1/+8
| | | | | * improve line info * fix error message
* gc:destructors: more progressAndreas Rumpf2018-11-292-3/+3
|
* gc:destructors further progressAndreas Rumpf2018-11-294-22/+37
|
* Destructors: more moves for tuples (#9808)cooldome2018-11-273-2/+7
|
* new minor language feature: .noSideEffect blocks like .gcsafe blocksAndreas Rumpf2018-11-274-8/+14
|
* don't crash where there is an unknown statement pragma [backport]Andreas Rumpf2018-11-271-2/+5
|
* fixes #7365alaviss2018-11-261-1/+1
|
* fixes #9675Andreas Rumpf2018-11-264-2/+5
|
* More converter fixes (#9737)cooldome2018-11-261-5/+13
| | | | | | * fixes #9735 * fixes #9736 * fixes #3503
* Remove dead code (#9777)Jacek Sieka2018-11-262-8/+2
| | | | | | | | | * gc/gc2: remove unused ref counting stuff * also removes some false threading support - hasSharedHeap is always false in gc/gc2 * gc: remove some threading cruft * remove asgnRefNoCycle * compiler: remove TLoc.dup (unused)
* fixes #9794: sizeof tuple is incorrect if contains imported object (#9795)cooldome2018-11-261-3/+3
| | | | | | * fixes #9794 * Fix linux test
* Fixes multiple bugs with sink arguments (#9802)cooldome2018-11-263-9/+9
| | | | | | * fixes #9781 * fix spacing
* Fixes 9716 [backport] (#9790)Yuriy Glukhov2018-11-242-12/+15
| | | | | | * reuse temporary variable * fixes #9716 [backport] * Declare local vars in safer place
* fix #9759 (#9789)Arne Döring2018-11-231-1/+2
|
* fixes #9764Araq2018-11-231-1/+1
|
* IC: further progressAraq2018-11-223-11/+30
|
* Destructors: move into nkTupleConstr and move on tuple unpacking (#9776)cooldome2018-11-221-1/+24
|
* Add isInstanceOf for generic procs to the macros module (#9730)cooldome2018-11-215-3/+17
|
* document the --incremental build switch; make CIs green againAraq2018-11-211-2/+3
|