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
ruby_3_4
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
2017-10-22
vm_insnhelper.c: array aref optimization
nobu
2017-10-21
Add doxygen comments
sonots
2017-10-21
fix comment abount IMEMO_FL_USHIFT
tarui
2017-10-21
imemo_mask (enum) -> IMEMO_MASK (immediate value).
ko1
2017-10-21
fix up imemo_alloc
nobu
2017-10-21
Replace NODE_ALLOCA with T_IMEMO (imemo_alloc)
mame
2017-10-21
[Feature #13712] String#start_with? supports regexp
naruse
2017-10-02
Revert "vm_eval.c: add rb_yield_assoc_or_values()"
glass
2017-10-02
vm_eval.c: add rb_yield_assoc_or_values()
glass
2017-09-30
hash.c: remove special treatments on deletion
glass
2017-09-25
Fix overflow detection for LLP64 arch [Bug #13748]
naruse
2017-09-21
file.c: rb_check_realpath
nobu
2017-09-18
error.c: KeyError#receiver and KeyError#key
nobu
2017-09-10
store ec instead of thread in rb_context_t.
ko1
2017-09-07
ruby.h: unnormalized Fixnum value
nobu
2017-09-05
add rb_hash_new_with_size()
shyouhei
2017-09-03
Refactor the internal data format for coverage measurement
mame
2017-08-10
Fiber#to_s (#inspect) return richer information.
ko1
2017-07-30
string.c: rb_str_initialize
nobu
2017-07-19
revert r59359, r59356, r59355, r59354
normal
2017-07-18
vm_eval.c: rb_lambda_call
nobu
2017-07-18
proc.c: rb_block_min_max_arity
nobu
2017-07-18
hash: keep fstrings of tainted strings for string keys
normal
2017-06-29
remove unused rb_obj_basic_to_s_p function
normal
2017-06-23
rb_catch_protect() accepts enum ruby_tag_type *.
ko1
2017-06-16
removed ruby_error_print
nobu
2017-06-12
remove ruby_kill() introduced for [Bug #7951].
ko1
2017-06-08
file.c: realpath in OS path encoding
nobu
2017-06-05
rename functions and clean parameters.
ko1
2017-06-01
load.c: convert by rb_get_path_check
nobu
2017-05-31
Improve performance of implicit type conversion
watson1978
2017-05-27
Improve performance of some Time methods
watson1978
2017-05-25
vm_insnhelper.c: rb_eql_opt should call eql?
nobu
2017-05-25
Improve performance of rb_eql()
watson1978
2017-05-04
internal.h (rb_gc_resurrect): remove stale declaration
ktsj
2017-05-02
internal.h: rb_raise_static
nobu
2017-04-27
Send the backtrace of the circular require warning as a single String to Warn...
eregon
2017-04-27
refactor newhash (revision 58463 another try) [fix GH-1600]
shyouhei
2017-04-25
load.c: backtrace of circular require
nobu
2017-04-24
revert newhash refactoring
shyouhei
2017-04-21
refactor hash literal
shyouhei
2017-04-18
split insns.def into functions
shyouhei
2017-04-17
vm_backtrace.c: backtrace functions per threads
nobu
2017-04-13
array.c: Improve performance of Array#sort with float elements
mrkn
2017-04-07
introduce imemo_type_p(v, imemo_type)
ko1
2017-04-06
internal.h: parenthesize macro argument
nobu
2017-04-06
fix TracePoint#return_value with non-local exits
ko1
2017-03-29
Remove unused Init_frozen_strings declaration
sorah
2017-03-27
error.c: warning functions
nobu
2017-03-19
vm_args.c: arity check of lambda
nobu
[next]