aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Extract a local variableNobuyoshi Nakada2023-10-191-12/+13
* [ruby/ostruct] Use Gemfile instead of Gem::Specification#add_development_depe...Hiroshi SHIBATA2023-10-191-4/+0
* Mentioned targeted libraries for warning feature of bundled gemsHiroshi SHIBATA2023-10-191-0/+14
* Don't need to refer SINCE constantHiroshi SHIBATA2023-10-191-1/+1
* [DOC] Add NEWS about Range#reverse_each for beginless ranges [Feature #18515]Kouhei Yanagita2023-10-191-0/+5
* Skip some timeout tests on s390xYusuke Endoh2023-10-181-0/+2
* Use assert_separately to avoid defining `foo`Aaron Patterson2023-10-181-2/+24
* Address PR commentsJemma Issroff2023-10-183-12/+12
* Put line change backJemma Issroff2023-10-181-3/+0
* Fixed mistypingJemma Issroff2023-10-181-8/+8
* Temporarily removed location code on scope nodesJemma Issroff2023-10-182-1/+4
* Remove pm_compile_context_t, move the context onto ScopeNodeJemma Issroff2023-10-184-204/+183
* Revert "Revert "[ruby/prism] Change ScopeNode to point to previous ScopeNode""Jemma Issroff2023-10-183-3/+18
* YJIT: Add a live ISeq counter Alan Wu2023-10-186-0/+17
* Add test for many ivarsKatherine Oelsner2023-10-181-0/+12
* Revert "shape.h: Make attr_index_t uint8_t"Katherine Oelsner2023-10-184-9/+10
* [ruby/drb] Support :SSL{Min,Max}Version config optionsJeremy Evans2023-10-183-0/+18
* YJIT: Add --yjit-perf (#8697)Takashi Kokubun2023-10-188-8/+133
* Bump rustix from 0.38.2 to 0.38.19 in /yjit/bindgendependabot[bot]2023-10-181-9/+9
* Update default gems list at 6873f96abc2a924b264b6ed3818b2f [ci skip]git2023-10-181-1/+1
* [ruby/prism] Bump to version 0.15.1Kevin Newton2023-10-185-6/+6
* Update default gems list at 0f1e040068fac01856c5c4c0ba9530 [ci skip]git2023-10-181-1/+1
* [ruby/prism] Bump to version 0.15.0Kevin Newton2023-10-184-5/+5
* [ruby/prism] Fix lex compat when dedent should be 0Kevin Newton2023-10-184-161/+209
* [ruby/prism] Modify less of the CRuby localsKevin Newton2023-10-183-26/+32
* [ruby/prism] Add * and & to methods with ...Kevin Newton2023-10-1813-36/+43
* [ruby/prism] Extract out constant pool bucket bits to constantsKevin Newton2023-10-183-13/+28
* [ruby/prism] Provide "constant" constants, embedded in the codeKevin Newton2023-10-184-37/+46
* Handle `Timeout::Error` reported from workersNobuyoshi Nakada2023-10-183-1/+26
* [ruby/prism] Use the unescaped regexp to scan for capture groupsKevin Newton2023-10-183-36/+86
* [ruby/prism] Index{Operator,And,Or}WriteNodeKevin Newton2023-10-1825-237/+1097
* [rubygems/rubygems] Allow uninstalling multiple versions of same gemKyle Stevens2023-10-182-4/+24
* Remove unnecessary and misleading castsNobuyoshi Nakada2023-10-181-3/+3
* Show backtraces when failedKoichi Sasada2023-10-181-1/+9
* Loosen assertion for flaky weak references testPeter Zhu2023-10-181-1/+2
* Tweak the grammarHiroshi SHIBATA2023-10-181-2/+2
* normalize gem name without .so or .bundleHiroshi SHIBATA2023-10-181-1/+1
* reject bundled gems if they are declared in GemfileHiroshi SHIBATA2023-10-182-2/+3
* Bump actions/checkout from 4.1.0 to 4.1.1dependabot[bot]2023-10-1718-21/+21
* Fix total count when filters givenNobuyoshi Nakada2023-10-181-5/+8
* Escape method names containing control charactersNobuyoshi Nakada2023-10-181-1/+1
* Prefer RbConfig.ruby over the 3.times fallback (#8691)Takashi Kokubun2023-10-171-15/+14
* YJIT: Use RbConfig.ruby instead of EnvUtil.rubybin (#8689)Takashi Kokubun2023-10-181-4/+8
* YJIT: Fix clippy::redundant_localsAlan Wu2023-10-171-3/+1
* YJIT: Remove call to compile() on empty AssemblerAlan Wu2023-10-171-4/+1
* Manage parallel test workers after timeoutNobuyoshi Nakada2023-10-185-13/+39
* Add `jobs` optional keyword argumentNobuyoshi Nakada2023-10-181-7/+3
* [ruby/prism] Ensure last encoding flag winseileencodes2023-10-172-4/+19
* YJIT: Add a few missing counters for send fallback (#8681)Takashi Kokubun2023-10-173-4/+7
* YJIT: Lookup IDs on boot instead of binding to themAlan Wu2023-10-176-222/+57