Age | Commit message (Expand) | Author |
---|
2019-11-05 | rb_method_basic_definition_p with CC | 卜部昌平 |
2019-11-01 | mark functions that do not return NULL as such. | 卜部昌平 |
2019-11-01 | ruby_mimmalloc can return NULL | 卜部昌平 |
2019-10-29 | Check for nonnull attribute in configure | Nobuyoshi Nakada |
2019-10-29 | Revert "Check for nonnull attribute in configure" | 卜部昌平 |
2019-10-29 | Check for nonnull attribute in configure | Nobuyoshi Nakada |
2019-10-29 | Clang can also use C call cache | John Hawthorn |
2019-10-25 | more on struct rb_call_data | 卜部昌平 |
2019-10-10 | make rb_raise a GVL-only function again | 卜部昌平 |
2019-10-09 | avoid overflow in integer multiplication | 卜部昌平 |
2019-10-09 | annotate malloc-ish functions | 卜部昌平 |
2019-10-09 | fix arity mismatch | 卜部昌平 |
2019-10-05 | Fix potential memory s by `rb_imemo_tmpbuf_auto_free_pointer` | Nobuyoshi Nakada |
2019-10-04 | Make parser_params have parent_iseq instead of base_block | Yusuke Endoh |
2019-10-03 | Revert https://.com/ruby/ruby/pull/2486 | 卜部昌平 |
2019-09-30 | delete unnecessary branch | 卜部昌平 |
2019-09-26 | Add rb_adjust_argv_kw_splat to internal.h | Jeremy Evans |
2019-09-25 | Add Module#ruby2_keywords for passing keywords through regular argument splats | Jeremy Evans |
2019-09-25 | Make rb_scan_args handle keywords more similar to Ruby methods (#2460) | Jeremy Evans |
2019-09-22 | variable.c: Rename rb_st_copy to rb_iv_tbl_copy | Yusuke Endoh |
2019-09-20 | Handle keyword argument separation for Enumerator#size | Jeremy Evans |
2019-09-20 | Make passing empty keywords to dig pass empty keywords to next dig method | Jeremy Evans |
2019-09-19 | reuse cc->call | 卜部昌平 |
2019-09-13 | Consolidate empty keyword handling | Jeremy Evans |
2019-09-10 | Fixed GCC version for diagnostic-pragmas | Nobuyoshi Nakada |
2019-09-06 | Convert keyword argument to required positional hash argument for Class#new, ... | Jeremy Evans |
2019-09-05 | Make Symbol#to_proc calls handle keyword arguments | Jeremy Evans |
2019-09-05 | hide rb_funcallv_with_cc from public | 卜部昌平 |
2019-08-30 | Set symbol export for rb_hash_stlike_foreach | Jeremy Evans |
2019-08-30 | Allow ** syntax to be used for calling methods that do not accept keywords | Jeremy Evans |
2019-08-30 | Separate keyword arguments from positional arguments | Yusuke Endoh |
2019-08-27 | rb_uninterruptible now free from ANYARGS | 卜部昌平 |
2019-08-27 | struct MEMO now free from ANYARGS | 卜部昌平 |
2019-08-27 | rb_hash_foreach now free from ANYARGS | 卜部昌平 |
2019-08-27 | rb_ensure now free from ANYARGS | 卜部昌平 |
2019-08-27 | decouple compile.c usage of imemo_ifunc | 卜部昌平 |
2019-08-27 | delete rb_method_defined_by declaration. | 卜部昌平 |
2019-08-21 | `rp(obj)` shows func, file and line. (#2394) | Koichi Sasada |
2019-08-13 | Renamed ruby_finalize_{0,1} | Nobuyoshi Nakada |
2019-08-10 | Expanded f_quo | Nobuyoshi Nakada |
2019-08-09 | add rp() and bp() in internal.h. | Koichi Sasada |
2019-08-09 | introduce RCLASS_CLONED flag for inline cache. | Koichi Sasada |
2019-08-06 | leafify opt_plus | 卜部昌平 |
2019-08-04 | Make opt_eq and opt_neq insns leaf | Takashi Kokubun |
2019-08-02 | Expanded f_ceil | Nobuyoshi Nakada |
2019-08-01 | introduce ar_hint_t. | Koichi Sasada |
2019-07-31 | move macro to internal.h for documentation. | Koichi Sasada |
2019-07-31 | Moved RHASH_LEV_MASK and turned into a macro | Nobuyoshi Nakada |
2019-07-31 | Use 1 byte hint for ar_table [Feature #15602] | Koichi Sasada |
2019-07-31 | remove RHash::iter_lev. | Koichi Sasada |