Commit History

Author SHA1 Message Date
  Simon Krajewski fddf684fac initial metadata documentation 12 years ago
  Simon Krajewski f56896e776 it's not 12 years ago
  Simon Krajewski aafccd265b allow unop overloading on abstracts 12 years ago
  Simon Krajewski fd71514da4 allow custom [] access on abstracts 12 years ago
  Simon Krajewski 43008ffc92 haxe.rtti.Infos -> @:rrtiInfos, haxe.rtti.Generic -> @:generic 12 years ago
  Simon Krajewski ca61a8de7f haxe.Public -> @:publicFields 12 years ago
  Simon Krajewski 5290faa826 delay underlying type vs. from/to check (fixed issue #1446) 12 years ago
  Simon Krajewski bf114ac908 changed ObjectMap to a class 12 years ago
  Simon Krajewski 935299a65d license change 12 years ago
  Simon Krajewski 5ed2240611 applied interface syntax changes 12 years ago
  Simon Krajewski f5f72624fa flipped haxe3 switch 12 years ago
  Simon Krajewski 943390b60e give error on macro property accessor (fixed issue #1444) 12 years ago
  Simon Krajewski aa841a131e @:generic abstract is now @:multiType abstract, also improved error messages on invalid type parameters 12 years ago
  Nicolas Cannasse f1c298a942 bugfix 12 years ago
  Nicolas Cannasse 34f9b1ce46 prevent a built class already in macro context to have macros (fixed issue #1227) 12 years ago
  Simon Krajewski 394f0ea33e allow operator overloading on abstracts with @:op syntax (this may be subject to change) 12 years ago
  Nicolas Cannasse 6bdf606509 prevent recursive constraints (fixed issue #1337) 12 years ago
  Nicolas Cannasse cba7667054 added @:noPackageRestrict on sys.db.Types to allow its usage on all platforms (fixed issue #1382) 12 years ago
  Nicolas Cannasse 0be7ec7ddc allowed polymorphic functions with constraints in structures (fixed issue #1421) 12 years ago
  Nicolas Cannasse 1d4fa04e16 abstract should be either @:coreType or provide an underlying type (fixed issue #1198) 12 years ago
  Nicolas Cannasse 313a1ebaac fixed with_type_resume scope : only apply to errors that comes from expected type (fixed isuee #1405) 12 years ago
  Simon Krajewski 3ecb209d76 allow @:generic abstracts 12 years ago
  Simon Krajewski 23924f4898 use spellchack for field access too (also made the threshold adaptive) 12 years ago
  Simon Krajewski 9eb7e607b1 do not allow recursive abstract subtypes 12 years ago
  Simon Krajewski 86a09bd3d9 improved error messages of invalid redefinitions 12 years ago
  Simon Krajewski e3f1baafd2 inverted @:to field unification order (we always want to unify 'this' first) 12 years ago
  Simon Krajewski 403ffec350 consider cast function arguments and return types during unification (fixed issue #1408) (fixed issue #1419) 12 years ago
  Simon Krajewski 7507234559 strict meta 12 years ago
  Simon Krajewski a6ed460433 require abstracts with subtypes to have an implementation (fixed issue #1414) 12 years ago
  Nicolas Cannasse f27b446f69 fixes to allow resuming some completion 12 years ago