Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-20 | More tests | BurdetteLamar | |
2024-01-19 | [PRISM] Revisit target nodes | Kevin Newton | |
2024-01-19 | [ruby/prism] switch unless to if | Adam 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 fullname | Adam Hess | |
https://github.com/ruby/prism/commit/3a216e63fe | |||
2024-01-19 | [PRISM] Fix ensure code running twice | eileencodes | |
Fixes: ruby/prism#2212 | |||
2024-01-19 | Fix kwarg ordering | Aaron 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-19 | YJIT: 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_destroy | Peter Zhu | |
We need to run the pm_scope_node_destroy after compiling the iseq. | |||
2024-01-19 | Fix ensure code when running break in a while loop | Aaron 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-19 | add assert on SP | Aaron Patterson | |
2024-01-19 | [PRISM] Sync to latest | Kevin 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 document | Kevin Newton | |
https://github.com/ruby/prism/commit/57a9575543 | |||
2024-01-19 | YJIT: 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 file | Matthew Healy | |
https://github.com/ruby/prism/commit/c9df17e3c0 | |||
2024-01-19 | [ruby/prism] Remove non-ASCII examples from ReadNode fields documentation | Matthew 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 fields | Matthew Healy | |
https://github.com/ruby/prism/commit/a1623f6451 | |||
2024-01-19 | [ruby/prism] Document LocalVariableReadNode fields | Matthew Healy | |
https://github.com/ruby/prism/commit/5e9afd3729 | |||
2024-01-19 | [ruby/prism] Document NumberedReferenceReadNode fields | Matthew Healy | |
https://github.com/ruby/prism/commit/c3148b4519 | |||
2024-01-19 | [ruby/prism] Document BackReferencedReadNode fields | Matthew Healy | |
https://github.com/ruby/prism/commit/99a5660623 | |||
2024-01-19 | [ruby/prism] Document GlobalVariableReadNode fields | Matthew Healy | |
https://github.com/ruby/prism/commit/5d092e6389 | |||
2024-01-19 | [ruby/prism] Document ClassVariableReadNode fields | Matthew Healy | |
https://github.com/ruby/prism/commit/23ed81dd15 | |||
2024-01-19 | [ruby/prism] Document InstanceVariableReadNode fields | Matthew Healy | |
https://github.com/ruby/prism/commit/c0747103b0 | |||
2024-01-19 | Remove null checks for xfree | Peter 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 formatting | Kevin Newton | |
https://github.com/ruby/prism/commit/2a22b9b72f | |||
2024-01-19 | Update bundled gems list at c46d23cde7c6bfc2af762525a767cd [ci skip] | git | |
2024-01-19 | Added dependencies rinda and drb | Hiroshi SHIBATA | |
2024-01-19 | Stop sync rinda repo | Hiroshi SHIBATA | |
2024-01-19 | Document about rinda at Ruby 3.4 | Hiroshi SHIBATA | |
2024-01-19 | Extract rinda | Hiroshi SHIBATA | |
2024-01-19 | Update bundled gems list as of 2024-01-19 | git | |
2024-01-19 | Skip test task for resolv-replace | Hiroshi SHIBATA | |
2024-01-19 | Removed sync task for resolv-replace | Hiroshi SHIBATA | |
2024-01-19 | Document about resolv-replace at Ruby 3.4 | Hiroshi SHIBATA | |
2024-01-19 | Extract resolv-replace | Hiroshi SHIBATA | |
2024-01-19 | Update bundled gems list at 11ec59c92bab5346fc0fdce9d8ed2a [ci skip] | git | |
2024-01-19 | Removed sync task for abbrev | Hiroshi SHIBATA | |
2024-01-19 | Document about abbrev at Ruby 3.4 | Hiroshi SHIBATA | |
2024-01-19 | spec/mspec/tool/wrap_with_guard.rb 'ruby_version_is ""..."3.4"' ↵ | Hiroshi SHIBATA | |
spec/ruby/library/abbrev/**/*.rb | |||
2024-01-19 | Extract abbrev as bundled gems | Hiroshi SHIBATA | |
2024-01-19 | Removed sync task for observer | Hiroshi SHIBATA | |
2024-01-19 | Update bundled gems list as of 2024-01-18 | git | |
2024-01-19 | Document about observer at Ruby 3.4 | Hiroshi SHIBATA | |
2024-01-19 | spec/mspec/tool/wrap_with_guard.rb 'ruby_version_is ""..."3.4"' ↵ | Hiroshi SHIBATA | |
spec/ruby/library/observer/**/*.rb | |||
2024-01-19 | Extract observer as bundled gems | Hiroshi SHIBATA | |
2024-01-19 | Fixed inconsistent library name | Hiroshi SHIBATA | |
2024-01-19 | Fixed upstream URL at bundled gems | Hiroshi SHIBATA | |
2024-01-19 | Revert "[rubygems/rubygems] Fix `require` of a default gem when unresolved ↵ | Hiroshi SHIBATA | |
gems depend on it" This reverts commit f1f5f22d22a149f20e019728b1ab35593d29d81a. | |||
2024-01-19 | Revert "[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 |