Age | Commit message (Expand) | Author |
---|
2024-12-12 | [DOC] Fix grammar errors, typos, and improve readability of trace_point.rb (#... | Stan Lo |
2024-04-15 | show warning for unused block | Koichi Sasada |
2023-12-14 | [DOC] Adjust some new features wording/examples. (#9183) | Victor Shepelev |
2023-08-14 | [DOC] Remove Document-class from trace_point.rb | Peter Zhu |
2023-02-19 | [DOC] Update TracePoint#binding docs for 3.2 behavior | zverok |
2022-12-22 | [DOC] Update TracePoint.allow_reentry docs | zverok |
2022-03-29 | Fix comment | Jeremy Evans |
2022-03-29 | Update comment for TracePoint#enable | Jeremy Evans |
2022-03-29 | Avoid trace events in implementation of TracePoint#enable | Jeremy Evans |
2022-03-29 | Make TracePoint#enable with block target current thread by default | Jeremy Evans |
2021-12-10 | `TracePoint.allow_reentry` | Koichi Sasada |
2021-11-09 | Add doc for `a_call` and `a_return` events of TracePoint | Masataka Pocke Kuwabara |
2021-10-30 | [DOC] Fix `TracePoint.trace` format [ci skip] | Ulysse Buonomo |
2021-06-19 | Tweak description of TracePoint :line event | Jeremy Evans |
2021-04-26 | Document binding behavior for C call/return events for TracePoint/set_trace_func | Jeremy Evans |
2020-08-06 | [Feature #16513] TracePoint#inspect returns "... file:line" (#3391) | Nguyễn Quang Minh |
2020-06-19 | [Feature #16254] Use `Primitive.func` style | Nobuyoshi Nakada |
2020-06-19 | [Feature #16254] Use `__builtin.func` style | Nobuyoshi Nakada |
2020-01-05 | Fix output of example [ci skip] | Kazuhiro NISHIYAMA |
2019-12-04 | Make TracePoint.stat a singleton method again (#2726) | Alan Wu |
2019-11-08 | use builtin for TracePoint. | Koichi Sasada |