summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-01-20More testsBurdetteLamar
2024-01-19[PRISM] Revisit target nodesKevin Newton
2024-01-19[ruby/prism] switch unless to ifAdam Hess
https://github.com/ruby/prism/commit/29bdbf4212 Co-authored-by: Kevin Newton <[email protected]>
2024-01-19[ruby/prism] Handle stovetop start in constant path fullnameAdam Hess
https://github.com/ruby/prism/commit/3a216e63fe
2024-01-19[PRISM] Fix ensure code running twiceeileencodes
Fixes: ruby/prism#2212
2024-01-19Fix kwarg orderingAaron Patterson
Required keyword arguments need to come first. Fixes: https://github.com/ruby/prism/issues/2158 Co-authored-by: Kevin Newton <[email protected]>
2024-01-19YJIT: Avoid doubly splitting Opnd::Value on CSel (#9617)Takashi Kokubun
YJIT: Avoid doubly splitting Opnd::Value
2024-01-19[PRISM] Fix typo with pm_scope_node_destroyPeter Zhu
We need to run the pm_scope_node_destroy after compiling the iseq.
2024-01-19Fix ensure code when running break in a while loopAaron Patterson
We need to run ensure code when breaking from a while loop Co-authored-by: John Hawthorn <[email protected]> Co-authored-by: Kevin Newton <[email protected]>
2024-01-19add assert on SPAaron Patterson
2024-01-19[PRISM] Sync to latestKevin Newton
2024-01-19[PRISM] Fix indentation for PM_SCOPE_NODE [ci skip]Peter Zhu
2024-01-19* remove trailing spaces. [ci skip]git
2024-01-19[ruby/prism] Parsing rules documentKevin Newton
https://github.com/ruby/prism/commit/57a9575543
2024-01-19YJIT: Optimize defined?(yield) (#9599)Takashi Kokubun
* YJIT: Optimize defined?(yield) * Remove an irrelevant comment * s/get/gen/
2024-01-19[ruby/prism] Extract identifier lexing documentation to separate fileMatthew Healy
https://github.com/ruby/prism/commit/c9df17e3c0
2024-01-19[ruby/prism] Remove non-ASCII examples from ReadNode fields documentationMatthew Healy
This is due to a constraint, enforced in `templates/template.rb`, relating to non-UTF-8 locales prohibiting non-ASCII characters in C source files. https://github.com/ruby/prism/commit/74e9a890be
2024-01-19[ruby/prism] Document ConstantReadNode fieldsMatthew Healy
https://github.com/ruby/prism/commit/a1623f6451
2024-01-19[ruby/prism] Document LocalVariableReadNode fieldsMatthew Healy
https://github.com/ruby/prism/commit/5e9afd3729
2024-01-19[ruby/prism] Document NumberedReferenceReadNode fieldsMatthew Healy
https://github.com/ruby/prism/commit/c3148b4519
2024-01-19[ruby/prism] Document BackReferencedReadNode fieldsMatthew Healy
https://github.com/ruby/prism/commit/99a5660623
2024-01-19[ruby/prism] Document GlobalVariableReadNode fieldsMatthew Healy
https://github.com/ruby/prism/commit/5d092e6389
2024-01-19[ruby/prism] Document ClassVariableReadNode fieldsMatthew Healy
https://github.com/ruby/prism/commit/23ed81dd15
2024-01-19[ruby/prism] Document InstanceVariableReadNode fieldsMatthew Healy
https://github.com/ruby/prism/commit/c0747103b0
2024-01-19Remove null checks for xfreePeter Zhu
xfree can handle null values, so we don't need to check it.
2024-01-19[ruby/prism] Use inttypes for more accurate printf formattingKevin Newton
https://github.com/ruby/prism/commit/2a22b9b72f
2024-01-19Update bundled gems list at c46d23cde7c6bfc2af762525a767cd [ci skip]git
2024-01-19Added dependencies rinda and drbHiroshi SHIBATA
2024-01-19Stop sync rinda repoHiroshi SHIBATA
2024-01-19Document about rinda at Ruby 3.4Hiroshi SHIBATA
2024-01-19Extract rindaHiroshi SHIBATA
2024-01-19Update bundled gems list as of 2024-01-19git
2024-01-19Skip test task for resolv-replaceHiroshi SHIBATA
2024-01-19Removed sync task for resolv-replaceHiroshi SHIBATA
2024-01-19Document about resolv-replace at Ruby 3.4Hiroshi SHIBATA
2024-01-19Extract resolv-replaceHiroshi SHIBATA
2024-01-19Update bundled gems list at 11ec59c92bab5346fc0fdce9d8ed2a [ci skip]git
2024-01-19Removed sync task for abbrevHiroshi SHIBATA
2024-01-19Document about abbrev at Ruby 3.4Hiroshi SHIBATA
2024-01-19spec/mspec/tool/wrap_with_guard.rb 'ruby_version_is ""..."3.4"' ↵Hiroshi SHIBATA
spec/ruby/library/abbrev/**/*.rb
2024-01-19Extract abbrev as bundled gemsHiroshi SHIBATA
2024-01-19Removed sync task for observerHiroshi SHIBATA
2024-01-19Update bundled gems list as of 2024-01-18git
2024-01-19Document about observer at Ruby 3.4Hiroshi SHIBATA
2024-01-19spec/mspec/tool/wrap_with_guard.rb 'ruby_version_is ""..."3.4"' ↵Hiroshi SHIBATA
spec/ruby/library/observer/**/*.rb
2024-01-19Extract observer as bundled gemsHiroshi SHIBATA
2024-01-19Fixed inconsistent library nameHiroshi SHIBATA
2024-01-19Fixed upstream URL at bundled gemsHiroshi SHIBATA
2024-01-19Revert "[rubygems/rubygems] Fix `require` of a default gem when unresolved ↵Hiroshi SHIBATA
gems depend on it" This reverts commit f1f5f22d22a149f20e019728b1ab35593d29d81a.
2024-01-19Revert "[rubygems/rubygems] Fix activation conflicts when circularly ↵Hiroshi SHIBATA
requiring a gem" This reverts commit db44088c2a92040879386aa5f268db4c858e4e5b. https://github.com/ruby/ruby/actions/runs/7578672002/job/20641640821 https://github.com/ruby/ruby/actions/runs/7578672002/job/20641641212 https://github.com/ruby/ruby/actions/runs/7578672002/job/20641642031