aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Document that thread event hooks are called without the GVLJean Boussier2023-09-071-1/+33
* Expose `rb_process_status_wait` and hide `rb_process_status_waitv`. (#8316)Samuel Williams2023-08-291-0/+9
* Restore `HAVE_RB_IO_T` macro for compatibility with `kgio`, `unicorn`, etc. (...Samuel Williams2023-08-281-0/+1
* workaround clang-17 -Wc2x-extensions卜部昌平2023-08-251-0/+12
* YJIT: Move ROBJECT_OFFSET_* to yjit.c (#8157)Takashi Kokubun2023-08-021-7/+0
* support `rescue` event for TracePointKoichi Sasada2023-08-011-0/+1
* Resurrect rb_reg_prepare_re C APITakashi Kokubun2023-07-271-0/+21
* Add function rb_reg_onig_matchPeter Zhu2023-07-271-7/+11
* Check if macros are defined before usingNobuyoshi Nakada2023-07-241-4/+4
* RString NULL ptr check only when RUBY_DEBUGNobuyoshi Nakada2023-07-241-7/+3
* Embed struct rmatch into GC slot (#8097)Kunshan Wang2023-07-201-8/+6
* Move `posix_signal` declaration internal with prefix `ruby_`Nobuyoshi Nakada2023-07-171-6/+0
* Remove RARRAY_CONST_PTR_TRANSIENTPeter Zhu2023-07-131-22/+2
* Remove RARRAY_PTR_USE_TRANSIENTPeter Zhu2023-07-131-12/+2
* Remove rb_array_ptr_use_{start,end}Peter Zhu2023-07-131-52/+5
* [Feature #19730] Remove transient heapPeter Zhu2023-07-131-88/+0
* [Feature #19757] Add new API `rb_data_define`Nobuyoshi Nakada2023-07-131-0/+14
* Store object age in a bitmapMatt Valentine-House2023-07-132-41/+15
* Remove reference to USE_RINCGCMatt Valentine-House2023-07-041-12/+0
* Fix memory leak when copying ST tablesPeter Zhu2023-06-291-0/+2
* Use `rb_reg_nth_defined` instead of `rb_match_nth_defined`Nobuyoshi Nakada2023-06-271-5/+0
* Remove taint and untrusted flags (#7958)Nobuyoshi Nakada2023-06-191-9/+2
* Fixes [Bug #19732]. Add missing stdint.h header to event.h.Peter Arato2023-06-171-0/+4
* [DOC] Should use `NULL` instead of zeroNobuyoshi Nakada2023-06-121-8/+8
* Optimize `Regexp#dup` and `Regexp.new(/RE/)`Nobuyoshi Nakada2023-06-091-0/+2
* Add deprecations for public `struct rb_io` members. (#7916)Samuel Williams2023-06-081-12/+27
* Unify length field for embedded and heap strings (#7908)Peter Zhu2023-06-061-43/+13
* Expose `enum rb_io_event` flags without `_t` suffix. (#7887)Samuel Williams2023-06-011-2/+4
* Drop `_t` suffix from struct names. (#7886)Samuel Williams2023-06-012-12/+12
* Hide the usage of `rb_io_t` where possible. (#7880)Samuel Williams2023-06-011-1/+34
* Revert "Hide most of the implementation of `struct rb_io`. (#6511)"NARUSE, Yui2023-06-012-43/+125
* Hide most of the implementation of `struct rb_io`. (#6511)Samuel Williams2023-05-302-125/+43
* Improve `read`/`write`/`pread`/`pwrite` consistency. (#7860)Samuel Williams2023-05-271-6/+0
* Move rb_thread_cond_struct definition into thread_native.hKJ Tsanaktsidis2023-05-261-0/+5
* Fix "runs a C function with the global lock unlocked and unlocks IO with the ...Samuel Williams2023-05-241-4/+4
* Add support for pread/pwrite on windows. (#7827)Samuel Williams2023-05-241-4/+14
* Implement Hash ST tables on VWAPeter Zhu2023-05-171-0/+2
* Constify `type` and `typed_flag` in `RTypedData`Nobuyoshi Nakada2023-04-271-4/+2
* Refactor `Regexp#match` cache implementation (#7724)TSUYUSATO Kitsune2023-04-191-2/+0
* Add RB_WARN_CATEGORY_DEFAULT_BITSJean Boussier2023-04-141-0/+6
* Emit a performance warning when a class reached max variationsJean Boussier2023-04-131-0/+3
* Disable all warning categories other than `RB_WARN_CATEGORY_ALL_BITS`Nobuyoshi Nakada2023-04-131-1/+4
* [Bug #19584] [DOC] Tweek description of `rb_gc_register_address`Nobuyoshi Nakada2023-04-071-4/+9
* [Feature #19579] Remove !USE_RVARGC code (#7655)Peter Zhu2023-04-044-90/+0
* Support `IO#pread` / `IO#pwrite` using fiber scheduler. (#7594)Samuel Williams2023-03-312-25/+55
* Use an st table for "too complex" objectsAaron Patterson2023-03-201-0/+2
* [Feature #19406] Allow declarative definition of referencesMatt Valentine-House2023-03-172-1/+14
* Remove obsoleted MJIT_HEADER macroTakashi Kokubun2023-03-062-7/+3
* Remove obsoleted MJIT_STATIC macroTakashi Kokubun2023-03-062-20/+1
* Stop exporting symbols for MJITTakashi Kokubun2023-03-061-11/+0