summaryrefslogtreecommitdiff
path: root/tool
AgeCommit message (Expand)Author
2024-03-14[Feature #20293] Add `Warning.categories`Nobuyoshi Nakada
2024-03-09Report non-empty directories [ci skip]Nobuyoshi Nakada
2024-03-09Include default gems directories in installed listNobuyoshi Nakada
2024-03-09Reorder and move `install?` blocks after method definitionsNobuyoshi Nakada
2024-03-09Merged intermediate class `GemInstaller` to `UnpackedInstaller`Nobuyoshi Nakada
2024-03-09Shorten too long message at uninstallingNobuyoshi Nakada
2024-03-06[PRISM] Update dependencies for prism diagnosticsKevin Newton
2024-03-06Move FL_SINGLETON to FL_USER1Jean Boussier
2024-03-03Drop support for old ERBNobuyoshi Nakada
2024-03-01Update a stubbed type for RJITTakashi Kokubun
2024-03-01Don't need to remove ruby2_keywords dependency from drbHiroshi SHIBATA
2024-02-29Inform failures in parallel tests before retryingNobuyoshi Nakada
2024-02-28Support file listing with IO.poepn styleHiroshi SHIBATA
2024-02-28Skip assert_no_memory_leak when ASAN is enabledKJ Tsanaktsidis
2024-02-25Exclude `.mailmap` from snapshots [ci skip]Nobuyoshi Nakada
2024-02-23Add Launchable into CINaoto Ono
2024-02-22Skip under_gc_compact_stress on s390x (#10073)Takashi Kokubun
2024-02-22Adjust indent [ci skip]Nobuyoshi Nakada
2024-02-22Save the performance warning flagNobuyoshi Nakada
2024-02-21Add `Test::Unit::TestCase#method_name`Nobuyoshi Nakada
2024-02-20Fix the version in missing-baserubyTakashi Kokubun
2024-02-20Architecture-dependent files must not pollute libdir [ci skip]Nobuyoshi Nakada
2024-02-20Don't sync prism.{so,bundle,dll} from `ruby/prism`Hiroshi SHIBATA
2024-02-18Link ruby.pc to pkg-config data directoryNobuyoshi Nakada
2024-02-18Install binary executable files to architecture dependent pathNobuyoshi Nakada
2024-02-18Split path.rb from mkrunnable.rbNobuyoshi Nakada
2024-02-16Fixed dependencies list formatHiroshi SHIBATA
2024-02-16Adjust indentHiroshi SHIBATA
2024-02-16Try to find gemspec from `.bundle/specificationsHiroshi SHIBATA
2024-02-16Clear runtime dependencies if default gems is specified.Hiroshi SHIBATA
2024-02-16Try to load original gemspec from `.bundle/gems/foo-x.y.z/foo.gemspec`.Hiroshi SHIBATA
2024-02-15Bump the required BASERUBY version to 3.0 (#9976)Takashi Kokubun
2024-02-15Show the method owner in backtracesYusuke Endoh
2024-02-15Lrama v0.6.3yui-knk
2024-02-09Skip to install bundled gems that is C extension and build failed.Hiroshi SHIBATA
2024-02-08Removed accidentally commit for lockfileHiroshi SHIBATA
2024-02-07Ignore _odr_asan symbols in leaked-globalsKJ Tsanaktsidis
2024-02-06[wasm] tool/m4/ruby_wasm_tools.m4: Add default value for OBJCOPYYuta Saito
2024-02-02Prefer `IO.popen` over `IO.foreach` with `|`Nobuyoshi Nakada
2024-02-02leaked-globals: More accurately extract checked function namesNobuyoshi Nakada
2024-01-31Add newline between end and defNaoto Ono
2024-01-31Add the ability to generate Launchable test reportsNaoto Ono
2024-01-30rbinstall.rb: Fix a closing parenthesis [ci skip]Nobuyoshi Nakada
2024-01-30rbinstall.rb: Show types to install in the help [ci skip]Nobuyoshi Nakada
2024-01-27Lrama v0.6.2yui-knk
2024-01-26Bundle rbs-3.4.3 (#9702)Soutaro Matsumoto
2024-01-24No longer needed to sync syslogHiroshi SHIBATA
2024-01-23Leave a comment about the limitation of PrimitiveTakashi Kokubun
2024-01-23Rewrite Array#each in Ruby using Primitive (#9533)Takashi Kokubun
2024-01-23YJIT: Allow inlining ISEQ calls with a block (#9622)Takashi Kokubun