aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Introduce RVALUE_EMBED_LEN_MAX to remove a magic numbermrkn2019-02-141-3/+8
* introduce rb_nogvl C-API to mark ubf as async-signal-safenormal2019-01-041-0/+12
* version.h (RUBY_VERSION): 2.7.0 development has started.matz2018-12-251-1/+1
* remove "deprecated" for rb_frame_method_id_and_class [Bug #15300]ko12018-12-242-3/+1
* complex.c: new APIs for Complexnobu2018-12-121-0/+16
* complex.c: rb_complex_new_polarnobu2018-12-121-1/+2
* enumerator.c: Add rb_arithmetic_sequence_components_tmrkn2018-12-121-1/+7
* enumerator.c: rb_arithmetic_sequence_extractmrkn2018-12-121-0/+1
* Define HAVE_STMT_AND_DECL_IN_EXPR and use it [Bug #15293]naruse2018-12-101-1/+1
* `script_compiled` TracePoint event [Feature #15287]ko12018-12-061-0/+1
* Should be true fix for r66200naruse2018-12-061-5/+0
* refix of r66200naruse2018-12-061-0/+5
* Introduce "COLDFUNC" function attribute.ko12018-12-053-3/+13
* make `RARRAY_PTR_USE` more conservertive.ko12018-12-031-6/+41
* errno.h must be included after config.h because config.h might defineodaira2018-11-211-1/+1
* ruby/ruby.h: void rb_scan_args_verifynobu2018-11-191-3/+3
* * expand tabs.svn2018-11-151-2/+2
* include/ruby/ruby.h (RB_ALLOCV*): remove unnecessary GC guardnormal2018-11-151-2/+2
* * remove trailing spaces.svn2018-11-011-1/+1
* introduce USE_TRANSIENT_HEAP to enable/disable theap.ko12018-11-011-3/+19
* support theap for T_HASH. [Feature #14989]ko12018-10-303-5/+8
* introduce TransientHeap. [Bug #14858]ko12018-10-301-5/+25
* revert r65444 and r65446 because of commit missko12018-10-301-25/+5
* introduce TransientHeap. [Bug #14858]ko12018-10-301-5/+25
* Revert "vm_trace: implement postponed_jobs as st_table"normal2018-10-231-1/+5
* Define PRIdPTR etcnobu2018-10-131-0/+9
* * remove trailing space. [ci skip]svn2018-10-081-1/+1
* include/ruby/ruby.h: comment about mswin RUBY_EXTERN [ci skip]k0kubun2018-10-081-1/+2
* include/ruby/ruby.h: import external symbolsk0kubun2018-10-081-0/+6
* include/ruby/intern.h: don't modify MJIT_FUNC_EXPORTEDk0kubun2018-10-072-4/+6
* vm_core.h: fix inconsistent prototype declarationsk0kubun2018-10-071-1/+13
* use configure-defined macro instead of __GNUC__shyouhei2018-09-261-1/+1
* backward.h: removed stale declarationsnobu2018-09-051-4/+0
* ruby.h: removed internal macrosnobu2018-09-041-3/+0
* use mingw ANSI stdionobu2018-09-041-2/+2
* Declare as gnu_printf on mingwnobu2018-09-031-0/+5
* configure.ac: printf prifix for int64_tnobu2018-08-271-0/+2
* add 'x' mode character for O_EXCLkazu2018-08-091-0/+1
* use https:// instead of http://kazu2018-07-281-1/+1
* eval.c: rename "rb_frozen_class_p" to "rb_class_modify_check"mame2018-07-272-1/+3
* UNREACHABLE_RETURNnobu2018-07-241-0/+7
* Improve branch missesnobu2018-07-121-1/+1
* Fix compile error on debian8 and gentookazu2018-07-121-1/+4
* Use "diagnose_if" attribute for clangnaruse2018-07-101-11/+24
* rb_enc_aliasnobu2018-06-281-0/+1
* check enc_capable.ko12018-06-281-0/+1
* use the prefixed macronobu2018-06-271-1/+1
* Introduce `USE_GC_MALLOC_OBJ_INFO_DETAILS`. [Feature #14857]ko12018-06-201-6/+83
* intern.h: suppress warningsnobu2018-06-111-1/+9
* include/ruby/missing.h: defined(__cplusplus) before using __cplusplusngoto2018-06-051-2/+2