提交歷史

作者 SHA1 備註 提交日期
  Simon Krajewski eed52093c8 use --each on unit tests 13 年之前
  Nicolas Cannasse 3afd3c556e fixed issue with reserved words in object declarations 13 年之前
  Nicolas Cannasse 65186b901c removed "label" and "each" keywords (tested that they are allowed in locals and fields accesses) - fixed issue #1119 13 年之前
  Nicolas Cannasse 9293d08174 added --each support 13 年之前
  Nicolas Cannasse 20d0f9fcd6 ensure that generics type parameters are correctly filled in module dependencies (fixed issue #1132) 13 年之前
  Nicolas Cannasse ea0ec82623 prevent some types not being post-processed in macros (fixed issue #1126) 13 年之前
  Nicolas Cannasse 5289aefe10 dump capture flag 13 年之前
  Simon Krajewski 0f626aab55 catch Exit exception in Context.toComplexType 13 年之前
  Nicolas Cannasse c2971c2aff skip Unknown types in make_ast (fixed issue #1131) 13 年之前
  Simon Krajewski 799043fc69 added Context.getLocalUsing (fixed issue #1129) 13 年之前
  Simon Krajewski d84113722d changed local_using to tclass list 13 年之前
  Simon Krajewski a23814c216 do not use @:rest, instead assume trailing Array<Expr> to always be a rest argument (even if an array is passed, which is a breaking change) 13 年之前
  Simon Krajewski 07a97f3836 rewrote macro rest handling by checking for @:rest 13 年之前
  Nicolas Cannasse 68076df65c moved add_final_return to global config 13 年之前
  Nicolas Cannasse d8482986b2 moved opt args null padding to global config 13 年之前
  Nicolas Cannasse 514758d0a9 moved capture policy to global config 13 年之前
  Nicolas Cannasse 1ea6df19a5 moved can_init_member to global config 13 年之前
  Nicolas Cannasse 1ce828f4f5 moved scoping config to platform global config 13 年之前
  Nicolas Cannasse cfdd016958 one more tricky test to fix 13 年之前
  Nicolas Cannasse e99f465174 plaform configuration (only sys/static right now) 13 年之前
  Nicolas Cannasse 016b340d56 don't declare "sub" field since it's @:optional and not declared in reification (fixed issue #1124) 13 年之前
  Nicolas Cannasse 86e7e37790 fixed variable scoping bugs with captured vars, and clarify platform rules for captured/renamed local vars 13 年之前
  Nicolas Cannasse b27303ce9d cleanup no-longer-used save_locals() 13 年之前
  Nicolas Cannasse 8c38fc32f2 fixed Std.random(-100) and add to changes (potential backward incompatibility) 13 年之前
  Nicolas Cannasse 52371b44c2 added @:noUsing (fixed issue #1114) 13 年之前
  Nicolas Cannasse 14c787aa85 removed make_as3_public/as3_nativec : no longer allow reflection on AS3 imported classes (causes too many issues, in particular with protected classes VS protected methods) 13 年之前
  Nicolas Cannasse 5f39f373fe ensure that local variables are unique in macros context (fixed issue #1118) 13 年之前
  Nicolas Cannasse 08f6d52e80 prevent too big error messages with structures having many fields 13 年之前
  Simon Krajewski 9052c2cf1b [Php] generate field inits of properties (fixed issue #1087, fixed issue #1100) 13 年之前
  Simon Krajewski 887b4f70b7 random Cpp fix 13 年之前