Age | Commit message (Expand) | Author |
---|
4 days | Remove unnecessary shebang and excutable bits [ci skip] | Nobuyoshi Nakada |
9 days | Get rid of FL_EXIVAR | Jean Boussier |
11 days | Supress a few more tsan errors | John Hawthorn |
2025-05-20 | Add two more TSan suppressions | John Hawthorn |
2025-05-20 | Use atomic load for signal buff size | John Hawthorn |
2025-05-20 | Use atomic load to read interrupt mask | John Hawthorn |
2025-05-15 | Use atomics for system_working global | John Hawthorn |
2025-05-13 | Add misc/tsan_suppressions.txt | John Hawthorn |
2025-04-15 | Always look for the top-level RBasic in LLDB scripts | Étienne Barrié |
2025-04-15 | Fix LLDB heap_page command | Étienne Barrié |
2025-04-08 | Fix lldb debug scripts (#13048) | Eileen |
2025-03-28 | Remove RUBY_FL_PROMOTED{0,1} from debugger scripts | Étienne Barrié |
2025-02-12 | Fix .vscode/settings.json for the latest extension | Takashi Kokubun |
2024-10-17 | ruby-style.el: Minimize backslash columns [ci skip] | Nobuyoshi Nakada |
2024-10-03 | Rename size_pool -> heap | Matt Valentine-House |
2024-09-20 | Add c-style for prism [ci skip] | Nobuyoshi Nakada |
2024-06-02 | Make interchangeable NODE types aliases | Nobuyoshi Nakada |
2024-05-28 | lldb: Show coderange | Nobuyoshi Nakada |
2024-05-16 | Fix dump of NODE [ci skip] | Nobuyoshi Nakada |
2024-04-04 | NODE_LIT is not used anymore | yui-knk |
2024-03-25 | Show the chilled status of a String [ci skip] | Nobuyoshi Nakada |
2024-03-14 | YJIT: Let yjit_perf.py support perf with Python disabled (#10246) | Takashi Kokubun |
2024-02-21 | Introduce NODE_REGX to manage regexp literal | yui-knk |
2024-02-20 | [Feature #20257] Rearchitect Ripper | yui-knk |
2024-02-14 | YJIT: Add --yjit-perf=codegen option (#9957) | Takashi Kokubun |
2024-01-08 | Remove obsoleted lldb_yjit.py | Takashi Kokubun |
2024-01-02 | Introduce NODE_FILE | yui-knk |
2024-01-02 | LLDB: Print actual node structure of NODE_LINE | yui-knk |
2023-12-11 | YJIT: implement call fuzzer script (#9129) | Maxime Chevalier-Boisvert |
2023-12-06 | Fix RCLASS_EXT dump [ci skip] | Nobuyoshi Nakada |
2023-10-31 | LLDB: Dump table structs in Hash [ci skip] | Nobuyoshi Nakada |
2023-10-25 | LLDB: Use `expression` to save the result into the history [ci skip] | Nobuyoshi Nakada |
2023-10-10 | LLDB: Print actual node structure [ci skip] | yui-knk |
2023-09-30 | Fix RBignum print [ci skip] | Nobuyoshi Nakada |
2023-09-30 | Fix RArray print [ci skip] | Nobuyoshi Nakada |
2023-09-30 | Delete empty lines at EOF [ci skip] | Nobuyoshi Nakada |
2023-08-29 | Fix string2cstr in lldb_cruby.py [ci skip] | Peter Zhu |
2023-08-23 | Fix gdb.py for C frames [ci skip] | Takashi Kokubun |
2023-08-03 | gdb.py: Support dumping a dummy frame [ci skip] | Takashi Kokubun |
2023-08-02 | * remove trailing spaces. [ci skip] | git |
2023-08-02 | gdb.py: Add -a option to dump all frames [ci skip] | Takashi Kokubun |
2023-08-02 | gdb.py: Print Env based on EP instead of BP | Takashi Kokubun |
2023-07-20 | misc/gdb.py: Allow overriding stack_size [ci skip] | Takashi Kokubun |
2023-07-20 | Get rid of obsoleted __bp__ references | Takashi Kokubun |
2023-07-07 | Add ruby_globals to lldb for easier debugging (#8041) | Jemma Issroff |
2023-06-11 | `RString::len` was moved at 7577c101ed6452de3e72fadb43db595946acc701 | Nobuyoshi Nakada |
2023-06-05 | Add an example for rust-analyzer.cargo.unsetTest [ci skip] | Takashi Kokubun |
2023-04-10 | LLDB: Fix T_ARRAY inspect [ci skip] | Nobuyoshi Nakada |
2023-04-01 | gdb: Fix a command example | Takashi Kokubun |
2023-04-01 | gdb: Fix specval | Takashi Kokubun |