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
10 days
[ruby/prism] Respect `encoding` option in `Prism.lex` and friends
Earlopain
2026-04-30
Rename `putstring` instruction as `dupstring`
Jean Boussier
2026-04-29
[ruby/prism] Fix array-bounds error with GCC 9
Benoit Daloze
2026-04-27
[ruby/prism] Reject `END { break }` for Ruby 4.0
Earlopain
2026-04-09
[ruby/prism] Reject `return` and similar with block pass argument
Earlopain
2026-04-05
[ruby/prism] Fix type for `ArrayPatternNode#rest`
Earlopain
2026-04-01
[ruby/prism] Generate templated sources under main/java-templates
Charles Oliver Nutter
2026-04-01
[ruby/prism] Remove a warning from `discarded-qualifiers`
Earlopain
2026-03-30
Fall back writing prism sources to the current directory
Nobuyoshi Nakada
2026-03-30
Update prism sources before dump_ast
Nobuyoshi Nakada
2026-03-27
[ruby/prism] Fix -Wconversion warnings from gcc 8.5.0
Benoit Daloze
2026-03-26
[ruby/prism] Fix `Source.offsets` with `freeze: true`
Earlopain
2026-03-25
[ruby/prism] Pull out parse_class and parse_module
Kevin Newton
2026-03-25
[ruby/prism] Pull out parse_*_array from parse_expression_prefix
Kevin Newton
2026-03-25
[ruby/prism] Pull out parse_parentheses from parse_expression_prefix
Kevin Newton
2026-03-25
[ruby/prism] Pull out parse_case from parse_expression_prefix
Kevin Newton
2026-03-25
[ruby/prism] Pull out parse_def from parse_expression_prefix
Kevin Newton
2026-03-25
[ruby/prism] Add `keyword_loc` to `ForwardingSuperNode`
Earlopain
2026-03-24
[ruby/prism] More gracefully handle interpolated keys in hpn
Kevin Newton
2026-03-24
[PRISM] Replace MissingNode with ErrorRecoveryNode
Kevin Newton
2026-03-24
[ruby/prism] Fix accepting newline in multitarget before =
Kevin Newton
2026-03-24
[ruby/prism] Rework Java template generation for Maven build
Charles Oliver Nutter
2026-03-24
[ruby/prism] Begin splitting the Java artifact into components
Charles Oliver Nutter
2026-03-21
[ruby/prism] Tweaks for byte[] identifiers
Charles Oliver Nutter
2026-03-21
[ruby/prism] Swich identifiers to byte[]
Charles Oliver Nutter
2026-03-20
[PRISM] Remove checked-in generated file
Kevin Newton
2026-03-20
[ruby/prism] Ensure Source#offsets is set correctly in all cases
Benoit Daloze
2026-03-20
[ruby/prism] Revert "Switch identifiers to byte[]"
Kevin Newton
2026-03-20
[ruby/prism] Tweaks for byte[] identifiers
Charles Oliver Nutter
2026-03-20
[ruby/prism] Swich identifiers to byte[]
Charles Oliver Nutter
2026-03-20
[ruby/prism] Provide a single-entry cache on parser for avoiding constant hashes
Kevin Newton
2026-03-20
[ruby/prism] Fast path for returning from parse_arguments_list
Kevin Newton
2026-03-20
[ruby/prism] Use an arena for building the Prism AST
Kevin Newton
2026-03-20
[ruby/prism] Lazily build offsets from a packed array
Kevin Newton
2026-03-20
[ruby/prism] Use common method to construct Location here
Charles Oliver Nutter
2026-03-20
Leverage new Prism APIs
Kevin Newton
2026-03-20
[ruby/prism] Move PRISM_NODISCARD to the correct position
Kevin Newton
2026-03-20
[ruby/prism] Rename strings to stringy because of linux conflicts
Kevin Newton
2026-03-20
[ruby/prism] Revert xfree_sized for integer
Kevin Newton
2026-03-20
[ruby/prism] pm_source_owned_new
Kevin Newton
2026-03-20
[ruby/prism] Use xfree_sized everywhere possible
Kevin Newton
2026-03-20
[ruby/prism] Introduce pm_source_t
Kevin Newton
2026-03-20
[ruby/prism] Also expose pm_constant_id_list_init, pm_constant_id_list_append...
Kevin Newton
2026-03-20
[ruby/prism] pm_parser_constant_find
Kevin Newton
2026-03-20
[ruby/prism] Add necessary functions for CRuby integration
Kevin Newton
2026-03-20
[ruby/prism] Ensure we free options before raising type errors
Kevin Newton
2026-03-20
[ruby/prism] Clean up documentation
Kevin Newton
2026-03-20
[ruby/prism] Fix up bindings
Kevin Newton
2026-03-20
[ruby/prism] Rebase
Kevin Newton
2026-03-20
[ruby/prism] Final review
Kevin Newton
[next]