コミット履歴

作者 SHA1 メッセージ 日付
  Mark Knol 875ad19432 2017 (#5932) 8 年 前
  Dan Korostelev 4d686ae814 [cs] remove implicit Null<T> -> T operator as discussed in #4721, also protect special __NoValue__ class from being created in any way - it only serves as a dummy type for passing `null` to implicitly create Null<T> 9 年 前
  Vadim Dyachenko 7258a8bf61 [C#] Add implicit conversion operators for cs.internal.Null<T> 9 年 前
  Andy Li 1c79168a33 update copyright year to 2016 9 年 前
  Andy Li ae6349cccf bump license year to 2015 10 年 前
  Cauê Waneck 99fab15ca1 [cs] Clean up haxe.lang.Null code 10 年 前
  Cauê Waneck 9954e860c7 [cs] Skip value type check, which is too heavy. See #4301 10 年 前
  Dan Ogles b254ba7842 Faster version of ValueType check in Null 10 年 前
  Dan Ogles 03712045ff Remove unnecessary GC allocation inside Null. Calling "v is ValueType" on a value type requires boxing it, whereas typeof(T).IsValueType does not require boxing. 10 年 前
  Cauê Waneck ef5f4b4562 [java/cs] Added support for @:readOnly fields when eagerly initialized. Closes #2061 10 年 前
  Cauê Waneck 3c951aef6c [cs] respect core_api_serialize : enums. 11 年 前
  Cauê Waneck e716629443 [cs] Added -D coreApiSerialize 11 年 前
  Simon Krajewski 7507234559 strict meta 12 年 前
  Nicolas Cannasse f391388e7d license /std to Haxe Foundation / MIT 13 年 前
  Caue Waneck ac034e1c67 [cs] Several fixes to C# unit tests. Still one exception (needs @:delegate support) and three issues left. 13 年 前
  Caue Waneck 531a45c3c1 [java/cs] changed haxe.lang package to cs.internal, and sys.io.NativeInput/Output to cs.io / java.io 13 年 前