Age | Commit message (Expand) | Author |
---|
2018-05-17 | vm_trace.c: spelling fix: PJRR_SUCESS => PJRR_SUCCESS | normal |
2018-02-04 | mjit_compile.c: merge initial JIT compiler | k0kubun |
2018-01-31 | Fix wrong function names in rb_bug messages [ci skip] | kazu |
2017-12-11 | do not disable `trace_` prefix insns. | ko1 |
2017-12-06 | Remove RUBY_EVENT_SPECIFIED_LINE | mame |
2017-12-06 | fix last commit | ko1 |
2017-12-06 | remove unsupported RUBY_EVENT_SPECIFIED_LINE. | ko1 |
2017-12-06 | remove `PUSH_TAG`/`EXEC_AG`/`POP_TAG`/`JUMO_TAG`. | ko1 |
2017-12-01 | vm_trace.c: suppress -Wclobbered warning | nobu |
2017-12-01 | vm_trace.c: remove duplicate flag | nobu |
2017-11-18 | introduce `trace_events' info for iseq. | ko1 |
2017-11-17 | don't use `goto`. | ko1 |
2017-11-17 | * remove trailing spaces. | svn |
2017-11-17 | remove `trace_` prefix insns lazily. | ko1 |
2017-11-16 | cleanup hook cleanup code. | ko1 |
2017-11-15 | remove rb_thread_t::event_hooks. | ko1 |
2017-11-14 | rewrite only if changed. | ko1 |
2017-11-14 | remove `trace` instruction. [Feature #14104] | ko1 |
2017-11-09 | TracePoint.new: raise ArgumentError when no block given [#14074] | marcandre |
2017-11-08 | Fix typo in doc [ci skip] | a_matsuda |
2017-11-07 | * vm_trace.c (rb_exec_event_hooks): accepts pop_p. | ko1 |
2017-11-07 | rename to rb_ec_set_raised(). | ko1 |
2017-11-07 | remove `rb_postponed_job_t::th`. | ko1 |
2017-11-07 | rename because it doesn't receive `th`. | ko1 |
2017-11-07 | th->ec: rb_threadptr_reset_raised() | ko1 |
2017-11-07 | prepare local variables (th and vm). | ko1 |
2017-11-06 | move rb_thread_t::interrupt_flag and mask | ko1 |
2017-10-29 | `rb_trace_arg_t::ec` | ko1 |
2017-10-28 | `th` -> `ec` for rb_vm_make_binding(). | ko1 |
2017-10-28 | rename a function. | ko1 |
2017-10-28 | `th` -> `ec` for some functions. | ko1 |
2017-10-28 | Fix example that trace method is called outside block | a_matsuda |
2017-10-28 | Invalid TracePoint#disable example (without block) | a_matsuda |
2017-10-26 | replace `GET_THREAD()->ec` to `GET_EC()`. | ko1 |
2017-10-26 | introduce EC_*_TAG() instead of TH_*_TAG() | ko1 |
2017-10-26 | vm_pop_frame() accepts `ec` instead of `th`. | ko1 |
2017-10-26 | some functions accept `ec` instead of `th`. | ko1 |
2017-10-26 | Use rb_execution_context_t instead of rb_thread_t | ko1 |
2017-10-26 | common conversion functions | nobu |
2017-10-26 | TracePoint#enable, #disable: Don't yield any argument. [Bug #14057] | marcandre |
2017-08-02 | suppress warnings when RUBY_USE_SETJMPEX | nobu |
2017-06-28 | move fields to ec. | ko1 |
2017-06-28 | introduce rb_thread_ptr() to replace GetThreadPtr(). | ko1 |
2017-06-28 | move storages to ec. | ko1 |
2017-06-26 | move several fields from rb_thread_t to rb_execution_context_t. | ko1 |
2017-06-23 | move "state" to rb_vm_tag. | ko1 |
2017-06-23 | rename th->state to th->tag_state. | ko1 |
2017-06-23 | use "enum ruby_tag_type" and TAG_NONE. | ko1 |
2017-06-01 | rename absolute_path to realpath internally and introduce pathobj. | ko1 |
2017-05-31 | Improve performance of implicit type conversion | watson1978 |