aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Added missing predicate macrosNobuyoshi Nakada2019-05-281-0/+3
* remove obsolete rb_gc_finalize_deferred().Koichi Sasada2019-05-281-1/+0
* Add FrozenError#receiverJeremy Evans2019-05-261-0/+1
* Suppress paranoid warnings for external/3rd-party librariesNobuyoshi Nakada2019-05-231-0/+2
* Eagerly name modules and classesAlan Wu2019-05-221-1/+0
* Rename rb_gc_new_location to rb_gc_locationAaron Patterson2019-05-181-1/+1
* Do not call memcpy if copying nothingNobuyoshi Nakada2019-05-171-0/+9
* Reduce ONIG_NREGION from 10 to 4: power of 2 and testing revealed most patter...Lourens Naudé2019-05-071-1/+1
* Remove member char_offset_updated from struct rmatch as member char_offset_nu...Lourens Naudé2019-04-241-2/+1
* Only define history_root member of the Oniguruma re_registers struct if USE_C...Lourens Naudé2019-04-241-0/+6
* ViewVC of svn.ruby-lang.org was shutdown status.SHIBATA Hiroshi2019-04-221-2/+1
* Make rb_hash_bulk_insert publicnaruse2019-04-211-0/+1
* Add `GC.compact` again.tenderlove2019-04-203-4/+17
* Reverting compaction for nowtenderlove2019-04-173-17/+4
* Introduce pattern matching [EXPERIMENTAL]ktsj2019-04-171-0/+1
* Adding `GC.compact` and compacting GC support.tenderlove2019-04-173-4/+17
* * expand tabs.svn2019-04-101-1/+1
* Reverting all commits from r67479 to r67496 because of CI failureskazu2019-04-103-14/+4
* fix RMoved definition locationtenderlove2019-04-091-5/+0
* Adding `GC.compact` and compacting GC support.tenderlove2019-04-093-4/+19
* 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