aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Stop exposing `rb_str_chilled_p`Jean Boussier2024-06-022-40/+2
* Make value_type.h compatible with -WconversionJean Boussier2024-05-281-1/+1
* Allow compilation of C extensions with `-Wconversion`Mike Dalessio2024-05-286-14/+14
* Stop marking chilled strings as frozenÉtienne Barrié2024-05-281-0/+10
* suppress -Wold-style-cast warnings卜部昌平2024-04-291-3/+4
* workaround C++ compile error卜部昌平2024-04-291-0/+7
* use of stdckdint.h卜部昌平2024-04-272-1/+65
* Refer autoconfigured endian macro (#10572)Nobuyoshi Nakada2024-04-191-6/+2
* Include coderange.h in encoding.hPeter Zhu2024-04-181-0/+1
* RB_OBJ_FREEZE_RAW: Set the object shapeJean Boussier2024-04-161-8/+5
* put empty `rb_gc_force_recycle()`Koichi Sasada2024-04-111-0/+3
* Add builtin type assertionNobuyoshi Nakada2024-04-081-0/+11
* Remove deprecated function rb_gc_force_recyclePeter Zhu2024-04-051-16/+0
* [DOC] remove repetitive words in commentscrazeteam2024-03-271-1/+1
* Expose rb_str_chilled_pÉtienne Barrié2024-03-261-0/+15
* [DOC] Small edits in rbasic.hXavier Noria2024-03-231-10/+8
* Revert "Hide public implementation of `rb_io`. (#9568)" (#10283)Samuel Williams2024-03-221-1/+118
* Implement chilled stringsÉtienne Barrié2024-03-192-1/+3
* [Feature #20265] Remove rb_newobj_of and RB_NEWOBJ_OFPeter Zhu2024-03-143-30/+2
* [Feature #20265] Remove rb_newobj and RB_NEWOBJPeter Zhu2024-03-141-23/+0
* [Feature #20306] Implement ruby_free_at_exit_pPeter Zhu2024-03-141-0/+7
* 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