aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* memory_view.h: brush up the description in the commentKenta Murata2020-09-251-2/+7
* Buffer protocol proposal (#3261)Kenta Murata2020-09-251-0/+136
* should not check taint flag on rubyspec.Koichi Sasada2020-09-251-0/+1
* enrich comment卜部昌平2020-09-251-4/+13
* RBIMPL_ALIGNOF: do not use constexpr卜部昌平2020-09-251-16/+8
* ALLOCA_N: do not use RUBY_ALIGNOF卜部昌平2020-09-251-11/+1
* RBIMPL_ALIGNOF: do not use __alignof__卜部昌平2020-09-251-41/+49
* Removed rb_find_file_ext_safe and rb_find_file_safeHiroshi SHIBATA2020-09-231-2/+0
* Warn on a finalizer that captures the object to be finalizedChris Seaton2020-09-161-0/+1
* Rework console to use `rb_io_wait`.Samuel Williams2020-09-141-2/+2
* Add support for hooking `IO#read`.Samuel Williams2020-09-141-0/+2
* Standardised scheduler interface.Samuel Williams2020-09-141-3/+6
* Simplify bitmasks for IO events.Samuel Williams2020-09-141-0/+6
* Add RB_ prefix to `GetOpenFile` and `MakeOpenFile`.Samuel Williams2020-09-141-2/+4
* Added `rb_random_base_init`Nobuyoshi Nakada2020-09-071-0/+1
* Added WITH_REAL macrosNobuyoshi Nakada2020-09-071-4/+10
* Added `get_real` interfaceNobuyoshi Nakada2020-09-071-0/+2
* Added rb_int_pair_to_realNobuyoshi Nakada2020-09-071-2/+1
* separate rb_random_tNobuyoshi Nakada2020-09-071-0/+80
* Add `RB_` prefix for size_t to number conversion.Samuel Williams2020-09-061-12/+17
* Introduce Ractor mechanism for parallel executionKoichi Sasada2020-09-031-0/+1
* Version number bumped to 3.0.0 from 2.8.0 (tentative).Yukihiro "Matz" Matsumoto2020-08-311-2/+2
* Fix a typo [ci skip]Kazuhiro NISHIYAMA2020-08-291-1/+1
* include/ruby/backward/2/rmodule.h: deprecate卜部昌平2020-08-272-1/+6
* RUBY_SHOW_COPYRIGHT_TO_DIE: flip the default卜部昌平2020-08-271-5/+2
* include/ruby/backward/2/r_cast.h: deprecate卜部昌平2020-08-272-1/+6
* improve deprecation warning卜部昌平2020-08-271-7/+4
* DEPRECATED_TYPE: is deprecated卜部昌平2020-08-271-1/+17
* RClassDeprecated: delete卜部昌平2020-08-271-9/+0
* git rm include/ruby/backward/rubyio.h卜部昌平2020-08-271-18/+0
* git rm include/ruby/backward/rubysig.h卜部昌平2020-08-271-26/+0
* git rm include/ruby/backward/{st,util}.h卜部昌平2020-08-272-36/+0
* git rm include/ruby/backward/classext.h卜部昌平2020-08-271-25/+0
* sed -i '\,2/extern.h,d'卜部昌平2020-08-271-1/+0
* git rm include/ruby/backward/2/extern.h卜部昌平2020-08-271-46/+0
* HAVE_STMT_AND_DECL_IN_EXPR: not for Sun C++卜部昌平2020-08-211-0/+8
* RBIMPL_HAS_CPP_ATTRIBUTE: handle SunPro卜部昌平2020-08-211-2/+10
* ROBJECT_IV_INDEX_TBL: convert into an inline function卜部昌平2020-08-191-5/+21
* RARRAY_AREF: convert into an inline function卜部昌平2020-08-151-15/+10
* Enable arm64 optimizations that exist for power/x86 (#3393)AGSaidi2020-08-141-0/+2
* sync NDEBUG, RUBY_DEBUG, and RUBY_NDEBUG (#3327)卜部昌平2020-08-074-45/+169
* include/ruby/util.h: delete unused codes卜部昌平2020-07-231-21/+0
* Move declarations to private `internal/thread.h` header.Samuel Williams2020-07-201-5/+0
* Rename `rb_current_thread_scheduler` to `rb_thread_scheduler_if_nonblocking`.Samuel Williams2020-07-201-1/+2
* Revert "RBIMPL_UNREACHABLE_RETURN: evaluate the argument"卜部昌平2020-06-291-1/+1
* RBIMPL_UNREACHABLE_RETURN: evaluate the argument卜部昌平2020-06-291-1/+1
* RUBY_ASSERT_NOASSUMEKoichi Sasada2020-05-291-1/+1
* Removed a trailing space [ci skip]Nobuyoshi Nakada2020-05-271-1/+1
* Get rid of redefinition of memcpy on mingwNobuyoshi Nakada2020-05-261-0/+2
* Update include/ruby/assert.hKoichi Sasada2020-05-261-1/+7