aboutsummaryrefslogtreecommitdiffstats
path: root/include/ruby/ruby.h
Commit message (Expand)AuthorAgeFilesLines
...
* fix CI failures in x64-mingw32卜部昌平2019-08-311-13/+1
* Workaround for https://reviews.llvm.org/D25824卜部昌平2019-08-301-3/+3
* Rule out gcc on Windows卜部昌平2019-08-291-0/+12
* drop-in type check for rb_define_global_function卜部昌平2019-08-291-0/+41
* drop-in type check for rb_define_module_function卜部昌平2019-08-291-0/+41
* drop-in type check for rb_define_method卜部昌平2019-08-291-0/+48
* rb_define_hooked_variable now free from ANYARGS卜部昌平2019-08-271-16/+14
* rb_catch now free from ANYARGS卜部昌平2019-08-271-2/+2
* rb_ensure now free from ANYARGS卜部昌平2019-08-271-1/+1
* rb_rescue / rb_rescue2 now free from ANYARGS卜部昌平2019-08-271-2/+2
* rb_iterate now takes rb_block_call_func_t卜部昌平2019-08-271-1/+1
* #define RB_BLOCK_CALL_FUNC_STRICT 1卜部昌平2019-08-271-5/+1
* Fix FL_USER19Nobuyoshi Nakada2019-08-191-1/+1
* The value of rb_scan_args_verify is never usedNobuyoshi Nakada2019-08-061-5/+5
* Distinguish bad scan format from no argument variablesNobuyoshi Nakada2019-08-061-2/+2
* Use negative-sized array instead of zero-divisionNobuyoshi Nakada2019-08-051-21/+7
* Unused macro argument `varc`Nobuyoshi Nakada2019-08-051-23/+23
* constify again.Koichi Sasada2019-07-221-3/+3
* * expand tabs.git2019-07-191-1/+1
* fix shared array terminology.Koichi Sasada2019-07-191-1/+1
* Include ruby/assert.h in ruby/ruby.h so that assertions can be thereNobuyoshi Nakada2019-07-141-0/+1
* Remove IA64 support.Samuel Williams2019-06-191-6/+0
* Added missing predicate macrosNobuyoshi Nakada2019-05-281-0/+3
* Suppress paranoid warnings for external/3rd-party librariesNobuyoshi Nakada2019-05-231-0/+2
* Do not call memcpy if copying nothingNobuyoshi Nakada2019-05-171-0/+9
* Add `GC.compact` again.tenderlove2019-04-201-3/+9
* Reverting compaction for nowtenderlove2019-04-171-9/+3
* Introduce pattern matching [EXPERIMENTAL]ktsj2019-04-171-0/+1
* Adding `GC.compact` and compacting GC support.tenderlove2019-04-171-3/+9
* * expand tabs.svn2019-04-101-1/+1
* Reverting all commits from r67479 to r67496 because of CI failureskazu2019-04-101-7/+3
* fix RMoved definition locationtenderlove2019-04-091-5/+0
* Adding `GC.compact` and compacting GC support.tenderlove2019-04-091-3/+12
* Introduce RVALUE_EMBED_LEN_MAX to remove a magic numbermrkn2019-02-141-3/+8
* 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-051-2/+2
* make `RARRAY_PTR_USE` more conservertive.ko12018-12-031-6/+41
* 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-301-3/+5
* 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
* Define PRIdPTR etcnobu2018-10-131-0/+9