summaryrefslogtreecommitdiff
path: root/internal.h
AgeCommit message (Expand)Author
2017-09-10store ec instead of thread in rb_context_t.ko1
2017-09-07ruby.h: unnormalized Fixnum valuenobu
2017-09-05add rb_hash_new_with_size()shyouhei
2017-09-03Refactor the internal data format for coverage measurementmame
2017-08-10Fiber#to_s (#inspect) return richer information.ko1
2017-07-30string.c: rb_str_initializenobu
2017-07-19revert r59359, r59356, r59355, r59354normal
2017-07-18vm_eval.c: rb_lambda_callnobu
2017-07-18proc.c: rb_block_min_max_aritynobu
2017-07-18hash: keep fstrings of tainted strings for string keysnormal
2017-06-29remove unused rb_obj_basic_to_s_p functionnormal
2017-06-23rb_catch_protect() accepts enum ruby_tag_type *.ko1
2017-06-16removed ruby_error_printnobu
2017-06-12remove ruby_kill() introduced for [Bug #7951].ko1
2017-06-08file.c: realpath in OS path encodingnobu
2017-06-05rename functions and clean parameters.ko1
2017-06-01load.c: convert by rb_get_path_checknobu
2017-05-31Improve performance of implicit type conversionwatson1978
2017-05-27Improve performance of some Time methodswatson1978
2017-05-25vm_insnhelper.c: rb_eql_opt should call eql?nobu
2017-05-25Improve performance of rb_eql()watson1978
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