summaryrefslogtreecommitdiff
path: root/include/ruby/internal
AgeCommit message (Expand)Author
2020-11-17Expose the rb_interned_str_* family of functionsJean Boussier
2020-11-06Add docs for some C extension GC APIsAlan Wu
2020-10-30Add warning for str_new_static functionsAlan Wu
2020-10-21Ractor.make_shareable(obj)Koichi Sasada
2020-10-21Feature #16812: Allow slicing arrays with ArithmeticSequence (#3241)Kenta Murata
2020-10-17remove rb_obj_iv_index_tblKoichi Sasada
2020-10-07Revert "Don't export rb_callable_receiver"Nobuyoshi Nakada
2020-10-06Don't export rb_callable_receiverChris Seaton
2020-10-06Moved rb_callable_receiver internalNobuyoshi Nakada
2020-09-29fix typo [ci skip]卜部昌平
2020-09-28Add rb_category_warn{,ing} for warning messages with categoriesJeremy Evans
2020-09-26RBIMPL_ALIGNAS: reorder #ifdef blocks卜部昌平
2020-09-25should not check taint flag on rubyspec.Koichi Sasada
2020-09-25enrich comment卜部昌平
2020-09-25RBIMPL_ALIGNOF: do not use constexpr卜部昌平
2020-09-25ALLOCA_N: do not use RUBY_ALIGNOF卜部昌平
2020-09-25RBIMPL_ALIGNOF: do not use __alignof__卜部昌平
2020-09-23Removed rb_find_file_ext_safe and rb_find_file_safeHiroshi SHIBATA
2020-09-16Warn on a finalizer that captures the object to be finalizedChris Seaton
2020-09-06Add `RB_` prefix for size_t to number conversion.Samuel Williams
2020-09-03Introduce Ractor mechanism for parallel executionKoichi Sasada
2020-08-29Fix a typo [ci skip]Kazuhiro NISHIYAMA
2020-08-21HAVE_STMT_AND_DECL_IN_EXPR: not for Sun C++卜部昌平
2020-08-21RBIMPL_HAS_CPP_ATTRIBUTE: handle SunPro卜部昌平
2020-08-19ROBJECT_IV_INDEX_TBL: convert into an inline function卜部昌平
2020-08-15RARRAY_AREF: convert into an inline function卜部昌平
2020-08-14Enable arm64 optimizations that exist for power/x86 (#3393)AGSaidi
2020-08-07sync NDEBUG, RUBY_DEBUG, and RUBY_NDEBUG (#3327)卜部昌平
2020-07-20Move declarations to private `internal/thread.h` header.Samuel Williams
2020-07-20Rename `rb_current_thread_scheduler` to `rb_thread_scheduler_if_nonblocking`.Samuel Williams
2020-06-29Revert "RBIMPL_UNREACHABLE_RETURN: evaluate the argument"卜部昌平
2020-06-29RBIMPL_UNREACHABLE_RETURN: evaluate the argument卜部昌平
2020-05-26Get rid of redefinition of memcpy on mingwNobuyoshi Nakada
2020-05-26Use RUBY_DEBUG instead of NDEBUGKoichi Sasada
2020-05-25RBIMPL_ATTR_DEPRECATED: disable for GCC10卜部昌平
2020-05-21Added UNREACHABLE_RETURNNobuyoshi Nakada
2020-05-21rb_scan_args_set: make it slightly readable卜部昌平
2020-05-14Thread scheduler for light weight concurrency.Samuel Williams
2020-05-12Removed extra stringizationNobuyoshi Nakada
2020-05-11fix sunpro pragma卜部昌平
2020-05-11rb_str_new: hoist RB_CONSTANT_P out of function卜部昌平
2020-05-11sed -i 's|ruby/impl|ruby/internal|'卜部昌平
2020-05-11mv include/ruby/{impl,internal}卜部昌平