summaryrefslogtreecommitdiff
path: root/common.mk
AgeCommit message (Expand)Author
2024-08-08Make YJIT a GC root rather than an object (#11343)Peter Zhu
2024-08-07CI: Run annocheck for libruby.soJun Aruga
2024-07-26Put the default GC implementation back into gc.oAlan Wu
2024-07-16Set `BUILDING_SHARED_GC` when building shared GCPeter Zhu
2024-07-15Add gc/gc.h for functions in gc.c and used by GC implementationsPeter Zhu
2024-07-12Provide GC.config to disable major GC collectionsMatt Valentine-House
2024-07-12Add gc/gc_impl.h for GC implementation headersPeter Zhu
2024-07-11Rename gc/gc_impl.c to gc/default.cPeter Zhu
2024-07-11Move gc_impl.c to gc/gc_impl.cPeter Zhu
2024-07-08Add make target shared-gcPeter Zhu
2024-07-08Implement Hash.new(capacity:)Jean Boussier
2024-07-03[Feature #20470] Update dependenciesPeter Zhu
2024-07-03[Feature #20470] Split GC into gc_impl.cPeter Zhu
2024-06-05[PRISM] Strip out common.mk for pm_string_listKevin Newton
2024-06-02Eliminate internal uses of `Data_Wrap_Struct`Jean Boussier
2024-06-02Add `nightly` recipeNobuyoshi Nakada
2024-05-26Prevent test-bundled-gems outputs from mixingNobuyoshi Nakada
2024-05-20[PRISM] Remove old prism spec workflow, just use default.mspec nowKevin Newton
2024-05-09test-syntax-suggest is not working with mswin environmentHiroshi SHIBATA
2024-04-27ruby tool/update-deps --fix卜部昌平
2024-04-24Update common.mk dependenciesKevin Newton
2024-04-24[PRISM] Generate inspect_visitor in common.mkKevin Newton
2024-04-24[DOC] Wait for `docs` to complete before installing allNobuyoshi Nakada
2024-04-23Refactor parser compile functionsyui-knk
2024-04-20Parser and universal parser share wrapper functionsyui-knk
2024-04-19Use isolated temporary directory in test-all too for RubyGems testsNobuyoshi Nakada
2024-04-19Remove UPDATE_LIBRARIESNobuyoshi Nakada
2024-04-17[PRISM] Generate the reflection fileKevin Newton
2024-04-17[PRISM] Remove old make targets for state stackKevin Newton
2024-04-17Separate docs task from main to install-*Hiroshi SHIBATA
2024-04-04Move shareable_constant_value logic from parse.y to compile.cyui-knk
2024-03-28Clean symlinks to be runnable [ci skip]Nobuyoshi Nakada
2024-03-25YJIT: Propagate Array, Hash, and String classes (#10323)Takashi Kokubun
2024-03-24Remove never used macros related to RJIT [ci skip]Nobuyoshi Nakada
2024-03-20[PRISM] Enable specs in CIKevin Newton
2024-03-18[PRISM] Remove unnecessary dependencies in common.mkKevin Newton
2024-03-10Clean intermediate files and debug info for each targetNobuyoshi Nakada
2024-03-07Clean up files made by runnable in clean-runnable [ci skip]Nobuyoshi Nakada
2024-03-07Clean up dump file generated by `--yjit-exit-locations` [ci skip]Nobuyoshi Nakada
2024-03-06[PRISM] Update dependencies for prism diagnosticsKevin Newton
2024-03-06Move FL_SINGLETON to FL_USER1Jean Boussier
2024-02-23Update common.mkPeter Zhu
2024-02-23YJIT: Lazily push a frame for specialized C funcs (#10080)Takashi Kokubun
2024-02-23[PRISM] Use new static literal comparisonsKevin Newton
2024-02-22[PRISM] Integrate new number parsingKevin Newton
2024-02-22Extract imemo functions from gc.c into imemo.cPeter Zhu
2024-02-21Separate miniruby from dmyext.cNobuyoshi Nakada
2024-02-21Introduce NODE_REGX to manage regexp literalyui-knk
2024-02-19Don't exclude `test_gem_package_task.rb` explicitly.Hiroshi SHIBATA
2024-02-16Fix PRISM build dependenciesAlan Wu