summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2023-06-08Add deprecations for public `struct rb_io` members. (#7916)Samuel Williams
2023-06-06Unify length field for embedded and heap strings (#7908)Peter Zhu
2023-06-01Expose `enum rb_io_event` flags without `_t` suffix. (#7887)Samuel Williams
2023-06-01Drop `_t` suffix from struct names. (#7886)Samuel Williams
2023-06-01Hide the usage of `rb_io_t` where possible. (#7880)Samuel Williams
2023-06-01Revert "Hide most of the implementation of `struct rb_io`. (#6511)"NARUSE, Yui
2023-05-30Hide most of the implementation of `struct rb_io`. (#6511)Samuel Williams
2023-05-27Improve `read`/`write`/`pread`/`pwrite` consistency. (#7860)Samuel Williams
2023-05-26Move rb_thread_cond_struct definition into thread_native.hKJ Tsanaktsidis
2023-05-24Fix "runs a C function with the global lock unlocked and unlocks IO with the ...Samuel Williams
2023-05-24Add support for pread/pwrite on windows. (#7827)Samuel Williams
2023-05-17Implement Hash ST tables on VWAPeter Zhu
2023-04-27Constify `type` and `typed_flag` in `RTypedData`Nobuyoshi Nakada
2023-04-19Refactor `Regexp#match` cache implementation (#7724)TSUYUSATO Kitsune
2023-04-14Add RB_WARN_CATEGORY_DEFAULT_BITSJean Boussier
2023-04-13Emit a performance warning when a class reached max variationsJean Boussier
2023-04-13Disable all warning categories other than `RB_WARN_CATEGORY_ALL_BITS`Nobuyoshi Nakada
2023-04-07[Bug #19584] [DOC] Tweek description of `rb_gc_register_address`Nobuyoshi Nakada
2023-04-04[Feature #19579] Remove !USE_RVARGC code (#7655)Peter Zhu
2023-03-31Support `IO#pread` / `IO#pwrite` using fiber scheduler. (#7594)Samuel Williams
2023-03-20Use an st table for "too complex" objectsAaron Patterson
2023-03-17[Feature #19406] Allow declarative definition of referencesMatt Valentine-House
2023-03-06Remove obsoleted MJIT_HEADER macroTakashi Kokubun
2023-03-06Remove obsoleted MJIT_STATIC macroTakashi Kokubun
2023-03-06Stop exporting symbols for MJITTakashi Kokubun
2023-02-28Update the depend filesMatt Valentine-House
2023-02-28Merge internal/rgengc.h and internal/gc.hMatt Valentine-House
2023-02-28Remove "unused parameter" warnings on include of ruby.hSébastien Helleu
2023-02-27Merge internal/intern/gc.h into internal/gc.hMatt Valentine-House
2023-02-17Remove USE_RGENGC_LOGGING_WB_UNPROTECTMatt Valentine-House
2023-02-14Add utility macros `DECIMAL_SIZE_OF` and `DECIMAL_SIZE_OF_BYTES`Nobuyoshi Nakada
2023-02-10Implement Write Barrier for RMatch objectsJean Boussier
2023-02-08Replace `PACKED_STRUCT` in includeNobuyoshi Nakada
2023-02-08Extract include/ruby/internal/attr/packed_struct.hNobuyoshi Nakada
2023-01-20[Bug #19289] Retain `ruby_abi_version` functionNobuyoshi Nakada
2023-01-18Remove macro RHASH_ITER_LEVPeter Zhu
2023-01-11Remove Encoding#replicateBenoit Daloze
2022-12-26Reset ABI version [ci skip]Nobuyoshi Nakada
2022-12-26Development of 3.3.0 started.Yukihiro "Matz" Matsumoto
2022-12-20Never use the storage of another Fiber, that violates the whole designBenoit Daloze
2022-12-14Add `Regexp.linear_time?` (#6901)TSUYUSATO Kitsune
2022-12-13[ci skip] Fix Doxygen for ROBJECT MacroMatt Valentine-House
2022-12-09[DOC] Update `rb_gc_mark_locations` docJimmy Bourassa
2022-12-07document for commit 5bbba76489628f450949 [ci skip]卜部昌平
2022-12-06[DOC] Improve documentation to RB_ALLOCVv3_2_0_rc1Lars Kanis
2022-12-02Clarify the storage argument. (#6849)Samuel Williams
2022-12-01Introduce `Fiber#storage` for inheritable fiber-scoped variables. (#6612)Samuel Williams
2022-11-25add debug context APIs for debuggers (frame depth)Koichi Sasada
2022-11-17Refactor RB_SPECIAL_CONST_P (#6759)Takashi Kokubun
2022-11-17Add support for `sockaddr_un` on Windows. (#6513)Samuel Williams