aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Fix -Wundef warningsNobuyoshi Nakada2022-10-263-3/+3
* Prevent potential buffer overrun in onigmoYusuke Endoh2022-10-251-2/+2
* Use CXX14 to allow constexpr with non-return statementsNick Hengeveld2022-10-241-1/+1
* Add Class#attached_objectUfuk Kayserilioglu2022-10-201-0/+12
* Define `UNDEF_P` and `NIL_OR_UNDEF_P` [EXPERIMENTAL]Nobuyoshi Nakada2022-10-201-0/+58
* Move "special consts" so `Qundef` and `Qnil` differ just 1 bitNobuyoshi Nakada2022-10-202-12/+12
* [DOC] Fix RUBY_SYMBOL_FLAG comment [ci skip]Nobuyoshi Nakada2022-10-201-1/+1
* Assert for RTEST that Qnil and Qfalse differ just 1 bitNobuyoshi Nakada2022-10-191-0/+9
* Fix and improve coroutines for Darwin (macOS) ppc/ppc64. (#5975)Sergey Fedorov2022-10-191-0/+2
* Add support for anonymous shared IO buffers. (#6580)Samuel Williams2022-10-191-0/+3
* Update `Fiber::Scheduler` documentation. (#6562)Samuel Williams2022-10-151-14/+20
* Introduce `Fiber::Scheduler#io_select` hook for non-blocking `IO.select`. (#6...Samuel Williams2022-10-151-1/+21
* Improvements to IO::Buffer implementation and documentation. (#6525)Samuel Williams2022-10-122-12/+20
* Revert "Revert "This commit implements the Object Shapes technique in CRuby.""Jemma Issroff2022-10-112-18/+4
* object.c: rb_eql returns int not VALUEJean Boussier2022-10-101-2/+2
* Try `nil` as default for 'default timeout'. (#6509)Samuel Williams2022-10-081-4/+4
* Simplify default argument specification. (#6507)Samuel Williams2022-10-071-0/+5
* Add IO#timeout attribute and use it for blocking IO operations. (#5653)Samuel Williams2022-10-071-14/+36
* Revert "This commit implements the Object Shapes technique in CRuby."Aaron Patterson2022-09-302-4/+18
* This commit implements the Object Shapes technique in CRuby.Jemma Issroff2022-09-282-18/+4
* Revert this until we can figure out WB issues or remove shapes from GCAaron Patterson2022-09-262-4/+18
* This commit implements the Object Shapes technique in CRuby.Jemma Issroff2022-09-262-18/+4
* Fix `io/buffer.h` header guard.Samuel Williams2022-09-261-3/+3
* Just a star [ci skip]Nobuyoshi Nakada2022-09-231-1/+1
* rb_define_method: dedicated overload for rb_f_notimplement卜部昌平2022-09-211-7/+8
* [Bug #5317] Use `rb_off_t` instead of `off_t`Nobuyoshi Nakada2022-09-084-12/+11
* Avoid leaving a period alone [ci skip]Takashi Kokubun2022-08-271-2/+2
* typosspaette2022-08-274-4/+5
* Support Encoding::Converter newline: :lf and :lf_newline optionsJeremy Evans2022-08-191-7/+11
* Stop defining `RUBY_ABI_VERSION` if released versionsNobuyoshi Nakada2022-08-121-1/+5
* Add missing `rb_enc_iscntrl`Nobuyoshi Nakada2022-08-121-0/+15
* [DOC] Use `true`/`false` for `@retval`s which are `bool`Nobuyoshi Nakada2022-08-121-43/+43
* [DOC] Add return values of rb_enc_mbcputNobuyoshi Nakada2022-08-071-4/+6
* Adjust styles [ci skip]Nobuyoshi Nakada2022-07-271-4/+8
* Rename rb_ary_tmp_new to rb_ary_hidden_newPeter Zhu2022-07-261-3/+3
* Move enum definitions out of struct definitionYusuke Endoh2022-07-221-30/+29
* Expand tabs [ci skip]Takashi Kokubun2022-07-214-26/+26
* Remove unused internal macros in rarray.hPeter Zhu2022-07-211-24/+0
* Implement Objects on VWAPeter Zhu2022-07-152-4/+43
* Fix some UBSAN false positives (#6115)Kevin Backhouse2022-07-121-1/+1
* do not define our own version of memcpy卜部昌平2022-07-071-5/+1
* Copy `IO#wait*` methods from `io-wait` gem to `io.c`.Samuel Williams2022-06-251-0/+3
* Include JIT information in crash reportsChris Seaton2022-06-201-1/+2
* GVL Instrumentation API: add STARTED and EXITED eventsJean Boussier2022-06-171-4/+6
* Remove unused and accidentally public rb_str_shared_root_p()Alan Wu2022-06-161-3/+0
* Restore rb_exec_recursive_outerJohn Hawthorn2022-06-151-2/+1
* Move String RVALUES between poolsMatt Valentine-House2022-06-131-0/+3
* Make method id explicit in rb_exec_recursive_outerJohn Hawthorn2022-06-101-1/+2
* [Feature #18339] GVL Instrumentation APIJean Boussier2022-06-031-0/+38
* Remove trailing comma from FL_USER3 (#5958)Jemma Issroff2022-05-261-1/+1