aboutsummaryrefslogtreecommitdiffstats
path: root/include/ruby/internal
Commit message (Expand)AuthorAgeFilesLines
* 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
* Restore rb_exec_recursive_outerJohn Hawthorn2022-06-151-2/+1
* Move String RVALUES between poolsMatt Valentine-House2022-06-131-0/+3
* Make method id explicit in rb_exec_recursive_outerJohn Hawthorn2022-06-101-1/+2
* Remove trailing comma from FL_USER3 (#5958)Jemma Issroff2022-05-261-1/+1
* Remove unused RMODULE_INCLUDED_INTO_REFINEMENT flagJemma Issroff2022-05-261-37/+0
* Remove unnecessary module flag, add module assertions to other module flagsJemma Issroff2022-05-231-10/+0
* Undefine RUBY_DLN_CHECK_ABI on cygwinDaisuke Fujimura (fd0)2022-05-191-1/+1
* Increase SIZE_POOL_COUNT to 5Peter Zhu2022-05-091-1/+1
* Expose `rb_hash_new_capa(long)`Jean Boussier2022-04-261-0/+11
* Finer-grained constant cache invalidation (take 2)Kevin Newton2022-04-011-0/+7
* Revert "Finer-grained inline constant cache invalidation"Nobuyoshi Nakada2022-03-251-7/+0
* Finer-grained inline constant cache invalidationKevin Newton2022-03-241-0/+7
* [Feature #18634] Implement Arrays on Variable Width AllocationPeter Zhu2022-03-222-2/+21
* Honor if `_Bool` is availableNobuyoshi Nakada2022-03-161-1/+1
* Wrap ruby_abi_version in `extern "C"` for C++Peter Zhu2022-03-011-0/+8
* Only define RUBY_DLN_CHECK_ABI when supportedPeter Zhu2022-03-011-4/+2
* [DOC] Fix reference in rb_enc_associate() descriptionLars Kanis2022-03-011-2/+2
* [DOC] Fix function name in exampleLars Kanis2022-03-011-1/+1
* [Feature #18249] Implement ABI checkingPeter Zhu2022-02-221-0/+45
* Check if `__assume` is supportedNobuyoshi Nakada2022-02-191-4/+1
* Define `HAVE___BUILTIN_UNREACHABLE` instead of `UNREACHABLE`Nobuyoshi Nakada2022-02-191-5/+1