| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-09-12 | Bump Prism version to 1.5.0 | Takashi Kokubun | |
| 2024-03-18 | [ruby/prism] Use `require_relative` in the Prism codebase | Koichi ITO | |
| If there are many searches in the `$LOAD_PATH` in the user environment, require will perform unnecessary searches that are not needed. In contrast, `require_relative` is efficient because it uses a relative path. https://github.com/ruby/prism/commit/438ccc67bd | |||
| 2024-03-06 | [ruby/prism] Fix up linting in ripper translation | Kevin Newton | |
| https://github.com/ruby/prism/commit/5cf5f15ee7 | |||
| 2024-03-06 | [ruby/prism] Only run ripper tests on 3.3+ | Kevin Newton | |
| https://github.com/ruby/prism/commit/f8b973e8cd | |||
| 2024-03-06 | [ruby/prism] More closely match the ripper API for ripper translation | Kevin Newton | |
| https://github.com/ruby/prism/commit/716ee0e91a | |||
| 2024-03-06 | [ruby/prism] Reconsolidate ripper files | Kevin Newton | |
| https://github.com/ruby/prism/commit/7a277be5fb | |||
| 2024-02-16 | [ruby/prism] More rescue and ensure; constant handling | Noah Gibbs | |
| https://github.com/ruby/prism/commit/207f579e70 | |||
| 2024-02-16 | [ruby/prism] Move visit methods into a Ripper Compiler | Noah Gibbs | |
| https://github.com/ruby/prism/commit/44c4dc5268 | |||
