aboutsummaryrefslogtreecommitdiffstats
path: root/internal.h
Commit message (Expand)AuthorAgeFilesLines
* remove unused rb_obj_basic_to_s_p functionnormal2017-06-291-1/+0
* rb_catch_protect() accepts enum ruby_tag_type *.ko12017-06-231-1/+0
* removed ruby_error_printnobu2017-06-161-1/+0
* remove ruby_kill() introduced for [Bug #7951].ko12017-06-121-1/+0
* file.c: realpath in OS path encodingnobu2017-06-081-0/+3
* rename functions and clean parameters.ko12017-06-051-1/+1
* load.c: convert by rb_get_path_checknobu2017-06-011-0/+1
* Improve performance of implicit type conversionwatson19782017-05-311-0/+2
* Improve performance of some Time methodswatson19782017-05-271-0/+1
* vm_insnhelper.c: rb_eql_opt should call eql?nobu2017-05-251-0/+2
* Improve performance of rb_eql()watson19782017-05-251-0/+1
* internal.h (rb_gc_resurrect): remove stale declarationktsj2017-05-041-2/+0
* internal.h: rb_raise_staticnobu2017-05-021-0/+5
* Send the backtrace of the circular require warning as a single String to Warn...eregon2017-04-271-0/+1
* refactor newhash (revision 58463 another try) [fix GH-1600]shyouhei2017-04-271-0/+3
* load.c: backtrace of circular requirenobu2017-04-251-1/+2
* revert newhash refactoringshyouhei2017-04-241-1/+0
* refactor hash literalshyouhei2017-04-211-0/+1
* split insns.def into functionsshyouhei2017-04-181-0/+1
* vm_backtrace.c: backtrace functions per threadsnobu2017-04-171-1/+0
* array.c: Improve performance of Array#sort with float elementsmrkn2017-04-131-0/+4
* introduce imemo_type_p(v, imemo_type)ko12017-04-071-0/+15
* internal.h: parenthesize macro argumentnobu2017-04-061-1/+1
* fix TracePoint#return_value with non-local exitsko12017-04-061-1/+3
* Remove unused Init_frozen_strings declarationsorah2017-03-291-1/+0
* error.c: warning functionsnobu2017-03-271-0/+8
* vm_args.c: arity check of lambdanobu2017-03-191-0/+1
* bignum.c: rb_int_parse_cstrnobu2017-03-161-0/+8
* revert RB_FIXABLE related changesets [Bug #13288][Bug #13293][Bug #13294]shyouhei2017-03-091-11/+0
* re-introduce __builtin_add_overflowshyouhei2017-03-081-5/+4
* Use RB_POSFIXABLE and RB_NEGFIXABLE to avoid cast introduced at r57793naruse2017-03-071-1/+1
* optimize FIXABLE macroshyouhei2017-03-061-0/+12
* LONG_LONG_MAX not always availableshyouhei2017-03-061-1/+1
* opt_eq_func refactornobu2017-03-061-0/+1
* use HAVE_BUILTIN___BUILTIN_MUL_OVERFLOWshyouhei2017-03-061-2/+28
* eval_error.c: backstrace in reverse ordernobu2017-02-221-0/+1
* numeric.c: Numeric#clone and #dupnobu2017-02-221-0/+1
* internal.h: removed function declarationnobu2017-02-211-1/+0
* DEPRECATED_INTERNAL_FEATUREnobu2017-02-171-2/+3
* fix description for current implementationnaruse2017-02-041-5/+17
* internal.h: fix r57507nobu2017-02-031-5/+5
* Use carry flag to reduce instructionsnaruse2017-02-021-0/+47
* io.c: recycle garbage on writenormal2017-01-301-0/+2
* fix up r57461nobu2017-01-301-4/+7
* #include <stdbool.h>shyouhei2017-01-301-0/+13
* eval.c: copy special exceptionnobu2017-01-241-1/+1
* file.c: refine messagenobu2017-01-161-0/+1
* fix optimization for hash aset/aref with fstringeregon2017-01-071-0/+1
* numeric.c: reduce fdivnobu2016-12-281-0/+1
* get rid of implicit signedness conversionsnobu2016-12-221-40/+50