summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-01Fix docs about movement for rb_gc_register_mark_object()Alan Wu
2020-12-02* 2020-12-02 [ci skip]git
2020-12-02Bundle rbs 0.18.1 (#3825)Soutaro Matsumoto
2020-12-01Update fixnum.hjacopo
2020-12-01Added dependencies for open-uriHiroshi SHIBATA
2020-12-01Added dependencies for timeHiroshi SHIBATA
2020-12-01Added dependencies for primeHiroshi SHIBATA
2020-12-01Added dependencies for weakrefHiroshi SHIBATA
2020-12-01should not use rb_str_modify(), tooKoichi Sasada
2020-12-01Update ext/.documentNobuyoshi Nakada
2020-12-01Add monitor to document filesKazuhiro NISHIYAMA
2020-12-01rb_ext_ractor_safe() to declare ractor-safe extKoichi Sasada
2020-12-01should not use rb_ary_modify()Koichi Sasada
2020-12-01show with sharing infoKoichi Sasada
2020-11-30-> creates a lambda so this updates the documentation to reflect thatJames Koenig
2020-12-01ractor local storage C-APIKoichi Sasada
2020-12-01tune parallel testKoichi Sasada
2020-11-30Fix `Ractor.make_shareable` for recursive structures with unfreezable componentsMarc-Andre Lafortune
2020-12-01* 2020-12-01 [ci skip]git
2020-11-30Only check if the current ep is a local or not, then markAaron Patterson
2020-11-30[DOC] Update -l option [ci skip]Nobuyoshi Nakada
2020-11-30Clean temproray directory created by test-specNobuyoshi Nakada
2020-11-30Clean static-rubyNobuyoshi Nakada
2020-11-30Fix rb_interned_str_* functions to not assume static stringsJean Boussier
2020-11-30Fixed Ractor.shareable? on cross-recursive objects [Bug #17344]Nobuyoshi Nakada
2020-11-30Raise when loading unprovided builtin function [Bug #17192]Nobuyoshi Nakada
2020-11-30Keep references of memory-view-exported objects (#3816)Kenta Murata
2020-11-30[DOC] Fixed st_udpate comment [ci skip]Nobuyoshi Nakada
2020-11-30* 2020-11-30 [ci skip]git
2020-11-30support SIGSEGV/BUS while read_barrier_handler()Koichi Sasada
2020-11-29Get rid of allocation when the capacity is smallNobuyoshi Nakada
2020-11-29* 2020-11-29 [ci skip]git
2020-11-28Do not throttle the workaround for --jit-waitTakashi Kokubun
2020-11-28NEWS for [Feature #17136] [ci skip]Nobuyoshi Nakada
2020-11-28[Feature #17136] Remove special behavior from $KCODENobuyoshi Nakada
2020-11-28Revived the getenv macro for dln_find.cNobuyoshi Nakada
2020-11-28Windows: Improve readablity of getenv() encodingLars Kanis
2020-11-28Increase timeout for MJIT ActionsTakashi Kokubun
2020-11-27Fix compactions.size for throttlingTakashi Kokubun
2020-11-27Throttle JIT compactionTakashi Kokubun
2020-11-27Try to fix the mswin CI failureTakashi Kokubun
2020-11-27Throttle unload_unitsTakashi Kokubun
2020-11-28Subsecond of Time::tm should be 0Nobuyoshi Nakada
2020-11-28Don't double fractional seconds when passing timezone object to Time.newJeremy Evans
2020-11-27Avoid unloading units which have enough total_callsTakashi Kokubun
2020-11-27Log when JIT compaction is skipped due to ISeq GCTakashi Kokubun
2020-11-28* 2020-11-28 [ci skip]git
2020-11-27Run unload_units in the JIT worker threadTakashi Kokubun
2020-11-27Update to ruby/spec@c4170a3Benoit Daloze
2020-11-27Update to ruby/spec@ac878adBenoit Daloze