summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2019-02-14Introduce RVALUE_EMBED_LEN_MAX to remove a magic numbermrkn
2019-01-04introduce rb_nogvl C-API to mark ubf as async-signal-safenormal
2018-12-25version.h (RUBY_VERSION): 2.7.0 development has started.matz
2018-12-24remove "deprecated" for rb_frame_method_id_and_class [Bug #15300]ko1
2018-12-12complex.c: new APIs for Complexnobu
2018-12-12complex.c: rb_complex_new_polarnobu
2018-12-12enumerator.c: Add rb_arithmetic_sequence_components_tmrkn
2018-12-12enumerator.c: rb_arithmetic_sequence_extractmrkn
2018-12-10Define HAVE_STMT_AND_DECL_IN_EXPR and use it [Bug #15293]naruse
2018-12-06`script_compiled` TracePoint event [Feature #15287]ko1
2018-12-06Should be true fix for r66200naruse
2018-12-06refix of r66200naruse
2018-12-05Introduce "COLDFUNC" function attribute.ko1
2018-12-03make `RARRAY_PTR_USE` more conservertive.ko1
2018-11-21errno.h must be included after config.h because config.h might defineodaira
2018-11-19ruby/ruby.h: void rb_scan_args_verifynobu
2018-11-15* expand tabs.svn
2018-11-15include/ruby/ruby.h (RB_ALLOCV*): remove unnecessary GC guardnormal
2018-11-01* remove trailing spaces.svn
2018-11-01introduce USE_TRANSIENT_HEAP to enable/disable theap.ko1
2018-10-30support theap for T_HASH. [Feature #14989]ko1
2018-10-30introduce TransientHeap. [Bug #14858]ko1
2018-10-30revert r65444 and r65446 because of commit missko1
2018-10-30introduce TransientHeap. [Bug #14858]ko1
2018-10-23Revert "vm_trace: implement postponed_jobs as st_table"normal
2018-10-13Define PRIdPTR etcnobu
2018-10-08* remove trailing space. [ci skip]svn
2018-10-08include/ruby/ruby.h: comment about mswin RUBY_EXTERN [ci skip]k0kubun
2018-10-08include/ruby/ruby.h: import external symbolsk0kubun
2018-10-07include/ruby/intern.h: don't modify MJIT_FUNC_EXPORTEDk0kubun
2018-10-07vm_core.h: fix inconsistent prototype declarationsk0kubun
2018-09-26use configure-defined macro instead of __GNUC__shyouhei
2018-09-05backward.h: removed stale declarationsnobu
2018-09-04ruby.h: removed internal macrosnobu
2018-09-04use mingw ANSI stdionobu
2018-09-03Declare as gnu_printf on mingwnobu
2018-08-27configure.ac: printf prifix for int64_tnobu
2018-08-09add 'x' mode character for O_EXCLkazu
2018-07-28use https:// instead of http://kazu
2018-07-27eval.c: rename "rb_frozen_class_p" to "rb_class_modify_check"mame
2018-07-24UNREACHABLE_RETURNnobu
2018-07-12Improve branch missesnobu
2018-07-12Fix compile error on debian8 and gentookazu
2018-07-10Use "diagnose_if" attribute for clangnaruse
2018-06-28rb_enc_aliasnobu
2018-06-28check enc_capable.ko1
2018-06-27use the prefixed macronobu
2018-06-20Introduce `USE_GC_MALLOC_OBJ_INFO_DETAILS`. [Feature #14857]ko1
2018-06-11intern.h: suppress warningsnobu
2018-06-05include/ruby/missing.h: defined(__cplusplus) before using __cplusplusngoto