summaryrefslogtreecommitdiff
path: root/bootstraptest
AgeCommit message (Expand)Author
2021-03-07Make Ractor stdio belonging to the Ractor [Bug #17672]Nobuyoshi Nakada
2021-02-18Ractor.allocate should not be allowedKoichi Sasada
2021-02-10Fixed race in dtoa [Bug #17612]Nobuyoshi Nakada
2021-02-01Implement NameError::message#clone for RactorNobuyoshi Nakada
2021-01-22fix Ractor.yield(obj, move: true)Koichi Sasada
2021-01-13Rename RubyVM::MJIT to RubyVM::JITTakashi Kokubun
2021-01-05enable constant cache on ractorsKoichi Sasada
2020-12-22add Ractor.mainKoichi Sasada
2020-12-22add Ractor#[]/#[]= for ractor local storageKoichi Sasada
2020-12-22TracePoint.new(&block) should be ractor-localKoichi Sasada
2020-12-21fix Ractor.make_shareable() with Class/ModuleKoichi Sasada
2020-12-19add "copy: true" option for Ractor.make_shareableKoichi Sasada
2020-12-16strip trailing spaces [ci skip]Nobuyoshi Nakada
2020-12-16Ractor#receive_if to receive only matched messagesKoichi Sasada
2020-12-13Debug the command used for gdb dumpTakashi Kokubun
2020-12-13@ruby is the target Ruby in bootstraptestTakashi Kokubun
2020-12-12Dump a backtrace with gdbTakashi Kokubun
2020-12-12trap on non-main ractorKoichi Sasada
2020-12-12fix ivar with shareable objects issueKoichi Sasada
2020-12-10Save a core file from bootstraptestTakashi Kokubun
2020-12-10ObjectSpace._id2ref should not support unshareableKoichi Sasada
2020-12-08Add test that `Ractor.make_shareable` calls user defined `#freeze`Marc-Andre Lafortune
2020-12-07Removed deprecated Time#succNobuyoshi Nakada
2020-12-07Ractor.select requires an argument or yield_valueMarc-Andre Lafortune
2020-12-07fix Thread's interrupt and Ractor#take issueKoichi Sasada
2020-12-04Guard all accesses to RubyVM::MJIT with defined?(RubyVM::MJIT) &&Benoit Daloze
2020-12-01should not use rb_str_modify(), tooKoichi Sasada
2020-12-01should not use rb_ary_modify()Koichi Sasada
2020-11-30Fix `Ractor.make_shareable` for recursive structures with unfreezable componentsMarc-Andre Lafortune
2020-11-30Fixed Ractor.shareable? on cross-recursive objects [Bug #17344]Nobuyoshi Nakada
2020-11-24Skip test_ractor.rb:137 for --jit-min-calls=5Takashi Kokubun
2020-11-24Report a more detailed situation of test_ractor.rb:137Takashi Kokubun
2020-11-11remove Ractor#closeKoichi Sasada
2020-11-11ignore yield_atexit if outgoing port is closedKoichi Sasada
2020-11-11Threads in a ractor will be killed with the ractorKoichi Sasada
2020-11-02Copy for Ractor.send() without marshal.Koichi Sasada
2020-10-30add a test of define_method with shareable Proc.Koichi Sasada
2020-10-30Ractor.make_shareable(a_proc)Koichi Sasada
2020-10-25Use 'shareable' with an 'e' [ci skip]Marc-Andre Lafortune
2020-10-25Tweak a few Ractor tests that were missing comments [ci skip]Marc-Andre Lafortune
2020-10-25Remove trailing whitespace [ci skip]Marc-Andre Lafortune
2020-10-22allow to access ivars of frozen shareable objectsKoichi Sasada
2020-10-21Ractor.make_shareable(obj)Koichi Sasada
2020-10-20fix conditionKoichi Sasada
2020-10-20skip `echo foo` on SolarisKoichi Sasada
2020-10-20ObjectSpace.each_object with RactorsKoichi Sasada
2020-10-20Some global variables can be accessed from ractorsKoichi Sasada
2020-10-14sync generic_ivtblKoichi Sasada
2020-10-14sync enc_table and rb_encoding_listKoichi Sasada
2020-10-10Add Ractor#receive and Ractor.receive and use it in all placesBenoit Daloze