Age | Commit message (Expand) | Author |
---|
2025-05-15 | YJIT: ZJIT: Allow both JITs in the same build | Alan Wu |
2025-05-12 | digest.so needs ruby/digest.h which is installed by build-ext | Nobuyoshi Nakada |
2025-05-02 | YJIT: ZJIT: Share identical glue functions | Alan Wu |
2025-04-30 | Suppress gcc 15 unterminated-string-initialization warnings | Nobuyoshi Nakada |
2025-04-28 | Suppress error message when gc is cleaned already [ci skip] | Nobuyoshi Nakada |
2025-04-23 | Check Unicode version of the normalization table | Nobuyoshi Nakada |
2025-04-22 | Remove extra empty expressions | Nobuyoshi Nakada |
2025-04-18 | Add zjit_* instructions to profile the interpreter (https://.com/Shopif... | Takashi Kokubun |
2025-04-18 | Use separate cargo build flags | Takashi Kokubun |
2025-04-18 | Pass CARGO_BUILD_ARGS through properly | Alan Wu |
2025-04-18 | Fix template/Makefile.in | Takashi Kokubun |
2025-04-18 | prepare Unicode normalization for Unicode 16.0.0 | Martin Dürst |
2025-04-06 | Ensure builtin binaries are aligned to ibf_header | Nobuyoshi Nakada |
2025-03-28 | Ignore to build C extension for test files of bundled gems | Hiroshi SHIBATA |
2025-03-05 | Remove obsoleted insn_may_depend_on_sp_or_pc() | Takashi Kokubun |
2025-02-13 | [Feature #21116] Extract RJIT as a third-party gem | Nobuyoshi Nakada |
2025-02-11 | YJIT doesn't merge archives anymore [ci skip] | Alan Wu |
2025-01-14 | Use LRAMA instead of YACC | ydah |
2025-01-13 | CPPFLAGS is needed for dtrace not only INCFLAGS | Nobuyoshi Nakada |
2024-12-27 | Win32: Fix sub make commands | Nobuyoshi Nakada |
2024-12-25 | fake.rb: Override constants in Ruby module | Nobuyoshi Nakada |
2024-12-22 | Split `modular-gc` into build and installation | Nobuyoshi Nakada |
2024-12-22 | Allow variables in modular_gc_dir | Nobuyoshi Nakada |
2024-12-10 | Split system dependent commands to clean modular-gc | Nobuyoshi Nakada |
2024-12-05 | Standardize on the name "modular GC" | Peter Zhu |
2024-11-26 | Shell dependent command should be in Makefile.in | Nobuyoshi Nakada |
2024-10-11 | Remove unused PRELOADENV macro in ruby-runner.h | Peter Zhu |
2024-10-11 | Remove unused SOEXT macro in ruby-runner.h | Peter Zhu |
2024-10-08 | Substitute `coroutine_transfer` with prefixed symbol in Makefile | Nobuyoshi Nakada |
2024-10-07 | Make rbconfig/sizeof keys US-ASCII | Nobuyoshi Nakada |
2024-10-07 | Make rbconfig/sizeof keys as literals | Nobuyoshi Nakada |
2024-10-03 | fake.rb: Copy options in RUBY_DESCRIPTION to the fake string | Nobuyoshi Nakada |
2024-09-29 | Remove leading spaces from `LIBPATHFLAG` and `RPATHFLAG` | Nobuyoshi Nakada |
2024-09-11 | Clean up clean only extensions | Nobuyoshi Nakada |
2024-09-11 | Fix duplicate dependency lines | Nobuyoshi Nakada |
2024-09-08 | Fix prelude to use IBF | Nobuyoshi Nakada |
2024-09-08 | Extract `rb_builtin_find` | Nobuyoshi Nakada |
2024-08-29 | [PRISM] Handle RubyVM.keep_script_lines | Kevin Newton |
2024-07-15 | [DOC] Document RbConfig::SIZEOF | Alan Wu |
2024-07-15 | [DOC] Document RbConfig::LIMITS | Alan Wu |
2024-07-15 | Refactor so RDoc picks up RbConfig::{SIZEOF,LIMITS} | Alan Wu |
2024-07-11 | Fix Makefile.in for non GNUmake | Peter Zhu |
2024-07-11 | Rename gc/gc_impl.c to gc/default.c | Peter Zhu |
2024-07-11 | Move gc_impl.c to gc/gc_impl.c | Peter Zhu |
2024-07-08 | Add make target shared-gc | Peter Zhu |
2024-07-07 | Also export CC for dtrace's benefit as well | KJ Tsanaktsidis |
2024-07-07 | Ensure CFLAGS are passed to probes.o generation | KJ Tsanaktsidis |
2024-07-07 | Remove $(ASFLAGS) from build system and assemble with $(CFLAGS) instead | KJ Tsanaktsidis |
2024-06-24 | Use gperf 3.1 to generate ANSI-C code | Nobuyoshi Nakada |
2024-06-11 | Extract hardening CFLAGS to a special $hardenflags variable | KJ Tsanaktsidis |