提交历史

作者 SHA1 备注 提交日期
  Guillaume Desquesnes 80638bec2b [WiP] Adding keyValueIterator to Array (#7422) 5 年之前
  Dan Korostelev c4c2d37f80 Array.contains (closes #3323) (#9179) 5 年之前
  Aleksandr Kuzmenko 6b7db0254e haxe.iterators.ArrayIterator (#8987) 5 年之前
  Aleksandr Kuzmenko 93339a1043 fix spacing [skip ci] 6 年之前
  Dan Korostelev 6a44de17c4 Inline Array.map/filter methods (#5749) 6 年之前
  Aurel 8616359ff7 Reformat std (#8408) 6 年之前
  Aleksandr Kuzmenko ed9b71e0fc Infinite recursion on stringification of objects with circular references (#8113) 6 年之前
  Jens Fischer 707a6efbc6 [std] modernize some @:optional/@:extern/@:final/@:enum syntax (#7759) 6 年之前
  Mark Knol 90eda8ce3c Happy new year! :tada: 6 年之前
  Ben Morris 6df5ca3b11 Add Array.resize method (#6869) 7 年之前
  Mark Knol b3cc1d7949 Happy new year! (#6799) 7 年之前
  Mark Knol 875ad19432 2017 (#5932) 8 年之前
  Andy Li 1c79168a33 update copyright year to 2016 9 年之前
  Andy Li ae6349cccf bump license year to 2015 9 年之前
  Dan Korostelev 75954e41b9 Array.indexOf/lastIndexOf (closes #1242) 11 年之前
  Nicolas Cannasse 6ab6587536 grow Array by +50% instead of doubling it on each resize 12 年之前
  Nicolas Cannasse 286799fd9a bugfix 12 年之前
  Nicolas Cannasse 108490a38e double array size instead of increasing it by one when setting at [length-1] 12 年之前
  Simon Krajewski 42eea08e40 partial support for Array.map/filter 12 年之前
  Nicolas Cannasse f391388e7d license /std to Haxe Foundation / MIT 12 年之前
  Nicolas Cannasse 3bdeafa995 @:core_api is now @:coreApi 12 年之前
  Nicolas Cannasse fbeaaadbe1 allow macros-in-macros in interp mode (use -D interp instead of -D macro), fixed issue #837 13 年之前
  Caue Waneck 73bec4fca0 changed Array iterator() to return an Iterator<T> instead of Iterator<Null<T>> 13 年之前
  Nicolas Cannasse 22a9fe78b2 ensure consistent formating for Array and enums 13 年之前
  Nicolas Cannasse 876a9249a5 no merge_sort in macro 13 年之前
  Nicolas Cannasse ce112af5d3 added merge_sort support (neko 1.8.3) 13 年之前
  Nicolas Cannasse d0f733946a added __this__ support 14 年之前
  Nicolas Cannasse 505e383890 changed the result of array-assign expression (fixed issue #429) 14 年之前
  Nicolas Cannasse 50c4117f83 fixes in core api method parameters names 15 年之前
  Nicolas Cannasse 18f92685d7 fixed splice 15 年之前