summaryrefslogtreecommitdiff
path: root/internal.h
AgeCommit message (Expand)Author
2017-05-04internal.h (rb_gc_resurrect): remove stale declarationktsj
2017-05-02internal.h: rb_raise_staticnobu
2017-04-27Send the backtrace of the circular require warning as a single String to Warn...eregon
2017-04-27refactor newhash (revision 58463 another try) [fix GH-1600]shyouhei
2017-04-25load.c: backtrace of circular requirenobu
2017-04-24revert newhash refactoringshyouhei
2017-04-21refactor hash literalshyouhei
2017-04-18split insns.def into functionsshyouhei
2017-04-17vm_backtrace.c: backtrace functions per threadsnobu
2017-04-13array.c: Improve performance of Array#sort with float elementsmrkn
2017-04-07introduce imemo_type_p(v, imemo_type)ko1
2017-04-06internal.h: parenthesize macro argumentnobu
2017-04-06fix TracePoint#return_value with non-local exitsko1
2017-03-29Remove unused Init_frozen_strings declarationsorah
2017-03-27error.c: warning functionsnobu
2017-03-19vm_args.c: arity check of lambdanobu
2017-03-16bignum.c: rb_int_parse_cstrnobu
2017-03-09revert RB_FIXABLE related changesets [Bug #13288][Bug #13293][Bug #13294]shyouhei
2017-03-08re-introduce __builtin_add_overflowshyouhei
2017-03-07Use RB_POSFIXABLE and RB_NEGFIXABLE to avoid cast introduced at r57793naruse
2017-03-06optimize FIXABLE macroshyouhei
2017-03-06LONG_LONG_MAX not always availableshyouhei
2017-03-06opt_eq_func refactornobu
2017-03-06use HAVE_BUILTIN___BUILTIN_MUL_OVERFLOWshyouhei
2017-02-22eval_error.c: backstrace in reverse ordernobu
2017-02-22numeric.c: Numeric#clone and #dupnobu
2017-02-21internal.h: removed function declarationnobu
2017-02-17DEPRECATED_INTERNAL_FEATUREnobu
2017-02-04fix description for current implementationnaruse
2017-02-03internal.h: fix r57507nobu
2017-02-02Use carry flag to reduce instructionsnaruse
2017-01-30io.c: recycle garbage on writenormal
2017-01-30fix up r57461nobu
2017-01-30#include <stdbool.h>shyouhei
2017-01-24eval.c: copy special exceptionnobu
2017-01-16file.c: refine messagenobu
2017-01-07fix optimization for hash aset/aref with fstringeregon
2016-12-28numeric.c: reduce fdivnobu
2016-12-22get rid of implicit signedness conversionsnobu
2016-12-12String#match? and Symbol#match?nobu
2016-12-10internal.h: change the default rounding mode to half-upmrkn
2016-11-25round-downnobu
2016-11-22complex.c: optimize f_gt_p some casesmrkn
2016-11-18complex.c: optimize f_negatemrkn
2016-11-18internal.h: round macrosnobu
2016-11-16complex.c: optimize Numeric#polar and Numeric#argmrkn
2016-11-12rational.c: optimize Integer#lcmmrkn
2016-11-12rational.c: optimize Float#to_rmrkn
2016-11-12rational.c: optimize Rational#{floor,ceil,round,truncate}mrkn
2016-11-12rational.c: purge f_cmpmrkn