Commit History

Author SHA1 Message Date
  Simon Krajewski 855f812657 tabsify 11 years ago
  Simon Krajewski 8bc1d59b7d change Syntax to extern class (some TODOs left) 11 years ago
  Simon Krajewski 1f314b5e02 comment out some __magic_handler__ which are not used in the standard library 11 years ago
  frabbit d588f1ae12 remove redundancy, more cleanup 11 years ago
  frabbit ee0fb8aa99 fix unit tests 11 years ago
  frabbit e57e35a1ad cleanup Type 11 years ago
  frabbit 8b3a5e86d5 a little bit of Reflect cleanup 11 years ago
  frabbit b962ed3feb rename array set and get, next step TArray on lists should directly call ArrayImpl 11 years ago
  frabbit d453d20c15 move array get and set to ArrayImpl 11 years ago
  frabbit 8ec195b9e0 inline is not necessary 11 years ago
  frabbit be1a146001 minor 11 years ago
  frabbit 40bfa91f2b some minor fixes, added some comments that we have to deal with field access on anons in general 11 years ago
  frabbit 4571f09636 get rid of some HxOverrides 11 years ago
  frabbit fd50351452 Merge branch 'genpy' of github.com:Simn/haxe into genpy 11 years ago
  frabbit a61b05c1cd return some proper types if possible 11 years ago
  frabbit b81ebcac98 we don't need casts in python and we don't have to handle the inner expr with is_value=true 11 years ago
  Simon Krajewski 893a5950c8 remove python special case in TestMisc 11 years ago
  Simon Krajewski 27c8a6254f allow closure creation on extern static inline methods (closes #2813) 11 years ago
  Simon Krajewski 0d3b879b01 remove sys.py 11 years ago
  frabbit ac06eda128 a little bit more cleanup, but we should get rid of HxOverrides if possible 11 years ago
  frabbit 00f4529662 more cleanup 11 years ago
  frabbit 7fab9469d0 support native assign 11 years ago
  frabbit 33b70f5d10 remove Macros class 11 years ago
  frabbit 5da60f3e41 remove old code 11 years ago
  frabbit 6f94809a65 no need for preCode anymore 11 years ago
  frabbit 01080cca0d get rid of untyped code in Sys 11 years ago
  frabbit ad4dfe90f1 get rid of dirty __python__whatever__ syntax in some classes 11 years ago
  frabbit e8e405c731 support leading colon syntax like a[1:] 11 years ago
  frabbit 5672ba6c71 add print_params_named to print named functions calls like sort(key=my_key_func) 11 years ago
  frabbit 95192bd4ad rename python.Macros to python.Syntax 11 years ago