summaryrefslogtreecommitdiff
path: root/include/ruby/internal
Commit message (Expand)AuthorAgeFilesLines
* 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
* Support Encoding::Converter newline: :lf and :lf_newline optionsJeremy Evans2022-08-191-7/+11
* Stop defining `RUBY_ABI_VERSION` if released versionsNobuyoshi Nakada2022-08-121-1/+5
* Add missing `rb_enc_iscntrl`Nobuyoshi Nakada2022-08-121-0/+15
* [DOC] Use `true`/`false` for `@retval`s which are `bool`Nobuyoshi Nakada2022-08-121-43/+43
* [DOC] Add return values of rb_enc_mbcputNobuyoshi Nakada2022-08-071-4/+6
* Rename rb_ary_tmp_new to rb_ary_hidden_newPeter Zhu2022-07-261-3/+3
* Remove unused internal macros in rarray.hPeter Zhu2022-07-211-24/+0
* Implement Objects on VWAPeter Zhu2022-07-152-4/+43
* Fix some UBSAN false positives (#6115)Kevin Backhouse2022-07-121-1/+1
* do not define our own version of memcpy卜部昌平2022-07-071-5/+1
* Remove unused and accidentally public rb_str_shared_root_p()Alan Wu2022-06-161-3/+0