summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2020-10-07Revert "Don't export rb_callable_receiver"Nobuyoshi Nakada
2020-10-06Don't export rb_callable_receiverChris Seaton
2020-10-06include/ruby/memory_view.h: annotate functions卜部昌平
2020-10-06rb_memory_view_is_contiguous: convert into an inline function卜部昌平
2020-10-06memory_view.h: use bool卜部昌平
2020-10-06RB_RANDOM_DATA_INIT_PARENT: convert into an inline function卜部昌平
2020-10-06rb_rand_if: convert into an inline function卜部昌平
2020-10-06include/ruby/random.h: eliminate extern "C"卜部昌平
2020-10-06Moved rb_callable_receiver internalNobuyoshi Nakada
2020-10-02memory_view.c: Use ssize_t for ndim in memory_view (#3615)Kenta Murata
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-25memory_view.h: brush up the description in the commentKenta Murata
2020-09-25Buffer protocol proposal (#3261)Kenta Murata
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-14Rework console to use `rb_io_wait`.Samuel Williams
2020-09-14Add support for hooking `IO#read`.Samuel Williams
2020-09-14Standardised scheduler interface.Samuel Williams
2020-09-14Simplify bitmasks for IO events.Samuel Williams
2020-09-14Add RB_ prefix to `GetOpenFile` and `MakeOpenFile`.Samuel Williams
2020-09-07Added `rb_random_base_init`Nobuyoshi Nakada
2020-09-07Added WITH_REAL macrosNobuyoshi Nakada
2020-09-07Added `get_real` interfaceNobuyoshi Nakada
2020-09-07Added rb_int_pair_to_realNobuyoshi Nakada
2020-09-07separate rb_random_tNobuyoshi Nakada
2020-09-06Add `RB_` prefix for size_t to number conversion.Samuel Williams
2020-09-03Introduce Ractor mechanism for parallel executionKoichi Sasada
2020-08-31Version number bumped to 3.0.0 from 2.8.0 (tentative).Yukihiro "Matz" Matsumoto
2020-08-29Fix a typo [ci skip]Kazuhiro NISHIYAMA
2020-08-27include/ruby/backward/2/rmodule.h: deprecate卜部昌平
2020-08-27RUBY_SHOW_COPYRIGHT_TO_DIE: flip the default卜部昌平
2020-08-27include/ruby/backward/2/r_cast.h: deprecate卜部昌平
2020-08-27improve deprecation warning卜部昌平
2020-08-27DEPRECATED_TYPE: is deprecated卜部昌平
2020-08-27RClassDeprecated: delete卜部昌平
2020-08-27git rm include/ruby/backward/rubyio.h卜部昌平
2020-08-27git rm include/ruby/backward/rubysig.h卜部昌平
2020-08-27git rm include/ruby/backward/{st,util}.h卜部昌平
2020-08-27git rm include/ruby/backward/classext.h卜部昌平
2020-08-27sed -i '\,2/extern.h,d'卜部昌平
2020-08-27git rm include/ruby/backward/2/extern.h卜部昌平
2020-08-21HAVE_STMT_AND_DECL_IN_EXPR: not for Sun C++卜部昌平
2020-08-21RBIMPL_HAS_CPP_ATTRIBUTE: handle SunPro卜部昌平