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
Age
Commit message (
Expand
)
Author
2024-08-10
[ruby/prism] [Doc] Tweak the docs for lex APIs
Koichi ITO
2024-07-26
[ruby/prism] Add explicit check for PRISM_HAS_NO_FILESYSTEM
Yuta Saito
2024-07-26
[ruby/prism] Fallback to pm_string_file_init on platforms without memory-mapp...
Yuta Saito
2024-07-25
[ruby/prism] Do not serialize common flags when PRISM_SERIALIZE_ONLY_SEMANTIC...
Benoit Daloze
2024-07-25
[ruby/prism] Do not serialize node_id when PRISM_SERIALIZE_ONLY_SEMANTICS_FIE...
Benoit Daloze
2024-07-24
[ruby/prism] Inherit ractor state for child scopes
Kevin Newton
2024-07-24
[Bug #20647] Disallow `return` directly within a singleton class
Nobuyoshi Nakada
2024-07-23
[ruby/prism] Single line method bodies should not be marked as newline
Kevin Newton
2024-07-23
[ruby/prism] Recurse upward to detect invalid returns
Kevin Newton
2024-07-22
[ruby/prism] Ignore shebangs in evals
Kevin Newton
2024-07-22
[ruby/prism] Implement mismatched indentation warning
Kevin Newton
2024-07-19
[ruby/prism] Fix parsing parentheses in hash patterns
Kevin Newton
2024-07-18
[ruby/prism] Mark local variable writes in value positions as being read
Kevin Newton
2024-07-18
[PRISM] Ensure not opening directories
Kevin Newton
2024-07-17
[ruby/prism] Have parse_stream handle NUL bytes
Kevin Newton
2024-07-17
[ruby/prism] [Doc] Tweak example of `Prism::Dispatcher`
Koichi ITO
2024-07-17
[Bug #20457] [Prism] Remove redundant return flag
Nobuyoshi Nakada
2024-07-15
[ruby/prism] Fix up implicit flags
Kevin Newton
2024-07-12
[ruby/prism] When parsing an invalid write, still add to the local table
Kevin Newton
2024-07-11
[ruby/prism] Bump typecheck dependencies to fix CI
Kevin Newton
2024-07-11
[PRISM] Fix up shareable constant casting
Kevin Newton
2024-07-11
[PRISM] Use node ids for error highlight
Kevin Newton
2024-07-11
[ruby/prism] Prevent optional block parameter from accepting certain prefixed...
Stan Lo
2024-07-11
[ruby/prism] Various cleanup for initializers and typechecks
Kevin Newton
2024-07-11
[ruby/prism] Add node ids to nodes
Kevin Newton
2024-07-11
[ruby/prism] Move Node#type and Node::type documentation
Kevin Newton
2024-07-11
[ruby/prism] Add Node#breadth_first_search
Kevin Newton
2024-07-11
[ruby/prism] Expose common flags in inspect output
Kevin Newton
2024-07-11
[ruby/prism] Expose flags on every node type
Kevin Newton
2024-07-11
[ruby/prism] Move location to second position for node initializers
Kevin Newton
2024-07-01
[ruby/prism] Fix up find and array patterns with multiple rests
Kevin Newton
2024-07-01
[ruby/prism] Properly support parsing regexp in extended mode
Kevin Newton
2024-06-26
[ruby/prism] Handle block exits under modifiers
Kevin Newton
2024-06-25
[ruby/prism] Fix documentation comment in generated with templates files
Andrew Konchin
2024-06-21
[ruby/prism] Update `#line` that was missed to update
Yusuke Endoh
2024-06-20
[ruby/prism] Set `#line" directives to respect the path in ruby/ruby repo
Yusuke Endoh
2024-06-19
[ruby/prism] Make sure Init_prism is visible for extension
Kevin Newton
2024-06-15
[ruby/prism] Document MultiWriteNode fields
Herwin
2024-06-15
[ruby/prism] Document MultiTargetNode
Herwin
2024-06-14
[ruby/prism] Ensure ranges are non-associative
Kevin Newton
2024-06-13
[ruby/prism] Handle implicit array precedence
Kevin Newton
2024-06-11
[ruby/prism] Match CRuby error message for unknown regexp options
Kevin Newton
2024-06-11
[ruby/prism] Fix binding power for class <<
Kevin Newton
2024-06-10
[ruby/prism] Provide ability to lock encoding while parsing
Kevin Newton
2024-06-10
[ruby/prism] Disallow multi writes when not in statement level
Kevin Newton
2024-06-10
[ruby/prism] Allow block exits in loop predicates
Kevin Newton
2024-06-09
Use `PRISM_EXPORTED_FUNCTION` consistently with the header
Nobuyoshi Nakada
2024-06-07
Sync prism version to latest
Kevin Newton
2024-06-06
Remove circular parameter syntax error
Kevin Newton
2024-06-06
[ruby/prism] Reject additional patterns under splat in target
Kevin Newton
[prev]
[next]