summaryrefslogtreecommitdiff
path: root/prism/srcs.mk
AgeCommit message (Collapse)Author
2026-03-30Update prism sources before dump_astNobuyoshi Nakada
2026-03-20Leverage new Prism APIsKevin Newton
Prism changed structure quite a bit. Most of the previously-public structs are now opaque. This requires quite a bit of changes internally. It also triggered some unrelated changes, which were necessary because Prism's main header used to pull in standard headers. So box.c and jit.c are now no longer transitively getting all the headers they needed.
2026-03-05[PRISM] Template out node creation functionsKevin Newton
2025-12-07Ignore distclean failuresNobuyoshi Nakada
Just clean the directory if it exists and is empty.
2025-11-27Clean prism directoryNobuyoshi Nakada
2025-09-15Make PRISM_BUILD_DIR even when baseruby is availableNobuyoshi Nakada
It is needed before updating the timestamp for prism/srcs.mk.
2025-09-13Just touch the timestamp for prism/srcs.mk when no baserubyNobuyoshi Nakada
2025-09-12Revert "Just touch the timestamp for prism/srcs.mk when no baseruby"Takashi Kokubun
This reverts commit 5a2cedd051634d6d1c8fbf48b0327f8cd8eec495. The CI is telling us to revert the diff: https://github.com/ruby/ruby/actions/runs/17679836157/job/50251138515
2025-09-12Just touch the timestamp for prism/srcs.mk when no baserubyNobuyoshi Nakada
2025-08-19Gererate prism source files dependencies from template.rbNobuyoshi Nakada
Update included file list automatically.