Age | Commit message (Expand) | Author |
---|
2024-03-27 | Fix setting GC stress at boot when objspace not available | Peter Zhu |
2024-03-26 | Use macro SET_WHEN_UINT | Peter Zhu |
2024-03-25 | Fix --debug=gc_stress flag | Peter Zhu |
2024-02-15 | Do not include a backtick in error messages and backtraces | Yusuke Endoh |
2024-01-10 | Remove unnecessary semicolons (#9469) | S.H |
2024-01-06 | Add a shorthand for ruby_debug_print_node | yui-knk |
2024-01-06 | Print node id and location by ruby_debug_print_node | yui-knk |
2023-10-12 | M:N thread scheduler for Ractors | Koichi Sasada |
2023-10-12 | `RUBY_DEBUG_LOG` supports `%p` for pid | Koichi Sasada |
2023-06-01 | Hide the usage of `rb_io_t` where possible. (#7880) | Samuel Williams |
2023-06-01 | Revert "Hide most of the implementation of `struct rb_io`. (#6511)" | NARUSE, Yui |
2023-05-30 | Hide most of the implementation of `struct rb_io`. (#6511) | Samuel Williams |
2023-05-24 | Rename `rb_node_name` to the original name | yui-knk |
2023-05-23 | Move `ruby_node_name` to node.c and rename prefix of the function | yui-knk |
2023-05-20 | `rb_bug` prints a newline after the message | Nobuyoshi Nakada |
2023-04-26 | show a separator even if `ec` is NULL. | Koichi Sasada |
2023-04-26 | `RUBY_DEBUG_LOG_PID` for `RUBY_DEBUG_LOG()` | Koichi Sasada |
2023-04-04 | [Feature #19579] Remove !USE_RVARGC code (#7655) | Peter Zhu |
2023-03-31 | `nt->serial` for `RUBY_DEBUG_LOG` | Koichi Sasada |
2023-02-27 | Fix spelling (#7389) | John Bampton |
2023-02-09 | Merge gc.h and internal/gc.h | Matt Valentine-House |
2022-08-30 | Undefine `ruby_debug_log` macro before the function definition | Nobuyoshi Nakada |
2022-07-27 | Adjust styles [ci skip] | Nobuyoshi Nakada |
2022-07-21 | Expand tabs [ci skip] | Takashi Kokubun |
2022-07-15 | Implement Objects on VWA | Peter Zhu |
2022-06-10 | small fix on `setup_debug_log()` | Koichi Sasada |
2022-06-09 | func: and file: prefix for `RUBY_DEBUG_LOG_FILTER` | Koichi Sasada |
2022-05-24 | add `rb_th_serial()` | Koichi Sasada |
2022-05-21 | extend `RUBY_DEBUG_LOG_FILTER` to reject words | Koichi Sasada |
2022-05-20 | `rb_thread_t::serial` for debug | Koichi Sasada |
2021-12-29 | `USE_RUBY_DEBUG_LOG` doesn't check `RUBY_DEVEL` | Koichi Sasada |
2021-10-25 | [Feature #18239] Implement VWA for strings | Peter Zhu |
2021-09-28 | lldb: Show encoding of String [ci skip] | Nobuyoshi Nakada |
2021-08-24 | Moved exported symbols in internal/util.h to ruby/util.h | Nobuyoshi Nakada |
2021-02-24 | Revert "Enclose crtitical sections in `thread_exclusive` block" | Nobuyoshi Nakada |
2021-02-23 | Use the system getenv in setup_debug_log | Nobuyoshi Nakada |
2020-12-25 | USE_RUBY_DEBUG_LOG is not defined !devel build | Koichi Sasada |
2020-12-07 | show ractor info on non-single ractor mode | Koichi Sasada |
2020-11-18 | fix public interface | Koichi Sasada |
2020-09-03 | Introduce Ractor mechanism for parallel execution | Koichi Sasada |
2020-08-13 | ruby_debug_log: suppress warning | 卜部昌平 |
2020-08-02 | remove accidentally introduced debug code | Koichi Sasada |
2020-08-02 | support multiple filters by RUBY_DEBUG_LOG_FILTER | Koichi Sasada |
2020-07-03 | RUBY_DEBUG_LOG: Logging debug information mechanism (#3279) | Koichi Sasada |
2020-05-11 | sed -i 's|ruby/impl|ruby/internal|' | 卜部昌平 |
2020-05-11 | sed -i s|ruby/3|ruby/impl|g | 卜部昌平 |
2020-04-25 | More enums are mandatory for rp in lldb_cruby.py | Nobuyoshi Nakada |
2020-04-18 | RUBY_SPECIAL_SHIFT and RUBY_FL_USHIFT are mandatory for rp in lldb_cruby.py | Nobuyoshi Nakada |
2020-04-08 | Merge pull request #2991 from shyouhei/ruby.h | 卜部昌平 |
2020-02-22 | VALUE size packed callinfo (ci). | Koichi Sasada |