aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [ci skip] comment for commit be1bbd5b7d40ad863ab35097765d3754726bbd54卜部昌平2023-12-081-5/+105
* Thread specific storage APIsKoichi Sasada2023-12-081-0/+40
* Add `RUBY_REFERENCES`Nobuyoshi Nakada2023-11-301-1/+2
* Prefix `REF_EDGE` and `REFS_LIST_PTR` with `RUBY_`Nobuyoshi Nakada2023-11-301-2/+2
* Refactor and fix the GVL instrumentation APIJean Boussier2023-11-271-2/+5
* Constify `RUBY_REFERENCES_START` tablesNobuyoshi Nakada2023-11-261-1/+1
* GVL Instrumentation: pass thread->self as part of event dataJean Boussier2023-11-131-1/+3
* [DOC] Update comment for `DECIMAL_SIZE_OF_BITS`Nobuyoshi Nakada2023-11-111-1/+3
* TypedData_Make_Struct0: cast RTYPEDDATA_GET_DATA return pointerJean Boussier2023-11-081-1/+1
* Implement embedded TypedData objectsPeter Zhu2023-11-071-2/+37
* [DOC] Update the document for `FilePathStringValue`Nobuyoshi Nakada2023-11-021-2/+4
* [Feature #10602] Add new API rb_profile_thread_frames()Daisuke Aritomo2023-10-311-0/+19
* M:N thread scheduler for RactorsKoichi Sasada2023-10-121-0/+18
* [DOC] Fix description for `rb_postponed_job_register_one()`Daisuke Aritomo2023-10-041-3/+3
* Fix documentation for rb_warn() and friendsBenoit Daloze2023-09-291-11/+11
* [DOC] Missing comment markersNobuyoshi Nakada2023-09-272-2/+2
* Fix comment for rb_enc_str_new [ci skip]John Hawthorn2023-09-161-1/+1
* memory_view: Avoid using bit fieldSutou Kouhei2023-09-091-2/+2
* 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