Commit History

Author SHA1 Message Date
  Simon Krajewski 8970fea667 fix cast + parenthesis parsing (closes #3806) 10 years ago
  Dan Korostelev 136d4bc9ca [js] inline Std.parseFloat 10 years ago
  Bruno Garcia 04d1df7d77 Clean trailing whitespace from .hx files. 11 years ago
  Bruno Garcia d50d02bc92 Add -D js-es5. 11 years ago
  Simon Krajewski 5fa51d5cdb [Js] fix Std.instance 11 years ago
  Nicolas Cannasse b84884d7d8 changed Std.instance definition (close #2534) 11 years ago
  Dan Korostelev 712898bb4a [js] don't add __class__ to Array.prototype (closes #2060, closes #1909) 11 years ago
  Simon Krajewski b0b0dde32b revert 12 years ago
  Luca Deltodesco 9b9db195d2 Have $hasOwnProperty and $ObjectPrototypeToString in features. 12 years ago
  Luca Deltodesco 361a2b95fd Improve optimisations of Std.is and also Std.string now too. 12 years ago
  Luca Deltodesco 3904656529 Added fast-path for Std.is(_, Array). 12 years ago
  Nicolas Cannasse 6a5da6a097 added Std.instance 12 years ago
  Simon Krajewski f5f72624fa flipped haxe3 switch 12 years ago
  Nicolas Cannasse e6855aa88e added Array.map/filter compat for IE8, fixed DCE issues with abstract types 12 years ago
  Nicolas Cannasse 58bd63ac88 disable Std.format when haxe3 12 years ago
  Nicolas Cannasse f391388e7d license /std to Haxe Foundation / MIT 13 years ago
  Nicolas Cannasse 3bdeafa995 @:core_api is now @:coreApi 13 years ago
  Nicolas Cannasse 8c38fc32f2 fixed Std.random(-100) and add to changes (potential backward incompatibility) 13 years ago
  Simon Krajewski ba5b4af643 allow parsing of 0X integers (fixed issue #989) 13 years ago
  Nicolas Cannasse 96cc73b0ed js optimizations : 13 years ago
  Bruno Garcia b6195c1b02 Use static methods for JS date functions instead of prototype patches. 13 years ago
  Simon Krajewski 4ef5a076c6 inline Std.is on JS (fixed issue #842) 13 years ago
  Nicolas Cannasse d8ea86f64e remove $hxClasses generation if Type.resolveClass/resolveEnum not referenced 13 years ago
  Nicolas Cannasse fd1a28875e ExprRequire -> ExprOf + haxe3 transition 13 years ago
  Nicolas Cannasse 2bd320601f always include js.Boot for DCE (fixed issue #693) 13 years ago
  Bruno Garcia d9217d0667 Add --js-modern. 13 years ago
  Nicolas Cannasse b9ddec3dee use Boolean for Bool 13 years ago
  Nicolas Cannasse b30fbacfe2 optimized Std.int 13 years ago
  Nicolas Cannasse 5405b744c4 added $hxClasses 14 years ago
  Nicolas Cannasse 093f55ddf3 added Std.format 14 years ago