summary refs log tree commit diff stats
path: root/compiler
Commit message (Collapse)AuthorAgeFilesLines
* Double sink checksAndrii Riabushenko2018-12-081-7/+59
|
* style improvementsAndrii Riabushenko2018-12-081-4/+3
|
* remove dropbits in favour of destructive movesAndrii Riabushenko2018-12-081-55/+16
|
* improve testAndrii Riabushenko2018-12-071-5/+9
|
* more undoAndrii Riabushenko2018-12-071-1/+1
|
* undo more stuffAndrii Riabushenko2018-12-071-24/+37
|
* undo more changesAndrii Riabushenko2018-12-071-0/+1
|
* undo some changesAndrii Riabushenko2018-12-073-2/+10
|
* collapse to tables into oneAndrii Riabushenko2018-12-051-9/+7
|
* add commentAndrii Riabushenko2018-12-051-1/+2
|
* remove debugAndrii Riabushenko2018-12-051-2/+0
|
* remove debug statementsAndrii Riabushenko2018-12-051-9/+9
|
* implement everythingAndrii Riabushenko2018-12-054-67/+47
|
* add testAndrii Riabushenko2018-12-051-14/+19
|
* add array constructorsAndrii Riabushenko2018-11-301-7/+13
|
* reduce changesAndrii Riabushenko2018-11-301-80/+80
|
* Improve approachAndrii Riabushenko2018-11-301-22/+23
|
* revert debug statementsAndrii Riabushenko2018-11-291-5/+6
|
* merge develAndrii Riabushenko2018-11-295-24/+39
|\
| * gc:destructors: more progressAndreas Rumpf2018-11-292-3/+3
| |
| * gc:destructors further progressAndreas Rumpf2018-11-294-22/+37
| |
* | fix spacingAndrii Riabushenko2018-11-291-1/+1
| |
* | move movesAndrii Riabushenko2018-11-291-61/+130
|/
* 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
|
* pathutils: remove dead codeAraq2018-11-211-17/+0
|
* compiler: remove unused assignment flags (#9760)Jacek Sieka2018-11-212-20/+5
|
* IC: produce a good error message for when the compiler was built without the ↵Andreas Rumpf2018-11-201-0/+4
| | | | incremental recompilation feature
* IR: also serialize the new transformedBody fieldAraq2018-11-201-0/+6
|
* IC: further progressAraq2018-11-203-4/+11
|
* fix #9726 (#9765)Arne Döring2018-11-201-2/+3
|
* incremental compilation: bugfixesAraq2018-11-192-2/+4
|
* incremental compilation: simple recompilation worksAraq2018-11-194-0/+11
|
* bitsize respected in size calculation. (#9756)Arne Döring2018-11-192-3/+10
|
* fixes #9743Araq2018-11-191-1/+2
|
* Fixes #9671 (#9750)Randy Smith2018-11-191-3/+0
|