Age | Commit message (Expand) | Author |
---|
2021-12-25 | Fix typos [ci skip] | Kazuhiro NISHIYAMA |
2021-12-24 | Fix StructClass:: class method docs | zverok |
2021-11-20 | `struct_pos_num` is no longer used | Nobuyoshi Nakada |
2021-11-19 | optimize `Struct` getter/setter | Koichi Sasada |
2021-10-25 | [DOC] Fix code markup [ci skip] | Nobuyoshi Nakada |
2021-10-03 | Using NIL_P macro instead of `== Qnil` | S.H |
2021-09-27 | Enhanced RDoc for Struct (#4895) | Burdette Lamar |
2021-09-24 | Enhanced RDoc for Struct (#4891) | Burdette Lamar |
2021-09-24 | Enhanced RDoc for Struct (#4890) | Burdette Lamar |
2021-09-23 | Enhance RDoc for Struct (#4885) | Burdette Lamar |
2021-09-15 | [DOC] Fix broken links [ci skip] | Nobuyoshi Nakada |
2021-09-11 | Using SYMBOL_P macro | S-H-GAMELINKS |
2021-07-15 | Make Struct#keyword_init? return nil by default [Feature #18008] | Nobuyoshi Nakada |
2021-07-15 | Regularize keyword_init values not to hold the argument object | Nobuyoshi Nakada |
2021-07-15 | struct.c: Add keyword_init? singleton method for StructClass (#4609) | hkdnet |
2021-01-17 | Warn Struct#initialize with only keyword args (#4070) | Takashi Kokubun |
2020-08-19 | RHASH_TBL: is now ext-only | 卜部昌平 |
2020-08-14 | Fix links to Dig Methods document (#3421) | Burdette Lamar |
2020-08-13 | Adding doc/dig_methods.rdoc and links to it (#3416) | Burdette Lamar |
2020-07-13 | precalc invokebuiltin destinations | 卜部昌平 |
2020-07-06 | Inline builtin struct aref | Takashi Kokubun |
2020-06-17 | Replaced accessors of `Struct` with `invokebuiltin` | Nobuyoshi Nakada |
2020-06-16 | Revert "Replaced accessors of `Struct` with `invokebuiltin`" | Nobuyoshi Nakada |
2020-06-16 | Replaced accessors of `Struct` with `invokebuiltin` | Nobuyoshi Nakada |
2020-05-08 | Added GC guard for splatted array | Nobuyoshi Nakada |
2020-05-08 | Classes made from Struct should have default `new` singleton method. | Marc-Andre Lafortune |
2020-03-16 | hash.c: Do not use the fast path (rb_yield_values) for lambda blocks | Yusuke Endoh |
2019-12-26 | decouple internal.h headers | 卜部昌平 |
2019-11-19 | Avoid needless object allocation | Kazuki Tsujimoto |
2019-11-18 | Deprecate taint/trust and related methods, and make the methods no-ops | Jeremy Evans |
2019-11-08 | Define Struct#deconstruct_keys | Kazuki Tsujimoto |
2019-10-31 | Allow only one argument for keyword_init struct | Alan Wu |
2019-10-21 | Pass the called keyword arguments if `keyword_init` | Nobuyoshi Nakada |
2019-09-29 | Make direct calls to rb_{obj_instance,mod_module}_{eval,exec} not pass keywords | Jeremy Evans |
2019-09-27 | Fix warning when doing Struct.new(:x, keyword_init: true){} | Jeremy Evans |
2019-09-03 | Do not turn on keyword_init for Struct subclass if keyword hash is empty | Jeremy Evans |
2019-08-29 | Disallow use of attrset symbols as Struct members | Jeremy Evans |
2019-04-17 | Define Struct#deconstruct | ktsj |
2019-04-08 | struct.c: force hash values fixable | nobu |
2018-12-23 | Struct#to_h: Add doc for block form. | marcandre |
2018-11-05 | * expand tabs. | svn |
2018-11-05 | use `RSTRUCT_CONST_PTR` carefully. | ko1 |
2018-11-04 | struct.c: [DOC] add docs for Struct#filter | stomar |
2018-11-01 | introduce USE_TRANSIENT_HEAP to enable/disable theap. | ko1 |
2018-10-30 | support theap for T_STRUCT. | ko1 |
2018-10-29 | * expand tabs. | svn |
2018-10-29 | use RARRAY_AREF() instead of RARRAY_CONST_PTR(). | ko1 |
2018-10-04 | * expand tabs. | svn |
2018-10-04 | use RARRAY_AREF(). | ko1 |
2018-09-20 | Enumerable#to_h with block and so on | nobu |