aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Avoid to fail with race conditionHiroshi SHIBATA2024-02-161-1/+1
* Fixed dependencies list formatHiroshi SHIBATA2024-02-161-7/+7
* Adjust indentHiroshi SHIBATA2024-02-161-6/+6
* Try to find gemspec from `.bundle/specificationsHiroshi SHIBATA2024-02-161-4/+9
* We can test bundled gems without default gems installationHiroshi SHIBATA2024-02-161-1/+1
* Try to test net-ftp examples againHiroshi SHIBATA2024-02-161-3/+1
* Clear runtime dependencies if default gems is specified.Hiroshi SHIBATA2024-02-161-0/+12
* Try to load original gemspec from `.bundle/gems/foo-x.y.z/foo.gemspec`.Hiroshi SHIBATA2024-02-161-5/+6
* Bump the required BASERUBY version to 3.0 (#9976)Takashi Kokubun2024-02-1511-72/+47
* Abort when streaming code from stdin with PrismNobuyoshi Nakada2024-02-161-6/+1
* Use ID without cache and fix conversion of offsetNobuyoshi Nakada2024-02-161-1/+1
* Extract `process_options_global_setup`Nobuyoshi Nakada2024-02-161-36/+33
* Extract functions depending on `--parser` optionNobuyoshi Nakada2024-02-161-146/+145
* Rename the annocheck jobTakashi Kokubun2024-02-151-1/+1
* [rubygems/rubygems] Relax regexp for Ruby 3.3 or beforeHiroshi SHIBATA2024-02-161-1/+1
* [rubygems/rubygems] bin/rubocop -aHiroshi SHIBATA2024-02-161-1/+1
* Let annocheck workflow run only test-annocheck (#9990)Takashi Kokubun2024-02-152-17/+0
* [rubygems/rubygems] Add `gitlab:` Git source shorthandJason Garber2024-02-162-2/+68
* Bump github/codeql-action from 3.24.1 to 3.24.3dependabot[bot]2024-02-152-5/+5
* Extract `show_help` functionNobuyoshi Nakada2024-02-161-52/+58
* Dispose AST before exit by yydebugNobuyoshi Nakada2024-02-161-1/+4
* [ruby/forwardable] Relax regexp for Ruby 3.3 or beforeHiroshi SHIBATA2024-02-161-1/+1
* Pop the operand at the endTakashi Kokubun2024-02-151-3/+3
* Update a comment on spill_temps()Takashi Kokubun2024-02-151-1/+1
* Remove duplicated spill_temps()Takashi Kokubun2024-02-151-5/+0
* Spill fewer temps on iv writesAaron Patterson2024-02-151-1/+6
* [ruby/prism] Make location methods thread-safeBenoit Daloze2024-02-152-9/+13
* Update default gems list at e7f7a85285b52a290be880f634244e [ci skip]git2024-02-151-1/+1
* [PRISM] Sync prism version bumpKevin Newton2024-02-154-5/+5
* [ruby/prism] Speed up creating Ruby ASTKevin Newton2024-02-158-120/+311
* [ruby/prism] Fix up invalid syntaxKevin Newton2024-02-151-1/+3
* [ruby/prism] Fix opening loc for an empty symbolMax Prokopiev2024-02-152-1/+1
* [ruby/prism] Handle more aliases. Better testing of prism ripper CLI and a te...Noah Gibbs2024-02-152-42/+228
* [rubygems/rubygems] use full path for instance_evalCody Cutrer2024-02-152-1/+12
* [ruby/prism] Avoid extra String copies in the FFI backendBenoit Daloze2024-02-151-76/+102
* [ruby/prism] Support multi-versioning for `Prism::Translation::Parser`Koichi ITO2024-02-155-6/+50
* Unset STR_SHARED when setting string to embedPeter Zhu2024-02-151-1/+1
* YJIT: Pass nil to anonymous kwrest when empty (#9972)Alan Wu2024-02-155-10/+42
* Remove used str field in struct binwrite_argPeter Zhu2024-02-151-6/+4
* [ruby/prism] Fix debug loggingHaldun Bayhantopcu2024-02-151-0/+1
* [ruby/prism] Fix parsing rescue modifierHaldun Bayhantopcu2024-02-153-43/+112
* Do not show an anonymous class as a receiverYusuke Endoh2024-02-153-4/+32
* Added singleton for primeHiroshi SHIBATA2024-02-151-1/+1
* Skip failing examples at Ruby 3.2+Hiroshi SHIBATA2024-02-151-4/+6
* Surpressing constant redefinition warningHiroshi SHIBATA2024-02-151-1/+1
* Exclude net-ftp examples because it has dependency issueHiroshi SHIBATA2024-02-151-1/+3
* Re-enabled old bundled gemsHiroshi SHIBATA2024-02-15164-4386/+3899
* No need to extract bundled gems before test-specBenoit Daloze2024-02-151-1/+1
* ruby-spec: Accept the receiver in backtracesYusuke Endoh2024-02-1512-39/+53
* Show the method owner in backtracesYusuke Endoh2024-02-156-22/+92