summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-06-02Make interchangeable NODE types aliasesNobuyoshi Nakada
2024-06-02Raise memerror when really memory exhaustedNobuyoshi Nakada
2024-06-02Tempfile document updated.Tanaka Akira
2024-06-01Get rid of type-punning pointer castsNobuyoshi Nakada
2024-06-01[Bug #20517] Make a multibyte character one token at meta escapeNobuyoshi Nakada
2024-06-01[ruby/reline] Overhaul io gate structureStan Lo
2024-06-01move `Tempfile.create(anonymous: true)` entry.Tanaka Akira
2024-06-01Suppress -Wclobbered warning for BLOCKING_REGIONNobuyoshi Nakada
2024-06-01Suppress -Wmaybe-uninitialized warnings with LTONobuyoshi Nakada
2024-06-01described about `Tempfile.create(anonymous: true)`.Tanaka Akira
2024-06-01Tempfile.create(anonymous: true) implemented. (#10803)akr
2024-06-01Add dependencies of configure.acNobuyoshi Nakada
2024-05-31YJIT: Fix out of bounds access when splatting empty arrayAlan Wu
2024-05-31[rubygems/rubygems] String search based parsing of compact index versionsMartin Emde
2024-05-31[ruby/prism] Fix up heredoc location translation for parserKevin Newton
2024-05-31[ruby/prism] Match % strings in parserKevin Newton
2024-05-31[ruby/prism] Use correct opening and closing parenthesis for array pattern in...Kevin Newton
2024-05-31[ruby/prism] Match match_hash_var when quotes are usedKevin Newton
2024-05-31[ruby/prism] Match parser for match_rest in patternKevin Newton
2024-05-31YJIT: CI: Extend SYNTAX_SUGGEST_TIMEOUT for macOSAlan Wu
2024-05-31[rubygems/rubygems] Raise a friendly error whenever commands run in subshell ...David Rodríguez
2024-05-31[rubygems/rubygems] Remove no longer necessary codeDavid Rodríguez
2024-05-31[rubygems/rubygems] Move compact index concurrency to fetcherMartin Emde
2024-06-01Sychronize with rubygems/rubygems repoDavid Rodríguez
2024-05-31Make error messages clear blocks/keywords are disallowed in index assignmentJeremy Evans
2024-05-31[rubygems/rubygems] Fix `gem uninstall` warning when two versions of psych in...David Rodriguez
2024-05-31[rubygems/rubygems] Make sure `rake` auto install works on Windows + Ruby 3.0David Rodríguez
2024-05-31[rubygems/rubygems] Make stub sorting stableDavid Rodríguez
2024-05-31[rubygems/rubygems] Extract a `spec` variableDavid Rodríguez
2024-05-31[rubygems/rubygems] Improve spec about `rubygems-update` in non default pathDavid Rodríguez
2024-05-31[rubygems/rubygems] Remove unnecessary resetDavid Rodríguez
2024-05-31Revert 528c4501f46fbe1e06028d673a777ef124d29829Yusuke Endoh
2024-05-30Bump ruby/action-slack from 3.2.1 to 3.2.2 in /.github/actions/slackdependabot[bot]
2024-05-30Bump ruby/setup-ruby from 1.177.1 to 1.178.0dependabot[bot]
2024-05-30test_bignum: defined? returns String (#10880)Sorah Fukumori
2024-05-30[PRISM] Support for compiling builtinsKevin Newton
2024-05-30[ruby/prism] Disallow unescape test on FFI backendKevin Newton
2024-05-30[PRISM] Un-exclude the encoding testsKevin Newton
2024-05-30[ruby/prism] Tests overhaulKevin Newton
2024-05-30RUBY_CHECK_HEADER didn't define HAVE_{header-file} (#10876)Sorah Fukumori
2024-05-30ci: Test whether GMP is working in compilers.yml (#10875)Sorah Fukumori
2024-05-30[rubygems/rubygems] Don't let `bundle config` report a path without a Gemfile...David Rodríguez
2024-05-30[ruby/stringio] Remove special handling of chilled stringsJean Boussier
2024-05-30Revert "[ruby/strscan] Doc for StringScanner"Hiroshi SHIBATA
2024-05-30Revert "Fix reference path for strscan documentation"Hiroshi SHIBATA
2024-05-30[DEBUG] More info when SyntaxError#path changedNobuyoshi Nakada
2024-05-30[ruby/net-http] Update lib/net/http/header.rbBrandon Weaver
2024-05-30[ruby/net-http] Replace Regexp in for headers for perfBrandon Weaver
2024-05-30[ruby/net-http] Add Net::HTTP.put methodZopolis4
2024-05-30Update generated code from https://github.com/ruby/rdoc/commit/5c7ea6fa15f403...Hiroshi SHIBATA