Age | Commit message (Expand) | Author |
---|
2025-06-04 | Check for 64bit atomic operations | Nobuyoshi Nakada |
2025-05-28 | ZJIT: Add --enable-zjit=dev_nodebug (#13456) | Takashi Kokubun |
2025-05-20 | Silence error messages of `cd` to non-existent opt directories | Nobuyoshi Nakada |
2025-05-19 | ZJIT: Propagate disasm feature to ZJIT and YJIT (#13372) | Takashi Kokubun |
2025-05-15 | YJIT: ZJIT: Allow both JITs in the same build | Alan Wu |
2025-05-12 | Detect `clock_gettime` and `clock_getres` for winpthreads | Nobuyoshi Nakada |
2025-05-02 | YJIT: ZJIT: Share identical glue functions | Alan Wu |
2025-04-18 | Enable YJIT by default | Takashi Kokubun |
2025-04-18 | Let ZJIT and YJIT disable each other | 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 | Link zjit into the interpreter | Takashi Kokubun |
2025-02-17 | Check programs for CC in the same path | Nobuyoshi Nakada |
2025-02-13 | [Feature #21116] Extract RJIT as a third-party gem | Nobuyoshi Nakada |
2025-01-09 | Enable riscv64 coroutine on OpenBSD/riscv64 | Jeremy Evans |
2025-01-08 | [Bug #21017] Fix `--with-parser` configure option | Nobuyoshi Nakada |
2024-12-18 | Fix the end of "dlext & soext" section [ci skip] | Nobuyoshi Nakada |
2024-12-05 | Standardize on the name "modular GC" | Peter Zhu |
2024-11-26 | [MinGW] - Fix NET_LUID check | Raed Rizqie |
2024-11-09 | [Bug #20800] Use config target for bin directory as-is | Nobuyoshi Nakada |
2024-11-09 | [Bug #20800] Locate executable binary file under "libexec" directly | Nobuyoshi Nakada |
2024-11-09 | Add integer overflow check macros for add/sub as well as mul | Nobuyoshi Nakada |
2024-10-23 | Check if -pipe option works | Nobuyoshi Nakada |
2024-10-11 | Improve RUBY_GC_LIBRARY | Peter Zhu |
2024-10-10 | Add `--with-parser` configure option | Nobuyoshi Nakada |
2024-10-05 | Use quadrigraphs for a hash | Nobuyoshi Nakada |
2024-10-04 | [Bug #20783] Insert a space between RPATHFLAG and LIBPATHFLAG | Nobuyoshi Nakada |
2024-09-29 | Remove leading spaces from `LIBPATHFLAG` and `RPATHFLAG` | Nobuyoshi Nakada |
2024-09-19 | Use ppc64le coroutines for powerpc64-freebsd* | Piotr Kubaj |
2024-09-19 | Use ppc64le coroutines on powerpc64le-freebsd* | Piotr Kubaj |
2024-09-06 | Add an explicit check for broken libunwind builds | KJ Tsanaktsidis |
2024-09-06 | Revert "Check for both aarch64 and arm64 arch's for pac-ret" | Peter Zhu |
2024-08-22 | Check for both aarch64 and arm64 arch's for pac-ret | KJ Tsanaktsidis |
2024-08-21 | [Bug #20687] Check if base ruby provides necessary libraries | Nobuyoshi Nakada |
2024-08-16 | Revert soname changes | Raed Rizqie |
2024-08-12 | Revert change of "mingw-ucrt" platform string | Lars Kanis |
2024-08-11 | fix ucrt arch | Raed Rizqie |
2024-07-18 | YJIT: Allow dev_nodebug to disasm release-mode code (#11198) | Takashi Kokubun |
2024-07-16 | Stop using `sigsetjmp` to hijack SIGCHLD handler | Nobuyoshi Nakada |
2024-07-16 | Fix a typo | Kazuhiro NISHIYAMA |
2024-07-07 | Revert autoconf macros defining RUBY_AARCH64_{BTI|PAC}_ENABLED | KJ Tsanaktsidis |
2024-07-07 | Remove $(ASFLAGS) from build system and assemble with $(CFLAGS) instead | KJ Tsanaktsidis |
2024-07-05 | Change external GC to use directory at configure | Peter Zhu |
2024-07-03 | Add explicit compiler fence when pushing frames to ensure safe profiling | Ivo Anjo |
2024-06-22 | Exported symbols in DLL on Windows are managed by win32/mkexports.rb | Nobuyoshi Nakada |
2024-06-22 | build: fix crossruby build by handling empty `ac_abs_builddir` | Yuta Saito |
2024-06-22 | Get rid of nesting backquotes | Nobuyoshi Nakada |
2024-06-22 | Expand --with-opt-dir arguments | Nobuyoshi Nakada |
2024-06-21 | Support LCOV 2.0 | Yusuke Endoh |