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
/
util
Age
Commit message (
Expand
)
Author
2025-12-05
[ruby/prism] Correct constant pool bucket type logic
Kevin Newton
2025-09-19
[ruby/prism] Fix dangling pointers on Windows as well
Nobuyoshi Nakada
2025-09-13
Fix dangling pointers
Nobuyoshi Nakada
2025-09-12
[ruby/prism] Add `\memberof` annotations
Alexander Momchilov
2025-09-12
[ruby/prism] Add links to code refs in docs
Alexander Momchilov
2025-02-28
[ruby/prism] Use a locale-insensitive version of tolower
Jean Boussier
2025-02-13
[ruby/prism] Handle zero-sized allocation in pm_constant_id_list_init_capacity
HASUMI Hitoshi
2025-01-08
[ruby/prism] Handle escapes in named capture names
Kevin Newton
2024-11-28
[ruby/prism] Fix a possible leak of a file descriptor
Yusuke Endoh
2024-10-28
[ruby/prism] Only read from buffer if `size` is greater than 0
Aaron Patterson
2024-09-13
[ruby/prism] Stat file first to check directory
Kevin Newton
2024-09-12
[ruby/prism] Check errno for parsing directory
Kevin Newton
2024-09-11
[ruby/prism] UTF-8 characters in file name
Kevin Newton
2024-09-11
[ruby/prism] Parse tempfile
Kevin Newton
2024-08-26
Shrink `pm_integer_t` (32 bytes → 24)
Alexander Momchilov
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-18
[PRISM] Ensure not opening directories
Kevin Newton
2024-07-11
[PRISM] Use node ids for error highlight
Kevin Newton
2024-06-05
[ruby/prism] Remove unused string list struct
Kevin Newton
2024-05-28
[ruby/prism] Typo fix: poitive => positive
Herwin
2024-05-24
[ruby/prism] Remove various unused memsize infra
Kevin Newton
2024-05-24
[ruby/prism] Remove Debug::integer_parse
Kevin Newton
2024-05-24
[ruby/prism] Remove Debug::static_inspect
Kevin Newton
2024-05-21
[ruby/prism] Reconfigure rationals
Kevin Newton
2024-05-16
[ruby/prism] More mixed encoding errors
Kevin Newton
2024-04-23
[ruby/prism] Fix recursive multiply when values are switched in karatsuba_mul...
Kevin Newton
2024-04-17
[ruby/prism] Inline pm_state_stack
Kevin Newton
2024-04-17
[ruby/prism] Fix up more clang-analyzer failures
Kevin Newton
2024-04-16
[ruby/prism] Fix up clang-analyzer violations
Kevin Newton
2024-04-05
[ruby/prism] Make the locals set switch from list to hash dynamically
Kevin Newton
2024-04-05
[ruby/prism] Switch locals to use a hash
Kevin Newton
2024-03-28
[ruby/prism] Various cleanup with new -x option
Kevin Newton
2024-03-28
[ruby/prism] CLI -x flag
Kevin Newton
2024-03-25
[ruby/prism] Fix incorrect paring when using invalid regexp options
Koichi ITO
2024-03-13
[PRISM] Remove ssize_t definition from prism
Kevin Newton
2024-03-13
[ruby/prism] Remove ssize_t usage
Kevin Newton
2024-03-12
Define `ssize_t` on mswin build
Nobuyoshi Nakada
2024-03-12
[ruby/prism] Static literals inspect
Kevin Newton
2024-03-11
[ruby/prism] Provide more documentation for pm_integer_parse_digit_values
Kevin Newton
2024-03-11
[ruby/prism] Stop crashing on invalid integers
Kevin Newton
2024-03-07
[ruby/prism] Shared integer parsing logic
Kevin Newton
2024-03-07
[ruby/prism] Style and allocation functions
Kevin Newton
2024-03-07
[ruby/prism] Change pm_integer_t structure
tompng
2024-03-07
[ruby/prism] Faster pm_integer_parse pm_integer_string using karatsuba algorithm
tompng
2024-03-06
[ruby/prism] Parse files from Ruby API using fread, not mmap
Kevin Newton
2024-03-05
[DOC] fix some comments
cui fliter
2024-03-04
[ruby/prism] Additional fix of adding `x` prefix after rebase with main branch
HASUMI Hitoshi
2024-03-04
[ruby/prism] Make alloc interface replaceable
HASUMI Hitoshi
2024-02-23
[ruby/prism] Convert pm_integer_t to strings
Kevin Newton
[next]