aboutsummaryrefslogtreecommitdiffstats
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
* YJIT: Bounds check every byte in the assemblerAlan Wu2021-12-032-4/+4
* Mark JIT code as writeable / executable depending on the situationAaron Patterson2021-12-011-1/+1
* YJIT: use shorter encoding for mov(r64,imm) when unambiguous (#5081)Alan Wu2021-11-051-1/+11
* YJIT code pages refactoring for code GC (#5073)Maxime Chevalier-Boisvert2021-11-041-4/+0
* Fix typosNobuyoshi Nakada2021-11-021-2/+2
* Follow up the RString change [ci skip]Nobuyoshi Nakada2021-10-281-2/+1
* Fix yjit_asm_tests.c as C99 compliant (#5033)Nobuyoshi Nakada2021-10-271-5/+9
* [Feature #18239] Implement VWA for stringsPeter Zhu2021-10-251-1/+2
* Move the test fileNobuyoshi Nakada2021-10-212-1/+434
* Fix for out-of-place buildNobuyoshi Nakada2021-10-211-1/+1
* Fix non RUBY_DEBUG build warningsAlan Wu2021-10-201-1/+1
* Move test_yjit_asm.sh into miscAlan Wu2021-10-201-0/+10
* Add an lldb script to print YJIT commentsAaron Patterson2021-10-201-0/+47
* Free block->incoming in invalidate_block_version()Maxime Chevalier-Boisvert2021-10-201-47/+0
* Added synthetic torture test with 30K tiny methodsMaxime Chevalier-Boisvert2021-10-201-0/+47
* Directly link libcapstone for easier developmentAaron Patterson2021-10-201-35/+0
* Added comments. Fixed compiler warning.Maxime Chevalier-Boisvert2021-10-201-7/+8
* add a helper script for ujit disasmAaron Patterson2021-10-201-0/+34
* lldb: Get rid of error at unpreserved encodings [ci skip]Nobuyoshi Nakada2021-09-291-1/+5
* lldb: Show encoding of String [ci skip]Nobuyoshi Nakada2021-09-281-0/+2
* [Feature #18045] Implement size classes for GCPeter Zhu2021-08-251-3/+4
* [Feature #18045] Remove T_PAYLOADPeter Zhu2021-08-251-3/+0
* Revert "[Feature #18045] Implement size classes for GC"Peter Zhu2021-08-231-4/+6
* [Feature #18045] Implement size classes for GCPeter Zhu2021-08-231-3/+4
* [Feature #18045] Remove T_PAYLOADPeter Zhu2021-08-231-3/+0
* lldb_cruby.py: push non-flonum float to history [ci skip]Nobuyoshi Nakada2021-06-041-3/+1
* lldb_cruby.py: fix non-flonum float inspection [ci skip]Nobuyoshi Nakada2021-06-041-1/+1
* Promote net-smtp to the bundled gemsHiroshi SHIBATA2021-05-271-1/+0
* Promote net-pop to the bundled gemsHiroshi SHIBATA2021-05-271-1/+0
* Promote net-imap to the bundled gemsHiroshi SHIBATA2021-05-271-1/+0
* Promote net-ftp to the bundled gemsHiroshi SHIBATA2021-05-271-1/+0
* Promote matrix to the bundled gemsHiroshi SHIBATA2021-05-271-1/+0
* Update the latest list of default gems for misc/expand_tabs.rbHiroshi SHIBATA2021-05-251-8/+54
* add rb_id2str to lldb debugging scriptsAaron Patterson2021-05-241-0/+46
* lldb: convert heap_page_obj_limit from a float to intPeter Zhu2021-05-061-5/+2
* lldb: teach rp about T_PAYLOADMatt Valentine-House2021-05-061-0/+3
* lldb: Warn when attempting to dump invalid pagesMatt Valentine-House2021-04-291-14/+32
* [ruby/optparse] Add EditorConfig fileAlexander Popov2021-04-282-3/+3
* lldb: highlight the slot when using dump_page_rvalueMatt Valentine-House2021-04-271-2/+6
* lldb: dump_page_rvalue - dump a heap page containing an RVALUEMatt Valentine-House2021-04-271-10/+30
* lldb: Add Freelist Index to dump_page outputMatt Valentine-House2021-04-271-12/+49
* [ruby/optparse] Completion scripts themselves are not executableNobuyoshi Nakada2021-03-292-2/+4
* [ruby/optparse] Use ZDOTDIR env var to locate .zshrcMartin Rey2021-03-291-3/+3
* LLDB: Introduce dump_page helperMatt Valentine-House2021-03-161-0/+53
* LLDB: Extract a dump_bits function from rpMatt Valentine-House2021-03-161-14/+18
* Promote webrick to bundled gemsHiroshi SHIBATA2020-12-101-1/+0
* Mostly recover a Ruby stack trace from a core fileAaron Patterson2020-10-141-0/+163
* Fix lldb disassembler so it works with core filesAaron Patterson2020-10-081-24/+66
* bit table information when printing an objectAaron Patterson2020-09-281-0/+30
* Rudimentary support for disassembling rb_iseq_tAaron Patterson2020-09-221-0/+197