index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal.h
Age
Commit message (
Expand
)
Author
2019-11-19
make functions static
卜部昌平
2019-11-18
Warn on access/modify of $SAFE, and remove effects of modifying $SAFE
Jeremy Evans
2019-11-14
delete unused functions
卜部昌平
2019-11-08
delete cc->aux.inc_sp
卜部昌平
2019-11-07
extend rb_call_cache
卜部昌平
2019-11-05
let the .bss section initialize static variables
卜部昌平
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 leaks 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://github.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
[next]