aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [DOC] Update `rb_gc_mark_locations` docJimmy Bourassa2022-12-091-1/+1
* document for commit 5bbba76489628f450949 [ci skip]卜部昌平2022-12-071-3/+30
* [DOC] Improve documentation to RB_ALLOCVLars Kanis2022-12-061-3/+3
* Clarify the storage argument. (#6849)Samuel Williams2022-12-021-2/+7
* Introduce `Fiber#storage` for inheritable fiber-scoped variables. (#6612)Samuel Williams2022-12-011-0/+21
* add debug context APIs for debuggers (frame depth)Koichi Sasada2022-11-251-6/+29
* Refactor RB_SPECIAL_CONST_P (#6759)Takashi Kokubun2022-11-171-1/+1
* Add support for `sockaddr_un` on Windows. (#6513)Samuel Williams2022-11-171-5/+1
* Windows: Readlink improvements (#6745)Lars Kanis2022-11-171-1/+0
* Remove numiv from RObjectJemma Issroff2022-11-101-58/+1
* Transition shape when object's capacity changesJemma Issroff2022-11-101-0/+10
* [Bug #19100] Add `init_int32` function to `rb_random_interface_t`Nobuyoshi Nakada2022-11-101-4/+26
* Add version to the interface of Random extensionsNobuyoshi Nakada2022-11-101-0/+33
* Reduce warningsTSUYUSATO Kitsune2022-11-091-2/+2
* Revert "Refactor field names"TSUYUSATO Kitsune2022-11-091-3/+2
* Refactor field namesTSUYUSATO Kitsune2022-11-091-2/+3
* Support OP_REPEAT and OP_REPEAT_INCTSUYUSATO Kitsune2022-11-091-0/+2
* [DOC] Fix missing type nameNobuyoshi Nakada2022-11-091-1/+1
* 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