index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
prism
/
options.c
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-24
[ruby/prism] Accept all 3.3.x and 3.4.x Ruby versions for Prism.parse
Benoit Daloze
2024-09-20
[ruby/prism] Introduce partial_script option
Kevin Newton
2024-09-13
[ruby/prism] Expose main_script in serialization API
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-04-17
[ruby/prism] Fix up more clang-analyzer failures
Kevin Newton
2024-03-28
[ruby/prism] CLI -x flag
Kevin Newton
2024-03-13
[ruby/prism] FSL follow-up
Kevin Newton
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-03-04
[ruby/prism] Make alloc interface replaceable
HASUMI Hitoshi
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-13
[ruby/prism] Introduce `version: "3.4.0"`
Kevin Newton
2024-02-13
[ruby/prism] Fix an error when specifying the parsing version `latest`
Koichi ITO
2024-02-01
Sync to latest prism
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] 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