summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* document for commit 5bbba76489628f450949 [ci skip]卜部昌平2022-12-071-3/+30
* [DOC] Improve documentation to RB_ALLOCVv3_2_0_rc1Lars Kanis2022-12-061-3/+3
* Clarify the storage argument. (#6849)Samuel Williams2022-12-021-2/+7
* Introduce `Fiber#storage` for inheritable fiber-scoped variables. (#6612)Samuel Williams2022-12-011-0/+21
* add debug context APIs for debuggers (frame depth)Koichi Sasada2022-11-251-6/+29
* Refactor RB_SPECIAL_CONST_P (#6759)Takashi Kokubun2022-11-171-1/+1
* Add support for `sockaddr_un` on Windows. (#6513)Samuel Williams2022-11-171-5/+1
* Windows: Readlink improvements (#6745)Lars Kanis2022-11-171-1/+0
* Remove numiv from RObjectJemma Issroff2022-11-101-58/+1
* Transition shape when object's capacity changesJemma Issroff2022-11-101-0/+10
* [Bug #19100] Add `init_int32` function to `rb_random_interface_t`Nobuyoshi Nakada2022-11-101-4/+26
* Add version to the interface of Random extensionsNobuyoshi Nakada2022-11-101-0/+33
* Reduce warningsTSUYUSATO Kitsune2022-11-091-2/+2
* Revert "Refactor field names"TSUYUSATO Kitsune2022-11-091-3/+2
* Refactor field namesTSUYUSATO Kitsune2022-11-091-2/+3
* Support OP_REPEAT and OP_REPEAT_INCTSUYUSATO Kitsune2022-11-091-0/+2
* [DOC] Fix missing type nameNobuyoshi Nakada2022-11-091-1/+1
* Fix -Wundef warningsNobuyoshi Nakada2022-10-263-3/+3