aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update the depend filesMatt Valentine-House2023-02-281-425/+0
* Merge internal/rgengc.h and internal/gc.hMatt Valentine-House2023-02-283-3/+424
* Remove "unused parameter" warnings on include of ruby.hSébastien Helleu2023-02-282-0/+13
* Merge internal/intern/gc.h into internal/gc.hMatt Valentine-House2023-02-273-393/+363
* Remove USE_RGENGC_LOGGING_WB_UNPROTECTMatt Valentine-House2023-02-171-31/+2
* Add utility macros `DECIMAL_SIZE_OF` and `DECIMAL_SIZE_OF_BYTES`Nobuyoshi Nakada2023-02-141-0/+9
* Implement Write Barrier for RMatch objectsJean Boussier2023-02-101-0/+11
* Replace `PACKED_STRUCT` in includeNobuyoshi Nakada2023-02-081-3/+4
* Extract include/ruby/internal/attr/packed_struct.hNobuyoshi Nakada2023-02-082-10/+51
* [Bug #19289] Retain `ruby_abi_version` functionNobuyoshi Nakada2023-01-201-2/+5
* Remove macro RHASH_ITER_LEVPeter Zhu2023-01-181-13/+0
* Remove Encoding#replicateBenoit Daloze2023-01-111-17/+0
* Reset ABI version [ci skip]Nobuyoshi Nakada2022-12-261-1/+1
* Development of 3.3.0 started.Yukihiro "Matz" Matsumoto2022-12-261-1/+1
* Never use the storage of another Fiber, that violates the whole designBenoit Daloze2022-12-201-5/+1
* Add `Regexp.linear_time?` (#6901)TSUYUSATO Kitsune2022-12-141-0/+2
* [ci skip] Fix Doxygen for ROBJECT MacroMatt Valentine-House2022-12-131-2/+2
* [DOC] Update `rb_gc_mark_locations` docJimmy Bourassa2022-12-091-1/+1