Age | Commit message (Expand) | Author |
---|
2021-10-26 | ast.c: Use kept script_lines data instead of re-opening the source file (#5019) | Yusuke Endoh |
2021-10-03 | Using NIL_P macro instead of `== Qnil` | S.H |
2021-08-06 | Make backtrace generation work outward from current frame | Jeremy Evans |
2021-08-02 | Using RBOOL macro | S.H |
2021-06-18 | Enable USE_ISEQ_NODE_ID by default | Yusuke Endoh |
2021-06-18 | Make it possible to get AST::Node from Thread::Backtrace::Location | Yusuke Endoh |
2021-06-18 | Remove LOCATION_TYPE_ISEQ_CALCED state from Backtrace::Location | Yusuke Endoh |
2021-06-17 | Adjust styles [ci skip] | Nobuyoshi Nakada |
2021-03-24 | Ensure that caller respects the start argument | Jeremy Evans |
2021-02-19 | Fix backtrace to not skip frames with iseq without pc | Jeremy Evans |
2021-02-15 | Added Thread::Backtrace.limit [Feature #17479] | Nobuyoshi Nakada |
2020-10-26 | Ignore <internal: entries from core library methods for Kernel#warn(message, ... | Benoit Daloze |
2020-09-23 | Document difference between Thread::Backtrace::Location#{,absolute_}path | Jeremy Evans |
2020-08-27 | Improve performance of partial backtraces | Jeremy Evans |
2020-08-18 | Expose ec -> backtrace (internal) and use it to implement fiber backtrace. | Samuel Williams |
2020-08-12 | Revert "Improve performance of partial backtraces" | Jeremy Evans |
2020-08-12 | Improve performance of partial backtraces | Jeremy Evans |
2020-07-28 | vm_backtrace.c: let rb_profile_frames show cfunc frames | Yusuke Endoh |
2020-05-07 | Add compaction support for backtrace objects | Aaron Patterson |
2020-05-07 | Fix rb_profile_frame_classpath to handle module singletons | Jean Boussier |
2019-12-26 | decouple internal.h headers | 卜部昌平 |
2019-12-13 | Create backtrace location array directly | Nobuyoshi Nakada |
2019-10-29 | Let the backtrace array constructed in backtrace_collect be initialized with ... | Lourens Naudé |
2019-10-09 | avoid overflow in integer multiplication | 卜部昌平 |
2019-10-03 | Revert https://.com/ruby/ruby/pull/2486 | 卜部昌平 |
2019-09-30 | refactor constify most of rb_method_entry_t | 卜部昌平 |
2019-08-29 | drop-in type check for rb_define_global_function | 卜部昌平 |
2019-08-01 | * expand tabs. | git |
2019-08-01 | calc_lineno(): add assertions | 卜部昌平 |
2019-06-19 | Handle (empty) backtrace when thread is not born yet. | Samuel Williams |
2019-03-21 | * expand tabs. | svn |
2019-03-21 | Fix a wrong lineno in backtrace for cfunc | mame |
2018-11-16 | Make some internal functions static | nobu |
2018-11-07 | vm_backtrace.c: pos can be zero | shyouhei |
2018-09-21 | escape all env properly. | ko1 |
2018-04-27 | Revert "Fix use of `rb_profile_frames` start parameter" | tenderlove |
2018-04-26 | Fix use of `rb_profile_frames` start parameter | tenderlove |
2018-02-04 | mjit_compile.c: merge initial JIT compiler | k0kubun |
2018-01-09 | internal.h: remove dependecy on ruby/encoding.h | nobu |
2017-12-06 | remove `PUSH_TAG`/`EXEC_AG`/`POP_TAG`/`JUMO_TAG`. | ko1 |
2017-11-16 | make a func static. | ko1 |
2017-11-14 | remove `trace` instruction. [Feature #14104] | ko1 |
2017-11-10 | Fix a typo [ci skip] | kazu |
2017-11-10 | refactoring about source line. | ko1 |
2017-11-09 | fix backtrace on argment error. | ko1 |
2017-11-07 | * vm_backtrace.c (rb_debug_inspector_t): `th` -> `ec`. | ko1 |
2017-10-29 | use `GET_VM()` directly. | ko1 |
2017-10-28 | `th` -> `ec` for backtrace functions. | ko1 |
2017-10-28 | `th` -> `ec` for rb_vm_make_binding(). | ko1 |
2017-10-26 | introduce EC_*_TAG() instead of TH_*_TAG() | ko1 |