aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* digest: remove OpenSSL engineKazuki Yamaguchi2020-12-0216-171/+7
* Fix code example in Readline::HISTORY documentation.Cristian Greco2020-12-021-1/+1
* memory_view.c: Check availability in rb_memory_view_getKenta Murata2020-12-023-1/+22
* Added dependencies for net-ftpHiroshi SHIBATA2020-12-021-0/+1
* Added dependencies for net-httpHiroshi SHIBATA2020-12-021-0/+1
* Added dependencies for net-smtpHiroshi SHIBATA2020-12-021-0/+2
* Added dependencies for net-protocolHiroshi SHIBATA2020-12-021-0/+3
* Added dependencies for tmpdirHiroshi SHIBATA2020-12-021-0/+2
* Added dependencies for erbHiroshi SHIBATA2020-12-021-0/+2
* Added dependencies for ppHiroshi SHIBATA2020-12-021-0/+2
* Fix docs about movement for rb_gc_register_mark_object()Alan Wu2020-12-011-4/+2
* * 2020-12-02 [ci skip]git2020-12-021-1/+1
* Bundle rbs 0.18.1 (#3825)Soutaro Matsumoto2020-12-021-1/+1
* Update fixnum.hjacopo2020-12-011-1/+1
* Added dependencies for open-uriHiroshi SHIBATA2020-12-011-0/+4
* Added dependencies for timeHiroshi SHIBATA2020-12-011-0/+2
* Added dependencies for primeHiroshi SHIBATA2020-12-011-0/+3
* Added dependencies for weakrefHiroshi SHIBATA2020-12-011-0/+2
* should not use rb_str_modify(), tooKoichi Sasada2020-12-014-3/+23
* Update ext/.documentNobuyoshi Nakada2020-12-011-1/+13
* Add monitor to document filesKazuhiro NISHIYAMA2020-12-011-0/+2
* rb_ext_ractor_safe() to declare ractor-safe extKoichi Sasada2020-12-017-21/+253
* should not use rb_ary_modify()Koichi Sasada2020-12-014-13/+29
* show with sharing infoKoichi Sasada2020-12-011-0/+1
* -> creates a lambda so this updates the documentation to reflect thatJames Koenig2020-11-301-1/+1
* ractor local storage C-APIKoichi Sasada2020-12-016-36/+254
* tune parallel testKoichi Sasada2020-12-014-1/+42
* Fix `Ractor.make_shareable` for recursive structures with unfreezable componentsMarc-Andre Lafortune2020-11-302-1/+12
* * 2020-12-01 [ci skip]git2020-12-011-2/+2
* Only check if the current ep is a local or not, then markAaron Patterson2020-11-301-4/+2
* [DOC] Update -l option [ci skip]Nobuyoshi Nakada2020-11-301-1/+1
* Clean temproray directory created by test-specNobuyoshi Nakada2020-11-301-0/+1
* Clean static-rubyNobuyoshi Nakada2020-11-301-1/+1
* Fix rb_interned_str_* functions to not assume static stringsJean Boussier2020-11-304-231/+433
* Fixed Ractor.shareable? on cross-recursive objects [Bug #17344]Nobuyoshi Nakada2020-11-302-6/+41
* Raise when loading unprovided builtin function [Bug #17192]Nobuyoshi Nakada2020-11-302-4/+18
* Keep references of memory-view-exported objects (#3816)Kenta Murata2020-11-305-57/+193
* [DOC] Fixed st_udpate comment [ci skip]Nobuyoshi Nakada2020-11-301-8/+9
* * 2020-11-30 [ci skip]git2020-11-301-1/+1
* support SIGSEGV/BUS while read_barrier_handler()Koichi Sasada2020-11-301-11/+18
* Get rid of allocation when the capacity is smallNobuyoshi Nakada2020-11-291-0/+1
* * 2020-11-29 [ci skip]git2020-11-291-1/+1
* Do not throttle the workaround for --jit-waitTakashi Kokubun2020-11-281-5/+4
* NEWS for [Feature #17136] [ci skip]Nobuyoshi Nakada2020-11-281-0/+5
* [Feature #17136] Remove special behavior from $KCODENobuyoshi Nakada2020-11-282-25/+0
* Revived the getenv macro for dln_find.cNobuyoshi Nakada2020-11-281-0/+4
* Windows: Improve readablity of getenv() encodingLars Kanis2020-11-281-4/+3
* Increase timeout for MJIT ActionsTakashi Kokubun2020-11-281-3/+3
* Fix compactions.size for throttlingTakashi Kokubun2020-11-271-1/+1
* Throttle JIT compactionTakashi Kokubun2020-11-271-4/+7