summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
...
* | | More converter fixes (#9737)cooldome2018-11-261-5/+13
* | | Remove dead code (#9777)Jacek Sieka2018-11-262-8/+2
* | | fixes #9794: sizeof tuple is incorrect if contains imported object (#9795)cooldome2018-11-261-3/+3
* | | Fixes multiple bugs with sink arguments (#9802)cooldome2018-11-263-9/+9
* | | Fixes 9716 [backport] (#9790)Yuriy Glukhov2018-11-242-12/+15
* | | 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
* | | 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
* | | Fixes discard bug in cpp codegen (#9747) [backport]cooldome2018-11-191-9/+2
* | | Fixed yield in nkObjConstr. Fixes #9694 [backport] (#9744)Yuriy Glukhov2018-11-181-9/+15
* | | make tsizeof run on C++ backend (#9734)Arne Döring2018-11-181-10/+18
* | | make hex digit error msg more helpful (#9727)Timothee Cour2018-11-161-1/+2
* | | --gc:destructors: hello world example compiles and runsAraq2018-11-163-2/+12
* | | fixes #9692Araq2018-11-151-3/+6
* | | Converter bug fixes (#9700)cooldome2018-11-153-2/+11
* | | Of operator in vm fixes [backport] (#9717)cooldome2018-11-155-7/+14
* | | nimfind: improvementsAndreas Rumpf2018-11-151-0/+2
* | | added first version of a nimfind tool for the poor souls that don't have a go...Andreas Rumpf2018-11-1410-52/+98
* | | nimpretty: explicit --indent option; fixes #9502; refs #9510 [backport]Andreas Rumpf2018-11-113-12/+17
* | | nimpretty: fixes #9673 [backport]Andreas Rumpf2018-11-111-1/+1
* | | deprecated ospaths (#9665)Andreas Rumpf2018-11-094-5/+6
* | | feedback injectedArne Döring2018-11-083-4/+3
* | | fix #8011Arne Döring2018-11-082-1/+7
* | | fix #8335Arne Döring2018-11-081-0/+2
* | | fix #9319Arne Döring2018-11-081-0/+2
* | | NaN fixes for clang backend (#9652)Arne Döring2018-11-081-6/+1
* | | er... 'a not b' is an infix callAndreas Rumpf2018-11-081-1/+1
* | | fixes parsing regressions; binary 'not' for 'not nil' must stayAndreas Rumpf2018-11-081-2/+17
* | | fixes #9633Andreas Rumpf2018-11-081-5/+8
* | | parser change: 'not' is always a unary operator; fixes #9574Andreas Rumpf2018-11-071-1/+1
* | | Simplify cgen forward proc (#9635)Jacek Sieka2018-11-072-71/+24
* | | parser/grammar sync; fixes #9608 [backport]Andreas Rumpf2018-11-071-1/+1
* | | nim check fix; fixes #9609 [backport]Andreas Rumpf2018-11-071-7/+8
* | | make Nim take roughly 100MB less RAM for bootstrapping via a new compiler swi...Andreas Rumpf2018-11-077-63/+107
* | | fixes #9600 (#9601)jcosborn2018-11-071-1/+4
* | | Nimscript: fixes #9246 [backport]Andreas Rumpf2018-11-065-2/+6