Age | Commit message (Expand) | Author |
---|
2025-01-14 | [ruby/prism] Support forwarding flags on scopes | Kevin Newton |
2025-01-14 | [ruby/prism] Freeze AST option | Kevin Newton |
2025-01-11 | [ruby/prism] Support 3.5 for version option | Kevin Newton |
2024-09-24 | [ruby/prism] Accept version shorthand like 3.4 | Kevin Newton |
2024-09-20 | [ruby/prism] Introduce partial_script option | Kevin Newton |
2024-09-13 | [PRISM] Only parse shebang on main script | Kevin Newton |
2024-08-14 | [ruby/prism] Callback on shebang switches | Kevin Newton |
2024-06-10 | [ruby/prism] Provide ability to lock encoding while parsing | Kevin Newton |
2024-05-01 | [ruby/prism] Support passing version 3.3.1 | Kevin Newton |
2024-03-28 | [ruby/prism] CLI -x flag | Kevin Newton |
2024-03-26 | [ruby/prism] Fix typos | Koichi ITO |
2024-03-13 | [ruby/prism] Change `frozen_string_literal` to be a tri-state | Jean Boussier |
2024-03-11 | [ruby/prism] Support offset | Kevin Newton |
2024-02-29 | [ruby/prism] Command line options as a bitset | Kevin Newton |
2024-02-27 | [ruby/prism] Support -p, -n, -a, and -l command line options | Kevin Newton |
2024-02-17 | [ruby/prism] Fix up GCC analyzer | Kevin Newton |
2024-02-01 | Sync to latest prism | Kevin Newton |
2024-01-31 | [ruby/prism] Fix description of line parsing option and state it's 1-indexed | Andrew Konchin |
2024-01-17 | [ruby/prism] Document order of scopes in parsing options | Andrew Konchin |
2024-01-17 | [ruby/prism] Remove flag gating for 3.3.0 bug fixes | Kevin Newton |
2024-01-02 | [ruby/prism] IndexTargetNode should always have ATTRIBUTE_WRITE | Kevin Newton |
2023-11-29 | [ruby/prism] Convert start line to signed integers | Jean Boussier |
2023-11-03 | [ruby/prism] Fix up lint | Kevin Newton |
2023-11-03 | [ruby/prism] Wire up options through the Java parser | Kevin Newton |
2023-11-03 | [ruby/prism] Wire up options through the FFI API | Kevin Newton |
2023-11-03 | [ruby/prism] Create an options struct for passing all of the possible options | Kevin Newton |