aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't assume __builtin_bswap32 and __builtin_bswap64 are defined on OpenBSDJeremy Evans2022-01-181-0/+2
* [Feature #18491] Drop support for HP-UXPeter Zhu2022-01-181-3/+0
* include/ruby/win32.h: define HAVE_X for the missing prototypes (#5456)Yuta Saito2022-01-181-1/+7
* Suppress possible loss of data warningsNobuyoshi Nakada2022-01-141-2/+3
* [DOC] Fix a typo in a docNobuyoshi Nakada2022-01-131-1/+1
* Enable Variable Width Allocation by defaultPeter Zhu2022-01-121-1/+1
* Make embedded string length a long for VWAPeter Zhu2022-01-121-1/+1
* Revert "Enable Variable Width Allocation by default"Peter Zhu2022-01-081-1/+1
* Use unsigned short for length of embedded stringsPeter Zhu2022-01-071-1/+1
* Enable Variable Width Allocation by defaultPeter Zhu2022-01-071-1/+1
* Revert "Enable Variable Width Allocation by default"Peter Zhu2022-01-061-1/+1
* Enable Variable Width Allocation by defaultPeter Zhu2022-01-061-1/+1
* Flush deprecation declarations for versions older than 3.0Nobuyoshi Nakada2021-12-301-50/+1
* Remove declarations of deprecated functionsNobuyoshi Nakada2021-12-301-12/+0
* Fix some bornheadsU.Nakamura2021-12-271-12/+1
* Call FlushInstrucitonCache() when PROT_EXEC is specified to mprotectU.Nakamura2021-12-271-2/+13
* Tiny mmap emulation for WindowsU.Nakamura2021-12-271-0/+19
* Remove deprecate rb_cData [Bug #18433]Nobuyoshi Nakada2021-12-261-24/+0
* Remove tainted and trusted featuresNobuyoshi Nakada2021-12-265-149/+0
* Development of 3.1.0 started.Yukihiro "Matz" Matsumoto2021-12-261-1/+1
* Fix typos [ci skip]Kazuhiro NISHIYAMA2021-12-251-1/+1
* Improvements to `rb_io_wait` return value handling and internal implementatio...Samuel Williams2021-12-241-1/+1
* Add fiber scheduler hooks for `pread`/`pwrite`, and add support to `IO::Buffer`.Samuel Williams2021-12-232-0/+32