summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-22Prohibit GIT after setting readonlyNobuyoshi Nakada
2023-02-22Add support for LoongArch (#7343)小MAO钓鱼
2023-02-22Bump actions/cache from 3.2.5 to 3.2.6dependabot[bot]
2023-02-22Clone bundled gem sources only if GIT is availableNobuyoshi Nakada
2023-02-22Refine exception messages when git failedNobuyoshi Nakada
2023-02-22Removed accidentally commits with ruby/readline-extHiroshi SHIBATA
2023-02-22[ruby/readline-ext] test_readline.rb only needs EnvUtilHiroshi SHIBATA
2023-02-22[ruby/readline-ext] Omit some tests with macOS platformHiroshi SHIBATA
2023-02-22[ruby/readline-ext] Import EnvUtils and related test librariesHiroshi SHIBATA
2023-02-21Call rb_ivar_set instead of exiting for many ivarseileencodes
2023-02-21YJIT: Fastpath for Module#=== (#7351)Alan Wu
2023-02-21YJIT: Avoid checking symbol ID twice on send (#7350)Takashi Kokubun
2023-02-21[ruby/irb] Improve RubyLex's testsStan Lo
2023-02-21YJIT: Fix clippy issues and remove unused params (#7348)Jimmy Miller
2023-02-21Bump SHAPE_MAX_NUM_IVS to 80 (#7344)Takashi Kokubun
2023-02-22Use `Gem::Package#build` instead of the class method for old baserubyNobuyoshi Nakada
2023-02-22Clone and create dummy gemspec in sequential buildNobuyoshi Nakada
2023-02-22Move dummy gemspec file creation for extract-gems-sequentialNobuyoshi Nakada
2023-02-22Use git directories instead of gemspec files as dependencyNobuyoshi Nakada
2023-02-21Fix detection of compiler_wd in tool/update-depsMatt Valentine-House
2023-02-22Use `BigDecimal::VERSION` instead of `RUBY_VERSION`Nobuyoshi Nakada
2023-02-21Update default gems list at 0cde887eb9fd47b9857c9e4a7fbafc [ci skip]git
2023-02-21[ruby/bigdecimal] Bump up to 3.1.4Nobuyoshi Nakada
2023-02-21[ruby/bigdecimal] Move RB_GC_GUARD() at the end, like in BigMath_s_exp()Benoit Daloze
2023-02-21[ruby/bigdecimal] Avoid RB_GC_GUARD(a) = b in bigdecimalBenoit Daloze
2023-02-21Add marking and sweeping time to GC.statPeter Zhu
2023-02-21Refactor to separate marking and sweeping phasesPeter Zhu
2023-02-21Marshal.load: restore instance variables on RegexpJean Boussier
2023-02-21Update default gems list at b572f2436c70bef75126fe4e30910a [ci skip]git
2023-02-21[ruby/openssl] Stub gemspec for JRubyCharles Oliver Nutter
2023-02-21[ruby/rdoc] Fix RDoc::Parser::Ruby not being documentedÉtienne Barrié
2023-02-21[ruby/strscan] Mask out this test on JRuby/WindowsCharles Oliver Nutter
2023-02-21[ruby/strscan] test: Run test more with fixed anchor modeSutou Kouhei
2023-02-21[ruby/strscan] Add test case to `test_string`OKURA Masafumi
2023-02-21[ruby/strscan] Bump versionSutou Kouhei
2023-02-21[ruby/strscan] Mention return value of `rest?` in the docOKURA Masafumi
2023-02-21[ruby/csv] test: use mailing list ID instead of unavailable URLSutou Kouhei
2023-02-21[ruby/csv] Use https links instead of httpVivek Bharath Akupatni
2023-02-21[ruby/csv] Remove unused @double_quote_character from ParserMau Magnaguagno
2023-02-21Merge rubygems/bundler masterHiroshi SHIBATA
2023-02-21[rubygems/rubygems] Give a better message when Gemfile branch does not existDavid Rodríguez
2023-02-21[rubygems/rubygems] Fix crash in pub grub involving empty rangesDavid Rodríguez
2023-02-21[rubygems/rubygems] Update pub_grubJohn Hawthorn
2023-02-21[rubygems/rubygems] Sync with pub_grub main branchDavid Rodríguez
2023-02-21[rubygems/rubygems] Restore better error message when locked ref does not existDavid Rodríguez
2023-02-21[rubygems/rubygems] [DOC] Update the link to OpenSource.orgNobuyoshi Nakada
2023-02-21[rubygems/rubygems] Bump rb-sysdependabot[bot]
2023-02-21[ruby/bigdecimal] Read version from bigdecimal.cNobuyoshi Nakada
2023-02-21Use `ERROR_ARGS_AT`Nobuyoshi Nakada
2023-02-21Prevent "warning: ambiguity between regexp and two divisions"Yusuke Endoh