aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Avoid leaving a period alone [ci skip]Takashi Kokubun2022-08-271-2/+2
* typosspaette2022-08-274-4/+5
* Support Encoding::Converter newline: :lf and :lf_newline optionsJeremy Evans2022-08-191-7/+11
* Stop defining `RUBY_ABI_VERSION` if released versionsNobuyoshi Nakada2022-08-121-1/+5
* Add missing `rb_enc_iscntrl`Nobuyoshi Nakada2022-08-121-0/+15
* [DOC] Use `true`/`false` for `@retval`s which are `bool`Nobuyoshi Nakada2022-08-121-43/+43
* [DOC] Add return values of rb_enc_mbcputNobuyoshi Nakada2022-08-071-4/+6
* Adjust styles [ci skip]Nobuyoshi Nakada2022-07-271-4/+8
* Rename rb_ary_tmp_new to rb_ary_hidden_newPeter Zhu2022-07-261-3/+3
* Move enum definitions out of struct definitionYusuke Endoh2022-07-221-30/+29
* Expand tabs [ci skip]Takashi Kokubun2022-07-214-26/+26
* Remove unused internal macros in rarray.hPeter Zhu2022-07-211-24/+0
* Implement Objects on VWAPeter Zhu2022-07-152-4/+43
* Fix some UBSAN false positives (#6115)Kevin Backhouse2022-07-121-1/+1
* do not define our own version of memcpy卜部昌平2022-07-071-5/+1
* Copy `IO#wait*` methods from `io-wait` gem to `io.c`.Samuel Williams2022-06-251-0/+3
* Include JIT information in crash reportsChris Seaton2022-06-201-1/+2
* GVL Instrumentation API: add STARTED and EXITED eventsJean Boussier2022-06-171-4/+6
* Remove unused and accidentally public rb_str_shared_root_p()Alan Wu2022-06-161-3/+0
* Restore rb_exec_recursive_outerJohn Hawthorn2022-06-151-2/+1
* Move String RVALUES between poolsMatt Valentine-House2022-06-131-0/+3
* Make method id explicit in rb_exec_recursive_outerJohn Hawthorn2022-06-101-1/+2
* [Feature #18339] GVL Instrumentation APIJean Boussier2022-06-031-0/+38
* Remove trailing comma from FL_USER3 (#5958)Jemma Issroff2022-05-261-1/+1
* Remove unused RMODULE_INCLUDED_INTO_REFINEMENT flagJemma Issroff2022-05-261-37/+0
* Remove unnecessary module flag, add module assertions to other module flagsJemma Issroff2022-05-231-10/+0
* Undefine RUBY_DLN_CHECK_ABI on cygwinDaisuke Fujimura (fd0)2022-05-191-1/+1
* Increase SIZE_POOL_COUNT to 5Peter Zhu2022-05-091-1/+1
* Expose `rb_hash_new_capa(long)`Jean Boussier2022-04-261-0/+11
* [Doc] correct my understanding about nonblocking mode卜部昌平2022-04-211-4/+17
* [DOC] add missing size params in fiber scheduler.h (#5441)Alex Matchneer2022-04-141-0/+2
* Finer-grained constant cache invalidation (take 2)Kevin Newton2022-04-011-0/+7
* re.c: Add Regexp.timeout= and Regexp.timeoutYusuke Endoh2022-03-301-0/+7
* Revert "Finer-grained inline constant cache invalidation"Nobuyoshi Nakada2022-03-252-7/+2
* Finer-grained inline constant cache invalidationKevin Newton2022-03-242-2/+7
* [Feature #18634] Implement Arrays on Variable Width AllocationPeter Zhu2022-03-222-2/+21
* Honor if `_Bool` is availableNobuyoshi Nakada2022-03-161-1/+1
* Wrap ruby_abi_version in `extern "C"` for C++Peter Zhu2022-03-011-0/+8
* Only define RUBY_DLN_CHECK_ABI when supportedPeter Zhu2022-03-011-4/+2
* [DOC] Fix reference in rb_enc_associate() descriptionLars Kanis2022-03-011-2/+2
* [DOC] Fix function name in exampleLars Kanis2022-03-011-1/+1
* [Feature #18249] Implement ABI checkingPeter Zhu2022-02-222-0/+46
* Check if `__assume` is supportedNobuyoshi Nakada2022-02-192-5/+1
* Define `HAVE___BUILTIN_UNREACHABLE` instead of `UNREACHABLE`Nobuyoshi Nakada2022-02-192-6/+1
* Mark `rb_clear_constant_cache` as internal use onlyNobuyoshi Nakada2022-01-202-11/+3
* include/ruby/win32.h: explicitly define HAVE_SHUTDOWNYuta Saito2022-01-191-0/+2
* include/ruby/io.h: use 0 as POLLPRI when no support for itYuta Saito2022-01-191-4/+3
* [wasm] include/ruby/io.h: define RB_WAITFD_PRI by ourselves for wasiYuta Saito2022-01-191-1/+6
* [wasm] add no thread variant for freestanding environmentYuta Saito2022-01-191-0/+6
* [wasm] wasm/missing.{c,h}: add missing libc stubs for wasi-libcYuta Saito2022-01-191-0/+113