summaryrefslogtreecommitdiff
path: root/include/ruby/internal
AgeCommit message (Expand)Author
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-10Implement Write Barrier for RMatch objectsJean Boussier
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-20Never use the storage of another Fiber, that violates the whole designBenoit Daloze
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-17Refactor RB_SPECIAL_CONST_P (#6759)Takashi Kokubun
2022-11-10Remove numiv from RObjectJemma Issroff
2022-11-10Transition shape when object's capacity changesJemma Issroff
2022-10-26Fix -Wundef warningsNobuyoshi Nakada
2022-10-24Use CXX14 to allow constexpr with non-return statementsNick Hengeveld
2022-10-20Add Class#attached_objectUfuk Kayserilioglu
2022-10-20Define `UNDEF_P` and `NIL_OR_UNDEF_P` [EXPERIMENTAL]Nobuyoshi Nakada
2022-10-20Move "special consts" so `Qundef` and `Qnil` differ just 1 bitNobuyoshi Nakada
2022-10-20[DOC] Fix RUBY_SYMBOL_FLAG comment [ci skip]Nobuyoshi Nakada
2022-10-19Assert for RTEST that Qnil and Qfalse differ just 1 bitNobuyoshi Nakada
2022-10-19Fix and improve coroutines for Darwin (macOS) ppc/ppc64. (#5975)Sergey Fedorov
2022-10-11Revert "Revert "This commit implements the Object Shapes technique in CRuby.""Jemma Issroff
2022-10-10object.c: rb_eql returns int not VALUEJean Boussier
2022-09-30Revert "This commit implements the Object Shapes technique in CRuby."Aaron Patterson
2022-09-28This commit implements the Object Shapes technique in CRuby.Jemma Issroff
2022-09-26Revert this until we can figure out WB issues or remove shapes from GCAaron Patterson
2022-09-26This commit implements the Object Shapes technique in CRuby.Jemma Issroff
2022-09-23Just a star [ci skip]Nobuyoshi Nakada
2022-09-21rb_define_method: dedicated overload for rb_f_notimplement卜部昌平
2022-09-08[Bug #5317] Use `rb_off_t` instead of `off_t`Nobuyoshi Nakada
2022-08-27Avoid leaving a period alone [ci skip]Takashi Kokubun
2022-08-27typosspaette
2022-08-19Support Encoding::Converter newline: :lf and :lf_newline optionsJeremy Evans
2022-08-12Stop defining `RUBY_ABI_VERSION` if released versionsNobuyoshi Nakada
2022-08-12Add missing `rb_enc_iscntrl`Nobuyoshi Nakada
2022-08-12[DOC] Use `true`/`false` for `@retval`s which are `bool`Nobuyoshi Nakada
2022-08-07[DOC] Add return values of rb_enc_mbcputNobuyoshi Nakada
2022-07-26Rename rb_ary_tmp_new to rb_ary_hidden_newPeter Zhu
2022-07-21Remove unused internal macros in rarray.hPeter Zhu
2022-07-15Implement Objects on VWAPeter Zhu
2022-07-12Fix some UBSAN false positives (#6115)Kevin Backhouse