summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-04[Feature #19579] Remove !USE_RVARGC code (#7655)Peter Zhu
2023-04-04Use a longer timeout for syntax_suggestTakashi Kokubun
2023-04-04YJIT: add stats for ratio of versions per block (#7653)Maxime Chevalier-Boisvert
2023-04-04Revert "Fix transient heap mode"Aaron Patterson
2023-04-04Remove an unused counterTakashi Kokubun
2023-04-04Resurrect yjit-smoke-test before #7651Takashi Kokubun
2023-04-04YJIT: Stack temp register allocation (#7651)Takashi Kokubun
2023-04-04Fix transient heap modeAaron Patterson
2023-04-04Implement `Process.warmup`Jean Boussier
2023-04-04Fix crash in Time on 32-bit systemsPeter Zhu
2023-04-04[rubygems/rubygems] util/rubocop -AHiroshi SHIBATA
2023-04-04[rubygems/rubygems] util/rubocop -A --only Performance/RegexpMatchHiroshi SHIBATA
2023-04-04[rubygems/rubygems] Don't copy and paste methods in helper methodsHiroshi SHIBATA
2023-04-04RJIT: Fix the argument of shift_stackTakashi Kokubun
2023-04-04RJIT: Fix the argument for definedTakashi Kokubun
2023-04-04RJIT: Add --rjit-verify-ctx optionTakashi Kokubun
2023-04-04RJIT: Fix arguments to SPECIAL_CONST_PTakashi Kokubun
2023-04-04`rb_th_serial(th)` allows `th == NULL`Koichi Sasada
2023-04-04[rubygems/rubygems] Disabled to test rustc with msys2 platform.Hiroshi SHIBATA
2023-04-03RJIT: Update type information on setlocalTakashi Kokubun
2023-04-03RJIT: Fix arguments for shift_stackTakashi Kokubun
2023-04-04PID cache is never cleared where `fork` is not usedNobuyoshi Nakada
2023-04-04Suppress `-Wdiscarded-qualifiers` warning where `fchdir` is unusableNobuyoshi Nakada
2023-04-04fix deadlock on `Thread#join`Koichi Sasada
2023-04-03YJIT: Add codegen for Array#<< (#7645)Takashi Kokubun
2023-04-03Avoid failing test_enable on warningsTakashi Kokubun
2023-04-03Fix a test_rubyoptions failureTakashi Kokubun
2023-04-03RJIT: Propagate self's type informationTakashi Kokubun
2023-04-03RJIT: Upgrade type on jit_guard_known_classTakashi Kokubun
2023-04-03RJIT: Upgrade type to Fixnum after guardTakashi Kokubun
2023-04-02RJIT: Upgrade type to String after guardTakashi Kokubun
2023-04-02RJIT: Upgrade type to Array after guardTakashi Kokubun
2023-04-02RJIT: Limit the number of versions per blockTakashi Kokubun
2023-04-02RJIT: Find a best matching block versionTakashi Kokubun
2023-04-02RJIT: Upgrade type to UnknownHeap after guardTakashi Kokubun
2023-04-02RJIT: Update type information on setn insnTakashi Kokubun
2023-04-02RJIT: Swap type information on swap insnTakashi Kokubun
2023-04-03* remove trailing spaces. [ci skip]git
2023-04-02RJIT: Store type information in ContextTakashi Kokubun
2023-04-03Update default gems list at 6fb6d85aeed3ed12cf92ae2af00908 [ci skip]git
2023-04-03[ruby/fileutils] Bump up v1.7.1Hiroshi SHIBATA
2023-04-03Rename YAML::VERSION. It's conflict with Psych::VERSIONHiroshi SHIBATA
2023-04-03Fixed version detection paths in ruby repositoryHiroshi SHIBATA
2023-04-03[ruby/base64] Expose Base64::VERSIONHiroshi SHIBATA
2023-04-03[ruby/yaml] Expose YAML::VERSIONHiroshi SHIBATA
2023-04-03[ruby/tsort] Expose TSort::VERSIONHiroshi SHIBATA
2023-04-03[ruby/find] Expose Find::VERSIONHiroshi SHIBATA
2023-04-03Check leaked global symbols by defaultNobuyoshi Nakada
2023-04-02RJIT: Refactor getlocal and setlocalTakashi Kokubun
2023-04-02RJIT: Support entry with different PCsTakashi Kokubun