aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* YJIT: Add a cargo job for Arm64 and remove .cirrus.yml (#8679)Takashi Kokubun2023-10-173-111/+30
* Separate `test-precheck` targetNobuyoshi Nakada2023-10-171-1/+4
* Wait for `showflag` to finish to prevent interspersed outputsNobuyoshi Nakada2023-10-171-2/+2
* [ruby/rdoc] Delay DidYouMean until NotFoundError#message is calledtompng2023-10-171-8/+9
* Use rb_getnameinfo instead of directly using getnameinfoYusuke Endoh2023-10-171-9/+9
* "+MN" in descriptionKoichi Sasada2023-10-174-29/+24
* Get rid of `set` with empty argument which dumps all definitionsNobuyoshi Nakada2023-10-171-1/+2
* [rubygems/rubygems] Don't hide original error in `after(:suite)` hookDavid Rodríguez2023-10-171-1/+1
* Fix a typo [ci skip]Kazuhiro NISHIYAMA2023-10-171-1/+1
* [ruby/prism] Fix up super with a blockargKevin Newton2023-10-173-13/+105
* Remove duplicated optionyui-knk2023-10-171-1/+1
* [ruby/prism] Load magic comments in javaKevin Newton2023-10-162-5/+5
* [ruby/prism] Additionally handle encoding comments in vim modeKevin Newton2023-10-163-17/+105
* [ruby/prism] Attach magic comments to the parse resultKevin Newton2023-10-168-16/+136
* [ruby/prism] Parse all magic commentsKevin Newton2023-10-162-79/+179
* Revert "[ruby/prism] Change ScopeNode to point to previous ScopeNode"Jemma Issroff2023-10-163-18/+3
* [ruby/prism] Change ScopeNode to point to previous ScopeNodeJemma Issroff2023-10-163-3/+18
* [ruby/net-http] Force TLS version to 1.2 when using LibreSSLJeremy Evans2023-10-161-1/+1
* [PRISM] Compile AliasGlobalVariableNode (#8675)Jemma Issroff2023-10-162-0/+27
* Just skip the job if not on ruby/rubyTakashi Kokubun2023-10-161-2/+2
* Remove YJIT --repeat-count=2 job (#8669)Takashi Kokubun2023-10-161-3/+0
* [PRISM] Fix more bugs in the compiler (#8658)Jemma Issroff2023-10-162-25/+33
* [PRISM] prevent underflow on popped splatarray (#8657)Adam Hess2023-10-162-3/+7
* [ruby/irb] Suppress "Switch to inspect mode" messagesNobuyoshi Nakada2023-10-161-0/+1
* Update default gems list at d1f781b0d49f16d996e3ba848f386e [ci skip]git2023-10-161-1/+1
* [ruby/psych] Bump up v5.1.1.1Hiroshi SHIBATA2023-10-161-1/+1
* Wait on ubuntu [ci skip]Nobuyoshi Nakada2023-10-161-1/+1
* Build `rb_dynamic_description` at runtimeNobuyoshi Nakada2023-10-161-21/+24
* [ruby/prism] Avoid unnecessary delete_prefix in LibRubyParser.resolve_typeMau Magnaguagno2023-10-161-2/+2
* Fix typos [ci skip]Kazuhiro NISHIYAMA2023-10-161-2/+2
* Give needed tools via the environment variable [ci skip]Nobuyoshi Nakada2023-10-161-1/+4
* Check if any tools needed [ci skip]Nobuyoshi Nakada2023-10-161-5/+7
* [rubygems/rubygems] Raise an error when top level dependency does not resolve...David Rodríguez2023-10-163-2/+77
* [rubygems/rubygems] Automatically remove invalid platforms before re-resolvingDavid Rodríguez2023-10-163-11/+77
* [rubygems/rubygems] Tweak platform mismatch resolution errorsDavid Rodríguez2023-10-162-5/+11
* [rubygems/rubygems] Consistent usage of `local_platform` in DefinitionDavid Rodríguez2023-10-161-4/+4
* [rubygems/rubygems] The `lock` command should not be affected by frozen settingDavid Rodríguez2023-10-162-23/+32