aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Share duplicate code between Wasm and the othersNobuyoshi Nakada2023-08-081-63/+49
* Simplify try-rescue loopNobuyoshi Nakada2023-08-081-8/+3
* Remove unnecessary braces which make indents confusingNobuyoshi Nakada2023-08-081-8/+4
* Do not double "yp_" prefix [ci skip]Nobuyoshi Nakada2023-08-081-0/+1
* [rubygems/rubygems] Bump rb-sysdependabot[bot]2023-08-072-15/+15
* [rubygems/rubygems] Bump rb-sysdependabot[bot]2023-08-072-15/+15
* [ruby/irb] Remove unused `InputMethod#initialize`Stan Lo2023-08-072-16/+0
* [DOC] RDoc for Process (#8179)Burdette Lamar2023-08-071-60/+157
* Add hints of tag jumps for optimizationNobuyoshi Nakada2023-08-071-1/+3
* Turn `jit_exec` and `jit_compile` into macros if disabledNobuyoshi Nakada2023-08-061-2/+2
* Move `GC_CAN_COMPILE_COMPACTION` definition before usedNobuyoshi Nakada2023-08-061-7/+13
* Exclude files added to the toplevelNobuyoshi Nakada2023-08-062-6/+59
* Remove unnecessarily copied document [ci skip]Nobuyoshi Nakada2023-08-061-85/+0
* [ruby/yarp] Add a Requirements section in Build System docsBenoit Daloze2023-08-051-0/+11
* [ruby/yarp] Small fixes to docs/build_system.mdBenoit Daloze2023-08-051-1/+1
* [ruby/yarp] Clarify shared libraryBenoit Daloze2023-08-051-1/+1
* [ruby/yarp] Document the build system of YARPBenoit Daloze2023-08-052-0/+75
* Fix `Gem::BUNDLED_GEMS.find_gem` return valueNobuyoshi Nakada2023-08-051-1/+1
* Just suppress a warning for non-Emscripten Wasm buildTakashi Kokubun2023-08-041-4/+2
* Revert "Skip calling jit_exec on Wasm"Nobuyoshi Nakada2023-08-051-1/+3
* Remove uneeded int2big property for Universal ParserS-H-GAMELINKS2023-08-053-3/+0
* Lrama v0.5.3yui-knk2023-08-0529-561/+774
* Skip calling jit_exec on WasmTakashi Kokubun2023-08-041-3/+1
* YJIT: expand bitwise shift support in x86 assembler (#8174)Maxime Chevalier-Boisvert2023-08-042-15/+26
* [ruby/irb] Store integration tests' envs in an ivarStan Lo2023-08-042-11/+7
* YJIT: guard for array_len >= num in expandarray (#8169)Maxime Chevalier-Boisvert2023-08-043-14/+16
* Revert "Tests to move between size pools are flaky on Windows too"Peter Zhu2023-08-041-6/+2
* Don't check stack for moved after compactionPeter Zhu2023-08-041-44/+0
* Display call location with bundled gems warningHiroshi SHIBATA2023-08-041-1/+1
* Fixed worng key of bundled_gems listHiroshi SHIBATA2023-08-041-1/+1
* Also decorate warning message with future tense for bundlerHiroshi SHIBATA2023-08-041-1/+2
* Use future tense if current version is older than list versionHiroshi SHIBATA2023-08-041-1/+1
* Fetch the last element only when not emptyNobuyoshi Nakada2023-08-041-8/+4
* [ruby/irb] Fix IntegrationTestCaseStan Lo2023-08-041-1/+1
* YJIT: add jb (unsigned less-than) instruction to backend (#8168)Maxime Chevalier-Boisvert2023-08-033-1/+18
* YJIT: handle expandarray_rhs_too_small case (#8161)Maxime Chevalier-Boisvert2023-08-034-38/+143
* No computing embed_capa_max in str_subseqKunshan Wang2023-08-031-4/+19
* gdb.py: Support dumping a dummy frame [ci skip]Takashi Kokubun2023-08-031-10/+13
* Remove unneeded function prototypePeter Zhu2023-08-031-2/+0
* No computing embed_capa_max in ary_make_partialKunshan Wang2023-08-031-5/+4
* Move a local variable declaration after the protected regionNobuyoshi Nakada2023-08-031-1/+1
* Add assertion in `RHASH_AR_TABLE_BOUND`Nobuyoshi Nakada2023-08-031-4/+10
* Check if reader members are setNobuyoshi Nakada2023-08-031-6/+11
* Remove --disable-gems for assert_separatelyPeter Zhu2023-08-0312-17/+16
* * remove trailing spaces. [ci skip]git2023-08-021-3/+3
* gdb.py: Add -a option to dump all frames [ci skip]Takashi Kokubun2023-08-021-16/+27
* gdb.py: Print Env based on EP instead of BPTakashi Kokubun2023-08-021-5/+23
* [ruby/irb] Deprecate multi-irb commandsStan Lo2023-08-021-4/+15
* [ruby/irb] Extract integration testing helpers out of debug commandStan Lo2023-08-022-103/+113
* Update to ruby/spec@9e278f5Benoit Daloze2023-08-0253-174/+457