summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2020-11-27Update to ruby/mspec@b58e665Benoit Daloze
2020-11-27Use opaque struct pointer than voidNobuyoshi Nakada
2020-11-27configure.ac: Check x86intrin.h only when the target CPU is x86Yusuke Endoh
2020-11-27Clarify spec and change of behavior for Random::DEFAULTBenoit Daloze
2020-11-27Cache access to reg_cfp->self on JITTakashi Kokubun
2020-11-27mark default_randKoichi Sasada
2020-11-27per-ractor Random::DEFAULTKoichi Sasada
2020-11-26Revert "Set VM_FRAME_FLAG_FINISH at once on MJIT"Takashi Kokubun
2020-11-26Set VM_FRAME_FLAG_FINISH at once on MJITTakashi Kokubun
2020-11-26Run rb_print_backtrace first on ruby_on_ciTakashi Kokubun
2020-11-26Call rb_bug_without_die on CITakashi Kokubun
2020-11-27Separated tests for $KCODE and $=Nobuyoshi Nakada
2020-11-27[DOC] Mersenne Twister isn't cryptographically secure [ci skip]Nobuyoshi Nakada
2020-11-27* 2020-11-27 [ci skip]git
2020-11-26Always clean up leftovers at ci.rvm.jpTakashi Kokubun
2020-11-26Store all kinds of syntax errors [Bug #17345]Nobuyoshi Nakada
2020-11-26Removed a duplicate assertionNobuyoshi Nakada
2020-11-26Update TypeProf to 0.7.0Yusuke Endoh
2020-11-26Keep patched zlib filesNobuyoshi Nakada
2020-11-25Prefer rb_module_new() over rb_define_module_id()Alan Wu
2020-11-26* 2020-11-26 [ci skip]git
2020-11-25Disable auto compaction on platforms that can't support itAaron Patterson
2020-11-25should stop other ractors on transient_heap_evacuateKoichi Sasada