Age | Commit message (Expand) | Author |
---|
2021-11-09 | Use valid `ec` for postponed job. | Koichi Sasada |
2021-10-26 | [Bug #18264] Fix memory in TracePoint | Peter Zhu |
2021-10-20 | Put YJIT into a single compilation unit | Alan Wu |
2021-10-20 | filter out internal events. add comments. reorder | Alan Wu |
2021-10-20 | TracePoint support | Alan Wu |
2021-09-29 | Refactor rb_add_event_hook function | S-H-GAMELINKS |
2021-09-10 | include/ruby/debug.h: add doxygen | 卜部昌平 |
2021-08-29 | Support tracing of attr_reader and attr_writer | Jeremy Evans |
2021-08-12 | Don't cancel JIT-ed code on TracePoint :class | Takashi Kokubun |
2021-08-12 | Print JIT cancel when all JIT-ed code is cancelled | Takashi Kokubun |
2021-08-02 | Using RBOOL macro | S.H |
2021-06-17 | Adjust styles [ci skip] | Nobuyoshi Nakada |
2021-04-26 | Document binding behavior for C call/return events for TracePoint/set_trace_func | Jeremy Evans |
2021-01-19 | Replace "iff" with "if and only if" | Gannon McGibbon |
2020-12-22 | separate rb_ractor_pub from rb_ractor_t | Koichi Sasada |
2020-12-22 | TracePoint.new(&block) should be ractor-local | Koichi Sasada |
2020-09-03 | Introduce Ractor mechanism for parallel execution | Koichi Sasada |
2020-08-06 | [Feature #16513] TracePoint#inspect returns "... file:line" (#3391) | Nguyễn Quang Minh |
2020-06-29 | tracepoint_inspect: do not goto into a branch | 卜部昌平 |
2020-03-29 | Clear all trace events during teardown | Alan Wu |
2020-02-06 | rb_vm_t::postponed_job_index shall be rb_atomic_t | 卜部昌平 |
2019-12-29 | Separate builtin initialization calls | Nobuyoshi Nakada |
2019-12-26 | decouple internal.h headers | 卜部昌平 |
2019-11-08 | Renamed `load_*.inc` as `*.rbinc` to utilize a suffix rule | Nobuyoshi Nakada |
2019-11-08 | use builtin for TracePoint. | Koichi Sasada |
2019-08-13 | Renamed ruby_finalize_{0,1} | Nobuyoshi Nakada |
2019-07-24 | should not free local hook_list here. | Koichi Sasada |
2019-06-08 | Suppress warnings by gcc 9.1 | Nobuyoshi Nakada |
2019-03-27 | Fix typos | kazu |
2019-03-20 | vm_trace.c: [DOC] remove the trick [ci skip] | nobu |
2019-03-20 | Improve TracePoint docs. | hsbt |
2019-02-01 | vm_trace.c: trick rdoc for TracePoint#enable | nobu |
2018-12-29 | `TracePoint#enable(target_thraed:)` [Feature #15473] | ko1 |
2018-12-12 | remove `compiled_` prefix. [Feature #15287] | ko1 |
2018-12-06 | * expand tabs. | svn |
2018-12-06 | `script_compiled` TracePoint event [Feature #15287] | ko1 |
2018-11-30 | vm_trace.c: workqueue as thread-safe version of postponed_job | normal |
2018-11-26 | `TracePoint#enable(target_line:)` is supported. [Feature #15289] | ko1 |
2018-11-26 | * expand tabs. | svn |
2018-11-26 | Support targetting TracePoint [Feature #15289] | ko1 |
2018-11-26 | vm_trace.c: MJIT-limited thread-safety for postponed_job | k0kubun |
2018-11-18 | vm_trace.c (rb_postponed_job_flush): use rb_atomic_t for mask | normal |
2018-11-08 | initialize VM postponed_job first. [Bug #15288] | ko1 |
2018-10-23 | * expand tabs. | svn |
2018-10-23 | Revert "vm_trace: implement postponed_jobs as st_table" | normal |
2018-10-20 | add disabling MJIT features option. | ko1 |
2018-06-23 | mjit.c: disable calling JIT-ed code | k0kubun |
2018-06-03 | Add TracePoint#parameters | mame |
2018-05-17 | vm_trace: implement postponed_jobs as st_table | normal |
2018-05-17 | vm_trace: remove rb_postponed_job_t->flags | normal |