aboutsummaryrefslogtreecommitdiffstats
path: root/include/ruby
Commit message (Expand)AuthorAgeFilesLines
* Move FL_SINGLETON to FL_USER1Jean Boussier2024-03-061-1/+1
* Hide public implementation of `rb_io`. (#9568)Samuel Williams2024-03-061-118/+1
* [DOC] fix some commentscui fliter2024-03-052-2/+2
* Clarify C API documentation about pinned classesJean Boussier2024-03-013-12/+20
* Revise 9ec342e07df6aa5e2c2e9003517753a2f1b508fdNobuyoshi Nakada2024-02-261-0/+1
* [Bug #20296] Fix the default assertion messageNobuyoshi Nakada2024-02-261-1/+0
* Introduction of Happy Eyeballs Version 2 (RFC8305) in Socket.tcp (#9374)Misaki Shioi2024-02-261-0/+1
* `rb_thread_lock_native_thread()`Koichi Sasada2024-02-211-0/+13
* Win32: Fix pre-defined macros for platformsNobuyoshi Nakada2024-02-112-7/+11
* Extract `RBIMPL_VA_OPT_ARGS`Nobuyoshi Nakada2024-02-081-22/+20
* Optional detail info at assertion failureNobuyoshi Nakada2024-02-081-10/+81
* Do not define ABI version in statically linked objectsNobuyoshi Nakada2024-02-041-1/+1
* Suppress unused-local-typedef warningsNobuyoshi Nakada2024-02-011-1/+1
* Pass down "stack start" variables from closer to the top of the stackKJ Tsanaktsidis2024-01-191-1/+1
* Revert "Pass down "stack start" variables from closer to the top of the stack"KJ Tsanaktsidis2024-01-121-1/+1
* Pass down "stack start" variables from closer to the top of the stackKJ Tsanaktsidis2024-01-121-1/+1
* Move internal ST functions to internal/st.hPeter Zhu2023-12-251-4/+0
* Development of 3.4.0 started.Yukihiro "Matz" Matsumoto2023-12-251-1/+1
* Correctly release the underlying file mapping. (#9340)Samuel Williams2023-12-251-0/+3
* IO::Buffer improvements and documentation. (#9329)Samuel Williams2023-12-252-3/+16
* Typo fixes for public headers [ci skip]Alan Wu2023-12-2112-27/+27
* [DOC] Fix rb_postponed_job_register_once typoJohn Hawthorn2023-12-211-2/+2
* rb_ext_resolve_symbol: C API to resolve and return externed symbols [Feature ...Satoshi Tagomori2023-12-141-0/+37
* Small doc improvements for rb_postponed_job APIKJ Tsanaktsidis2023-12-131-18/+23
* add `flags` to `rb_postponed_job_preregister`Koichi Sasada2023-12-101-1/+2
* Change the semantics of rb_postponed_job_registerKJ Tsanaktsidis2023-12-101-21/+125
* Add RUBY_ATOMIC_{PTR_,}FETCH macros for atomic loadsKJ Tsanaktsidis2023-12-101-0/+51
* [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