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
ruby_4_0
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
prism
/
extension.c
Age
Commit message (
Expand
)
Author
2024-03-07
[ruby/prism] Support parsing streams
Kevin Newton
2024-03-06
[ruby/prism] Expose types on diagnostics
Kevin Newton
2024-03-06
[ruby/prism] Parse files from Ruby API using fread, not mmap
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-29
[ruby/prism] Resync RBI and test it in CI
Kevin Newton
2024-02-27
[ruby/prism] Support -p, -n, -a, and -l command line options
Kevin Newton
2024-02-23
[ruby/prism] Convert pm_integer_t to strings
Kevin Newton
2024-02-23
[ruby/prism] Add some encoding debugging to make testing easier
Kevin Newton
2024-02-22
[ruby/prism] Regenerate snapshots using integer values
Kevin Newton
2024-02-22
[ruby/prism] Parse numeric values
Kevin Newton
2024-02-17
[ruby/prism] Fix up GCC analyzer
Kevin Newton
2024-02-14
Initialize the Prism::Source directly with all 3 fields for the C extension
Benoit Daloze
2024-02-14
[ruby/prism] Serialize the newline_list to avoid recomputing it again later
Benoit Daloze
2024-02-06
[ruby/prism] Implement file parsing error handling
eileencodes
2024-02-05
[ruby/prism] Add another error type for raising argument errors
Kevin Newton
2024-02-01
Sync to latest prism
Kevin Newton
2024-01-27
[ruby/prism] Error follow-up
Kevin Newton
2024-01-26
[ruby/prism] Add level to warnings and errors to categorize them
Benoit Daloze
2024-01-22
[ruby/prism] Return 1-indexed line numbers
Kevin Newton
2024-01-17
[ruby/prism] Document order of scopes in parsing options
Andrew Konchin
2024-01-11
[ruby/prism] Provide ability to format errors
Kevin Newton
2024-01-02
[ruby/prism] Document the version option on prism parse
Kevin Newton
2024-01-02
[ruby/prism] IndexTargetNode should always have ATTRIBUTE_WRITE
Kevin Newton
2023-12-07
[ruby/prism] Remove warnings check from parse_success? method
Kevin Newton
2023-12-06
[ruby/prism] Provide flags for changing encodings
Kevin Newton
2023-12-04
[ruby/prism] Refactor pm_diagnostic_t and pm_comment_t to use pm_location_t
Lily Lyons
2023-12-01
[ruby/prism] Prism.parse_success?(source)
Kevin Newton
2023-11-30
[ruby/prism] Correctly pass around const pm_encoding_t *
Kevin Newton
2023-11-29
[ruby/prism] Convert start line to signed integers
Jean Boussier
2023-11-28
[ruby/prism] Move DATA parsing into its own parse result field
Kevin Newton
2023-11-14
[ruby/prism] Rename librubyparser to libprism
Kevin Newton
2023-11-03
[ruby/prism] Make old compilers happy
Kevin Newton
2023-11-03
[ruby/prism] Rename suppress warnings to verbose
Kevin Newton
2023-11-03
[ruby/prism] Split comment
Kevin Newton
2023-11-03
[prism] Update to use new options APIs
Kevin Newton
2023-11-03
[ruby/prism] Wire up the options through JavaScript
Kevin Newton
2023-11-03
[ruby/prism] Properly support the start line option
Kevin Newton
2023-11-03
[ruby/prism] Wire up options through the FFI API
Kevin Newton
2023-11-03
[ruby/prism] Wire up options through the Ruby API
Kevin Newton
2023-11-03
[ruby/prism] Create an options struct for passing all of the possible options
Kevin Newton
2023-11-01
[ruby/prism] Fix up lint
Kevin Newton
2023-11-01
[ruby/prism] Documentation for pm_string_t
Kevin Newton
2023-11-01
[ruby/prism] Fix up extension docs
Kevin Newton
2023-10-30
[ruby/prism] parse_inline_comments -> parse_comments
Kevin Newton
2023-10-27
[ruby/prism] Parse inline comments
Kevin Newton
2023-10-26
[ruby/prism] Match existing Ruby prettyprint
Kevin Newton
2023-10-26
[ruby/prism] Get general prettyprint structure working
Kevin Newton
2023-10-16
[ruby/prism] Attach magic comments to the parse result
Kevin Newton
2023-10-13
Remove old unescaping code
Kevin Newton
[prev]
[next]