summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2023-04-02RJIT: Support has_opt ISEQsTakashi Kokubun
2023-04-02RJIT: C::FL_TEST_RAW returns RBOOLTakashi Kokubun
2023-04-02RJIT: Lazily guard block argTakashi Kokubun
2023-04-02RJIT: Simplify cfunc implementationTakashi Kokubun
2023-04-02RJIT: Remove an unneeded branchTakashi Kokubun
2023-04-02Skip assert_linear_performance for RJITTakashi Kokubun
2023-04-02RJIT: Simplify invokesuper implementationTakashi Kokubun
2023-04-02RJIT: Group blockarg exit reasonsTakashi Kokubun
2023-04-02RJIT: Support splat argsTakashi Kokubun
2023-04-02RJIT: Prefix a constant with C namespaceTakashi Kokubun
2023-04-02RJIT: Update exit reasonsTakashi Kokubun
2023-04-02RJIT: Support keyword argumentsTakashi Kokubun
2023-04-02[ruby/irb] Don't check RUBY_ENGINE when deciding whether to accept kargsStan Lo
2023-04-02[ruby/irb] Remove dead code (https://github.com/ruby/irb/pull/554)Stan Lo
2023-04-02leaked-globals: check for nm before files under missing [ci skip]Nobuyoshi Nakada
2023-04-02leaked-globals: colorize skipping file names [ci skip]Nobuyoshi Nakada
2023-04-01Remove an unneeded function copyTakashi Kokubun
2023-04-01RJIT: Fix a leaked-globals failureTakashi Kokubun
2023-04-01RJIT: Support rest argsTakashi Kokubun
2023-04-01RJIT: Comment a location for each blockTakashi Kokubun
2023-04-01RJIT: Fix has_rest exit conditionsTakashi Kokubun
2023-04-01RJIT: Return CantCompile early for arg0 splatTakashi Kokubun