aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Improve IO::Buffer resize and introduce ownership transfer.Samuel Williams2021-12-201-1/+2
* Default size for IO::Buffer.Samuel Williams2021-12-191-0/+1
* Introduce io_result wrapper for passing `[-errno, size]` in VALUE.Samuel Williams2021-12-181-2/+52
* intern/select/posix.h: remove unused parameter from rb_fd_dupYuta Saito2021-12-111-2/+1
* Revert zero-check for allocaNobuyoshi Nakada2021-12-101-3/+3
* Fix stack buffer overflowNobuyoshi Nakada2021-12-101-3/+3
* Add Class#subclassesJean Boussier2021-11-231-1/+14
* revival of must_not_null()卜部昌平2021-11-111-8/+6
* rb_file_size: add doxygen卜部昌平2021-11-111-0/+17
* rb_enc_code_to_mbclen: fix doxygen卜部昌平2021-11-111-4/+4
* RB_ENCODING_SET_INLINED: fix doxygen卜部昌平2021-11-111-3/+3
* ENCODING_MASK: fix doxygen link [ci skip]卜部昌平2021-11-111-1/+1
* io/buffer.h: C linkage卜部昌平2021-11-111-2/+2
* size_t is not for file sizeNobuyoshi Nakada2021-11-102-2/+6
* Mark IO::Buffer as experimental.Samuel Williams2021-11-101-0/+3
* IO::Buffer for scheduler interface.Samuel Williams2021-11-104-4/+118
* [Feature #18290] Deprecate rb_gc_force_recycle and remove invalidate_mark_sta...Peter Zhu2021-11-081-0/+2
* memory_view.c: Add _memory_view_entry member in rb_memory_view_t (#5088)Kenta Murata2021-11-081-4/+8
* Fix typosNobuyoshi Nakada2021-11-026-9/+9
* Add Class#descendantsJeremy Evans2021-10-261-0/+13
* improve doc coverage [ci skip]卜部昌平2021-10-261-7/+9
* just another evidence that @shyouhei is an idiot [ci skip]卜部昌平2021-10-261-1/+1
* [Feature #18239] Implement VWA for stringsPeter Zhu2021-10-252-0/+24
* [Feature #18239] Add struct for embedded stringsPeter Zhu2021-10-251-10/+11
* Deprecate include/prepend in refinements and add Refinement#import_methods in...Shugo Maeda2021-10-212-0/+9
* Remove duplicate type qualifiersNobuyoshi Nakada2021-10-062-20/+20
* Adjust types to rb_enc_left_char_headNobuyoshi Nakada2021-10-051-1/+1
* rb_enc_left_char_head(): take void*卜部昌平2021-10-051-1/+1
* include/ruby/encoding.h: convert macros into inline functions卜部昌平2021-10-054-105/+366
* split include/ruby/encoding.h卜部昌平2021-10-0510-2269/+2563
* rb_ractor_shareable_p(): fix doxygen卜部昌平2021-10-051-2/+3
* rb_fiber_raise(): add doxygen卜部昌平2021-09-301-9/+23
* Introduce `RBIMPL_NONNULL_ARG` macroNobuyoshi Nakada2021-09-271-0/+2
* Align the implementation precedences with `rb_atomic_t` definitionNobuyoshi Nakada2021-09-241-0/+12
* RBIMPL_ATTR_NOALIAS: not until LLVM 12卜部昌平2021-09-221-1/+12
* include/ruby/atomic.h: rework卜部昌平2021-09-221-278/+664
* Expose `rb_fiber_raise` and tidy up the internal implementation.Samuel Williams2021-09-201-0/+2
* include/ruby/atomic.h: add doxygen卜部昌平2021-09-151-1/+257
* Suppress deprecated rb_iterate declaration warnings in C++Nobuyoshi Nakada2021-09-111-0/+5
* Remove printf family from the mjit headerNobuyoshi Nakada2021-09-111-12/+12
* suppress GCC's -Wmissing-attribute卜部昌平2021-09-101-0/+2
* rb_ary_new_from_values: can take NULLs卜部昌平2021-09-101-1/+0
* suppress GCC's -Wsuggest-attribute=format卜部昌平2021-09-101-0/+2
* ruby_scan_oct, ruby_scan_hex: are not pure卜部昌平2021-09-101-4/+2
* ruby_cleanup: fix MSVC compile error卜部昌平2021-09-101-5/+1
* include/ruby.h: skip doxygen卜部昌平2021-09-101-1/+0
* include/ruby/backward.h: skip doxygen卜部昌平2021-09-101-1/+0
* include/ruby/debug.h: add doxygen卜部昌平2021-09-101-7/+548
* include/ruby/defines.h: add doxygen卜部昌平2021-09-101-1/+9
* forgot to delete a redundant comment卜部昌平2021-09-101-1/+0