Age | Commit message (Expand) | Author |
---|
2025-04-27 | Fix jump buffer in WASI builds | 刘皓 |
2025-02-13 | [Feature #21116] Extract RJIT as a third-party gem | Nobuyoshi Nakada |
2024-11-29 | [Bug #20915] Fix SEGV with `TracePoint#parameters` and aliased C method | viralpraxis |
2024-10-08 | Cast via `uintptr_t` function pointer between object pointer | Nobuyoshi Nakada |
2024-08-16 | Fix assertion error when TracePoint has incompatible events | Peter Zhu |
2024-03-17 | Prefer `enum ruby_tag_type` over `int` | Nobuyoshi Nakada |
2024-03-06 | Move FL_SINGLETON to FL_USER1 | Jean Boussier |
2024-02-15 | Do not include a backtick in error messages and backtraces | Yusuke Endoh |
2024-01-23 | Memory with TracePoint on bmethod | Peter Zhu |
2024-01-16 | Rename BUILTIN_ATTR_SINGLE_NOARG_INLINE | Takashi Kokubun |
2024-01-08 | Adjust styles and indents [ci skip] | Nobuyoshi Nakada |
2023-12-22 | Remove EC argument from clean_hooks_check | John Hawthorn |
2023-12-13 | Refactor local variable names in postponed_job methods | KJ Tsanaktsidis |
2023-12-12 | [Bug #19114] Fix for multiple calls of TracePoint#enable | Kouhei Yanagita |
2023-12-10 | add `flags` to `rb_postponed_job_preregister` | Koichi Sasada |
2023-12-10 | Change the semantics of rb_postponed_job_register | KJ Tsanaktsidis |
2023-11-22 | Implement TracePoint on VWA | Peter Zhu |
2023-11-22 | Implement Write Barriers on TracePoint | Peter Zhu |
2023-09-04 | [Bug #18487] [DOC] Remove stale note in `set_trace_func` document | Nobuyoshi Nakada |
2023-09-04 | [DOC] Update `set_trace_func` document | Nobuyoshi Nakada |
2023-09-04 | [DOC] Fix indent of `set_trace_func` document | Nobuyoshi Nakada |
2023-08-01 | support `rescue` event for TracePoint | Koichi Sasada |
2023-05-20 | `rb_bug` prints a newline after the message | Nobuyoshi Nakada |
2023-03-23 | `vm_call_single_noarg_inline_builtin` | Koichi Sasada |
2023-03-06 | s/mjit/rjit/ | Takashi Kokubun |
2023-03-06 | Stop exporting symbols for MJIT | Takashi Kokubun |
2023-02-15 | Encapsulate RCLASS_ATTACHED_OBJECT | Jean Boussier |
2023-01-20 | Make all of the references of iseq movable | Peter Zhu |
2023-01-04 | Fix crash in TracePoint c_call for removed method | Peter Zhu |
2022-12-24 | MJIT: Cancel all on disastrous situations (#7019) | Takashi Kokubun |
2022-12-21 | Make sure TracePoint#binding returns nil for c_call/c_return events | Jeremy Evans |
2022-11-16 | Using UNDEF_P macro | S-H-GAMELINKS |
2022-11-13 | Refactor update_global_event_hook | Takashi Kokubun |
2022-11-13 | YJIT: Fix invalidation for c_call and c_return (#6719) | Alan Wu |
2022-11-10 | YJIT: Invalidate JIT code only for ISEQ_TRACE_EVENTS (#6695) | Takashi Kokubun |
2022-07-21 | Expand tabs [ci skip] | Takashi Kokubun |
2022-06-22 | Fix infinite loop when b_return TracePoint throws | Alan Wu |
2022-06-10 | Fix nested bmethod TracePoint and memory | Alan Wu |
2022-04-06 | Raise RuntimeError if Kernel#binding is called from a non-Ruby frame | Jeremy Evans |
2022-04-01 | Revert "Raise RuntimeError if Kernel#binding is called from a non-Ruby frame" | Jeremy Evans |
2022-03-30 | Prefix ccan headers (#4568) | Nobuyoshi Nakada |
2022-03-29 | Avoid trace events in implementation of TracePoint#enable | Jeremy Evans |
2022-03-24 | Raise RuntimeError if Kernel#binding is called from a non-Ruby frame | Jeremy Evans |
2022-01-22 | Fix error: old-style function definition | Kazuhiro NISHIYAMA |
2022-01-21 | Accurately report VM memsize | Kevin Newton |
2021-12-15 | fix local TP memory | Koichi Sasada |
2021-12-14 | reduce `rb_clear_attr_ccs()` call | Koichi Sasada |
2021-12-10 | `TracePoint.allow_reentry` | Koichi Sasada |
2021-12-01 | Rework tracing for blocks running as methods | Alan Wu |
2021-11-22 | Avoid assert failure when NULL EC is expected | Alan Wu |