aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * 2020-12-03 [ci skip]git2020-12-031-1/+1
* Incremental sweeping should not require page allocationAaron Patterson2020-12-021-3/+2
* ENV.index: delete卜部昌平2020-12-023-21/+8
* Added dependencies for net-popHiroshi SHIBATA2020-12-021-0/+2
* Added dependencies for net-imapHiroshi SHIBATA2020-12-021-0/+2
* Revert "Removed deprecated Dir.exists? and File.exists?"Nobuyoshi Nakada2020-12-023-6/+29
* Removed deprecated Dir.exists? and File.exists?Nobuyoshi Nakada2020-12-023-29/+6
* test-bundled-gems: select bundled gems to test by BUNDLED_GEMSNobuyoshi Nakada2020-12-022-1/+3
* gmake.mk: renamed BUNDLED_GEMS as bundled-gemsNobuyoshi Nakada2020-12-021-3/+3
* Loaded script is unset yet when crashed in the initialization phaseNobuyoshi Nakada2020-12-021-3/+5
* Bundle rbs 0.19.0 (#3838)Soutaro Matsumoto2020-12-021-1/+1
* Removed needless .rbHiroshi SHIBATA2020-12-021-1/+1
* Emit warning when 'RubyGems' were not properly loaded.Vít Ondruch2020-12-021-0/+1
* Emit warning when 'did_you_mean' was not properly loaded.Vít Ondruch2020-12-021-0/+1
* Don't fail when 'RubyGems' are not available.Vít Ondruch2020-12-021-1/+4
* Don't fail when 'did_you_mean' is not available.Vít Ondruch2020-12-021-1/+5
* 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