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-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
2017-03-16
bignum.c: rb_int_parse_cstr
nobu
2017-03-09
revert RB_FIXABLE related changesets [Bug #13288][Bug #13293][Bug #13294]
shyouhei
2017-03-08
re-introduce __builtin_add_overflow
shyouhei
2017-03-07
Use RB_POSFIXABLE and RB_NEGFIXABLE to avoid cast introduced at r57793
naruse
2017-03-06
optimize FIXABLE macro
shyouhei
2017-03-06
LONG_LONG_MAX not always available
shyouhei
2017-03-06
opt_eq_func refactor
nobu
2017-03-06
use HAVE_BUILTIN___BUILTIN_MUL_OVERFLOW
shyouhei
2017-02-22
eval_error.c: backstrace in reverse order
nobu
2017-02-22
numeric.c: Numeric#clone and #dup
nobu
2017-02-21
internal.h: removed function declaration
nobu
2017-02-17
DEPRECATED_INTERNAL_FEATURE
nobu
2017-02-04
fix description for current implementation
naruse
2017-02-03
internal.h: fix r57507
nobu
2017-02-02
Use carry flag to reduce instructions
naruse
2017-01-30
io.c: recycle garbage on write
normal
2017-01-30
fix up r57461
nobu
2017-01-30
#include <stdbool.h>
shyouhei
2017-01-24
eval.c: copy special exception
nobu
2017-01-16
file.c: refine message
nobu
2017-01-07
fix optimization for hash aset/aref with fstring
eregon
2016-12-28
numeric.c: reduce fdiv
nobu
2016-12-22
get rid of implicit signedness conversions
nobu
2016-12-12
String#match? and Symbol#match?
nobu
2016-12-10
internal.h: change the default rounding mode to half-up
mrkn
2016-11-25
round-down
nobu
2016-11-22
complex.c: optimize f_gt_p some cases
mrkn
2016-11-18
complex.c: optimize f_negate
mrkn
2016-11-18
internal.h: round macros
nobu
2016-11-16
complex.c: optimize Numeric#polar and Numeric#arg
mrkn
2016-11-12
rational.c: optimize Integer#lcm
mrkn
2016-11-12
rational.c: optimize Float#to_r
mrkn
2016-11-12
rational.c: optimize Rational#{floor,ceil,round,truncate}
mrkn
2016-11-12
rational.c: purge f_cmp
mrkn
[next]