summaryrefslogtreecommitdiff
path: root/template
AgeCommit message (Expand)Author
2025-05-15YJIT: ZJIT: Allow both JITs in the same buildAlan Wu
2025-05-12digest.so needs ruby/digest.h which is installed by build-extNobuyoshi Nakada
2025-05-02YJIT: ZJIT: Share identical glue functionsAlan Wu
2025-04-30Suppress gcc 15 unterminated-string-initialization warningsNobuyoshi Nakada
2025-04-28Suppress error message when gc is cleaned already [ci skip]Nobuyoshi Nakada
2025-04-23Check Unicode version of the normalization tableNobuyoshi Nakada
2025-04-22Remove extra empty expressionsNobuyoshi Nakada
2025-04-18Add zjit_* instructions to profile the interpreter (https://github.com/Shopif...Takashi Kokubun
2025-04-18Use separate cargo build flagsTakashi Kokubun
2025-04-18Pass CARGO_BUILD_ARGS through properlyAlan Wu
2025-04-18Fix template/Makefile.inTakashi Kokubun
2025-04-18prepare Unicode normalization for Unicode 16.0.0Martin Dürst
2025-04-06Ensure builtin binaries are aligned to ibf_headerNobuyoshi Nakada
2025-03-28Ignore to build C extension for test files of bundled gemsHiroshi SHIBATA
2025-03-05Remove obsoleted insn_may_depend_on_sp_or_pc()Takashi Kokubun
2025-02-13[Feature #21116] Extract RJIT as a third-party gemNobuyoshi Nakada
2025-02-11YJIT doesn't merge archives anymore [ci skip]Alan Wu
2025-01-14Use LRAMA instead of YACCydah
2025-01-13CPPFLAGS is needed for dtrace not only INCFLAGSNobuyoshi Nakada
2024-12-27Win32: Fix sub make commandsNobuyoshi Nakada
2024-12-25fake.rb: Override constants in Ruby moduleNobuyoshi Nakada
2024-12-22Split `modular-gc` into build and installationNobuyoshi Nakada
2024-12-22Allow variables in modular_gc_dirNobuyoshi Nakada
2024-12-10Split system dependent commands to clean modular-gcNobuyoshi Nakada
2024-12-05Standardize on the name "modular GC"Peter Zhu
2024-11-26Shell dependent command should be in Makefile.inNobuyoshi Nakada
2024-10-11Remove unused PRELOADENV macro in ruby-runner.hPeter Zhu
2024-10-11Remove unused SOEXT macro in ruby-runner.hPeter Zhu
2024-10-08Substitute `coroutine_transfer` with prefixed symbol in MakefileNobuyoshi Nakada
2024-10-07Make rbconfig/sizeof keys US-ASCIINobuyoshi Nakada
2024-10-07Make rbconfig/sizeof keys as literalsNobuyoshi Nakada
2024-10-03fake.rb: Copy options in RUBY_DESCRIPTION to the fake stringNobuyoshi Nakada
2024-09-29Remove leading spaces from `LIBPATHFLAG` and `RPATHFLAG`Nobuyoshi Nakada
2024-09-11Clean up clean only extensionsNobuyoshi Nakada
2024-09-11Fix duplicate dependency linesNobuyoshi Nakada
2024-09-08Fix prelude to use IBFNobuyoshi Nakada
2024-09-08Extract `rb_builtin_find`Nobuyoshi Nakada
2024-08-29[PRISM] Handle RubyVM.keep_script_linesKevin Newton
2024-07-15[DOC] Document RbConfig::SIZEOFAlan Wu
2024-07-15[DOC] Document RbConfig::LIMITSAlan Wu
2024-07-15Refactor so RDoc picks up RbConfig::{SIZEOF,LIMITS}Alan Wu
2024-07-11Fix Makefile.in for non GNUmakePeter 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-07Also export CC for dtrace's benefit as wellKJ Tsanaktsidis
2024-07-07Ensure CFLAGS are passed to probes.o generationKJ Tsanaktsidis
2024-07-07Remove $(ASFLAGS) from build system and assemble with $(CFLAGS) insteadKJ Tsanaktsidis
2024-06-24Use gperf 3.1 to generate ANSI-C codeNobuyoshi Nakada
2024-06-11Extract hardening CFLAGS to a special $hardenflags variableKJ Tsanaktsidis