Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-05 | [ruby/prism] Remove unused string list struct | Kevin Newton | |
https://github.com/ruby/prism/commit/36c6851c85 | |||
2024-03-04 | [ruby/prism] Make alloc interface replaceable | HASUMI Hitoshi | |
- Add `x` prefix to malloc, calloc, realloc, and free (eg: malloc -> xmalloc) - By default, they are replaced with stdlib's functions at build - You can use custom functions by defining `PRISM_CUSTOM_ALLOCATOR` macro https://github.com/ruby/prism/commit/7a878af619 | |||
2023-11-01 | [ruby/prism] Documentation for pm_string_t | Kevin Newton | |
https://github.com/ruby/prism/commit/ff1d2ec579 | |||
2023-11-01 | [ruby/prism] Even more C documentation | Kevin Newton | |
https://github.com/ruby/prism/commit/bec5ca37a0 | |||
2023-09-27 | Sync to prism rename commits | Kevin Newton | |
2023-09-27 | Rename YARP filepaths to prism filepaths | Kevin Newton | |