summaryrefslogtreecommitdiff
path: root/include/ruby/internal
Commit message (Expand)AuthorAgeFilesLines
* Constify `type` and `typed_flag` in `RTypedData`Nobuyoshi Nakada2023-04-271-4/+2
* 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
* [Feature #19406] Allow declarative definition of referencesMatt Valentine-House2023-03-172-1/+14
* Remove obsoleted MJIT_HEADER macroTakashi Kokubun2023-03-061-3/+1
* 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-282-2/+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-272-392/+363
* Remove USE_RGENGC_LOGGING_WB_UNPROTECTMatt Valentine-House2023-02-171-31/+2
* Implement Write Barrier for RMatch objectsJean Boussier2023-02-101-0/+11
* Extract include/ruby/internal/attr/packed_struct.hNobuyoshi Nakada2023-02-081-0/+43
* [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
* Never use the storage of another Fiber, that violates the whole designBenoit Daloze2022-12-201-5/+1
* [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
* Refactor RB_SPECIAL_CONST_P (#6759)Takashi Kokubun2022-11-171-1/+1
* Remove numiv from RObjectJemma Issroff2022-11-101-58/+1
* Transition shape when object's capacity changesJemma Issroff2022-11-101-0/+10
* Fix -Wundef warningsNobuyoshi Nakada2022-10-261-1/+1
* Use CXX14 to allow constexpr with non-return statementsNick Hengeveld2022-10-241-1/+1
* Add Class#attached_objectUfuk Kayserilioglu2022-10-201-0/+12
* Define `UNDEF_P` and `NIL_OR_UNDEF_P` [EXPERIMENTAL]Nobuyoshi Nakada2022-10-201-0/+58
* Move "special consts" so `Qundef` and `Qnil` differ just 1 bitNobuyoshi Nakada2022-10-202-12/+12
* [DOC] Fix RUBY_SYMBOL_FLAG comment [ci skip]Nobuyoshi Nakada2022-10-201-1/+1
* Assert for RTEST that Qnil and Qfalse differ just 1 bitNobuyoshi Nakada2022-10-191-0/+9
* Fix and improve coroutines for Darwin (macOS) ppc/ppc64. (#5975)Sergey Fedorov2022-10-191-0/+2
* Revert "Revert "This commit implements the Object Shapes technique in CRuby.""Jemma Issroff2022-10-112-18/+4
* object.c: rb_eql returns int not VALUEJean Boussier2022-10-101-2/+2
* Revert "This commit implements the Object Shapes technique in CRuby."Aaron Patterson2022-09-302-4/+18
* This commit implements the Object Shapes technique in CRuby.Jemma Issroff2022-09-282-18/+4
* Revert this until we can figure out WB issues or remove shapes from GCAaron Patterson2022-09-262-4/+18
* This commit implements the Object Shapes technique in CRuby.Jemma Issroff2022-09-262-18/+4
* Just a star [ci skip]Nobuyoshi Nakada2022-09-231-1/+1
* rb_define_method: dedicated overload for rb_f_notimplement卜部昌平2022-09-211-7/+8
* [Bug #5317] Use `rb_off_t` instead of `off_t`Nobuyoshi Nakada2022-09-081-1/+1
* Avoid leaving a period alone [ci skip]Takashi Kokubun2022-08-271-2/+2
* typosspaette2022-08-273-3/+4