Age | Commit message (Expand) | Author |
---|
2025-05-05 | vm_dump.c: avoid `USE_MN_THREADS` is not defined warning | Jean Boussier |
2025-05-05 | Fix `USE_MN_THREADS=0` builds on macOS | Jean Boussier |
2025-04-05 | [Bug #21150] macOS: unwinding coroutine workaround is only for arm64 | Nobuyoshi Nakada |
2025-02-21 | [Bug #21150] macOS: Temporary workaround at unwinding coroutine | Nobuyoshi Nakada |
2025-01-07 | glibc and musl didn't provide A1-A7, FP and S3-S8 constants. | Hiroshi SHIBATA |
2024-12-17 | Win32: Fix the macro for arm64 on mswin | Nobuyoshi Nakada |
2024-12-12 | Don't output memory map in crash report for ASAN | Peter Zhu |
2024-11-05 | Use rb_fiber_scheduler_get() instead of rb_fiber_scheduler_current() | Yusuke Endoh |
2024-11-05 | Let vm_dump show whether the fiber scheduler is enabled or not | Yusuke Endoh |
2024-09-26 | Added LARCH_REG_FP to dump results | Hiroshi SHIBATA |
2024-09-26 | Use constants for register numbers | Hiroshi SHIBATA |
2024-09-26 | Removed duplicated dumps | Hiroshi SHIBATA |
2024-09-26 | Import es for old macOS from MacPorts | Nobuyoshi Nakada |
2023-11-23 | windows-arm64 support (#8995) | Pierrick Bouvier |
2023-10-12 | Fix symbols on FreeBSD [ci skip] | Nobuyoshi Nakada |
2023-09-26 | Dump backtraces to an arbitrary stream when using libprocstat | Nobuyoshi Nakada |
2023-09-26 | Labels cannot at the end of block | Nobuyoshi Nakada |
2023-09-26 | Add a missing label | Nobuyoshi Nakada |
2023-09-25 | Abort dumping when output failed | Nobuyoshi Nakada |
2023-09-25 | Dump backtraces to an arbitrary stream | Nobuyoshi Nakada |
2023-07-27 | Clean up OPT_STACK_CACHING (#8132) | Takashi Kokubun |
2023-07-17 | Remove __bp__ and speed-up bmethod calls (#8060) | Alan Wu |
2023-03-16 | Add thread and ractor counts to bug reports | Alan Wu |
2023-02-23 | Move `dump_machine_register` definitions | Nobuyoshi Nakada |
2023-02-22 | Add support for LoongArch (#7343) | 小MAO钓鱼 |
2023-02-09 | Merge gc.h and internal/gc.h | Matt Valentine-House |
2022-12-24 | Fix backtrace beyond _singtramp on macOS arm64 (#7015) | NARUSE, Yui |
2022-10-20 | push dummy frame for loading process | Koichi Sasada |
2022-07-21 | Expand tabs [ci skip] | Takashi Kokubun |
2022-06-03 | Prevent printing crash report in a loop | Alan Wu |
2022-05-24 | remove `NON_SCALAR_THREAD_ID` support | Koichi Sasada |
2022-04-23 | introduce struct `rb_native_thread` | Koichi Sasada |
2022-04-20 | Enable C backtraces on Apple silicon (#5770) | Jean byroot Boussier |
2022-04-09 | [DOC]Some link prefix replace | S-H-GAMELINKS |
2022-03-30 | Prefix ccan headers (#4568) | Nobuyoshi Nakada |
2022-03-24 | Add ISEQ_BODY macro | Peter Zhu |
2022-01-25 | enable `RUBY_ON_BUG` on release build | Koichi Sasada |
2021-10-10 | Shorten register names on arm64-darwin not to be truncated | Nobuyoshi Nakada |
2021-06-10 | Crash more nicely when the VM isn't fully set up | Aaron Patterson |
2021-06-07 | Don't create objects during GC | Aaron Patterson |
2021-06-02 | Do not expect ec on rb_vm_bugreport | Takashi Kokubun |
2021-05-04 | vm_dump.c: rename HAVE_BACKTRACE to USE_BACKTRACE | Benoit Daloze |
2021-04-04 | Unify code by word sizes | Nobuyoshi Nakada |
2021-03-22 | vm dump display return address in the abscence of X30 in Mac ARM64. | David CARLIER |
2021-02-10 | vm_dump.c: Dump machine registers on RISC-V Linux | Yusuke Endoh |
2021-02-04 | Revert "vm_dump.c: Do not show C backtrace on riscv" | Yusuke Endoh |
2021-01-31 | vm_dump: dump registers for Mac M1 | David CARLIER |
2021-01-13 | Removed excess stringizations on regstr [Bug #17532] | Nobuyoshi Nakada |
2020-12-16 | vm debug: dump registers on ARM too. (#3900) | David CARLIER |
2020-12-10 | Allow an MJIT worker to show a backtrace on SEGV | Takashi Kokubun |