summaryrefslogtreecommitdiff
path: root/include/ruby/internal
AgeCommit message (Expand)Author
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}卜部昌平