summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Try to fix the mswin CI failureTakashi Kokubun2020-11-271-7/+3
* Throttle unload_unitsTakashi Kokubun2020-11-272-6/+12
* Subsecond of Time::tm should be 0Nobuyoshi Nakada2020-11-281-0/+1
* Don't double fractional seconds when passing timezone object to Time.newJeremy Evans2020-11-281-0/+10
* Avoid unloading units which have enough total_callsTakashi Kokubun2020-11-272-22/+32
* Log when JIT compaction is skipped due to ISeq GCTakashi Kokubun2020-11-271-1/+4
* * 2020-11-28 [ci skip]git2020-11-281-1/+1
* Run unload_units in the JIT worker threadTakashi Kokubun2020-11-273-119/+108
* Update to ruby/spec@c4170a3Benoit Daloze2020-11-271-1/+1
* Update to ruby/spec@ac878adBenoit Daloze2020-11-2717-3/+214
* Update to ruby/mspec@b58e665Benoit Daloze2020-11-272-3/+3
* Use opaque struct pointer than voidNobuyoshi Nakada2020-11-274-8/+11
* configure.ac: Check x86intrin.h only when the target CPU is x86Yusuke Endoh2020-11-271-1/+3
* Clarify spec and change of behavior for Random::DEFAULTBenoit Daloze2020-11-271-2/+2
* Cache access to reg_cfp->self on JITTakashi Kokubun2020-11-272-1/+4
* mark default_randKoichi Sasada2020-11-272-1/+16
* per-ractor Random::DEFAULTKoichi Sasada2020-11-275-51/+65
* Revert "Set VM_FRAME_FLAG_FINISH at once on MJIT"Takashi Kokubun2020-11-264-12/+13
* Set VM_FRAME_FLAG_FINISH at once on MJITTakashi Kokubun2020-11-264-13/+12
* Run rb_print_backtrace first on ruby_on_ciTakashi Kokubun2020-11-261-1/+7
* Call rb_bug_without_die on CITakashi Kokubun2020-11-262-3/+16
* Separated tests for $KCODE and $=Nobuyoshi Nakada2020-11-271-0/+3