Age | Commit message (Expand) | Author |
---|
10 days | Get rid of FL_EXIVAR | Jean Boussier |
2025-06-06 | [Bug #21400] Fix rb_bug() when killing current root fiber in non-main thread ... | Luke Gruber |
2025-06-04 | `Ractor#take` and warn | Koichi Sasada |
2025-05-31 | `Ractor::Port` | Koichi Sasada |
2025-05-26 | Don't copy FL_PROMOTED to new object in Ractor move | Peter Zhu |
2025-05-23 | Fix moving old objects between Ractors | Peter Zhu |
2025-05-23 | lock vm around `rb_free_generic_ivar` | Luke Gruber |
2025-05-21 | Fix Symbol#to_proc (rb_sym_to_proc) to be ractor safe | Luke Gruber |
2025-05-13 | Get ractor message passing working with > 1 thread sending/receiving values i... | Luke Gruber |
2025-05-13 | Throw RuntimeError if getting/setting ractor local storage for non-main ractor | lukeg |
2025-05-09 | Fix crash when instantiating classes in Ractors | Peter Zhu |
2025-05-08 | Raise error on take/send for Ractors in child processes | Aaron Patterson |
2025-05-08 | Clean up Ractor cache after fork | Aaron Patterson |
2025-05-08 | Rename `ivptr` -> `fields`, `next_iv_index` -> `next_field_index` | Jean Boussier |
2025-04-28 | YJIT: Fix potential infinite loop when OOM (GH-13186) | Rian McGuire |
2025-04-18 | Assert everything is compiled in test_zjit (https://.com/Shopify/zjit/p... | Takashi Kokubun |
2025-04-18 | Add two more small btests | Maxime Chevalier-Boisvert |
2025-04-18 | Load Param off of cfp->ep (https://.com/Shopify/zjit/pull/31) | Takashi Kokubun |
2025-04-18 | Implement FixnumAdd and stub Point/GuardType (https://.com/Shopify... | Takashi Kokubun |
2025-04-18 | Recommend the same task as what CI uses | Takashi Kokubun |
2025-04-18 | Start testing the actual JIT code on CI | Takashi Kokubun |
2025-04-18 | Lock-free hash set for fstrings [Feature #21268] | John Hawthorn |
2025-04-15 | Add a test for moving composite object parts | Luke Gruber |
2025-04-07 | Fixed wrong condition to avoid flaky ractor_test.rb | Hiroshi SHIBATA |
2025-04-06 | Fix the if condition to skip test_ractor.rb correctly (#13067) | Naoto Ono |
2025-04-04 | Ractor: revert to moving object bytes, but size pool aware | Jean Boussier |
2025-04-02 | Fix assertion failure with anonymous splats | Jeremy Evans |
2025-03-31 | Don't preserve `object_id` when moving object to another Ractor | Jean Boussier |
2025-03-31 | Ractor: Fix moving embedded objects | Jean Boussier |
2025-03-31 | Skip test_ractor.rb with ModGC workflow because this test is flaky | Hiroshi SHIBATA |
2025-03-27 | Avoid array allocation for *nil, by not calling nil.to_a | Jeremy Evans |
2025-03-26 | Ractor.make_shareable(proc_obj) makes inner structure shareable | lukeg |
2025-03-25 | Fail test if child process exists non-zero | John Hawthorn |
2025-03-24 | Revert "Fix broken CI. (#12963)" | Hiroshi SHIBATA |
2025-03-23 | Fix broken CI. (#12963) | Samuel Williams |
2025-03-21 | FCALL shouldn't be forwarded from caller | Aaron Patterson |
2025-03-20 | Use atomic for method reference count [Bug #20934] | John Hawthorn |
2025-03-09 | Remove a stale test file [ci skip] | Nobuyoshi Nakada |
2025-02-13 | [Feature #21116] Extract RJIT as a third-party gem | Nobuyoshi Nakada |
2025-01-28 | YJIT: Initialize locals in ISeqs defined with `...` (#12660) | Alan Wu |
2025-01-10 | Revert "[MMTk/CI] Skip Ractor btests with MMTk" | Peter Zhu |
2025-01-10 | Don't check for presence of `ENV['_WORKFLOW']` | Peter Zhu |
2025-01-10 | Rewrite Benchmark to Tempfile on bootstraptest/test_ractor.rb | Hiroshi SHIBATA |
2025-01-08 | YJIT: Filter `&` calls from specialized C method codegen | Alan Wu |
2025-01-04 | YJIT: Add crashing test for yielding keyword args | Nick Dower |
2024-12-27 | Clear failure_log by assignment like as appending by assignment | Nobuyoshi Nakada |
2024-12-24 | Fix ractor move of unshareable frozen objects | Luke Gruber |
2024-12-12 | bootstraptest: On -j failure, show total test count | Alan Wu |
2024-12-13 | `Ractor.set_if_absent(key)` | Koichi Sasada |
2024-12-06 | [MMTk/CI] Skip Ractor btests with MMTk | Matt Valentine-House |