summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-08-20[rubygems/rubygems] String#start_with? is faster than regex with beginning bo...Josh Nichols
2023-08-20[rubygems/rubygems] Use ! methods on the array, since it is brand new. The in...Josh Nichols
2023-08-20[rubygems/rubygems] Use Array#union to join these, instead of with | multiple...Josh Nichols
2023-08-20[rubygems/rubygems] config is a new Hash, and config.values is a new Array. t...Josh Nichols
2023-08-20[rubygems/rubygems] ENV.to_h returns a new hash, so we can `select!` it to av...Josh Nichols
2023-08-20Update specification.rbSamuel Giddins
2023-08-20[rubygems/rubygems] Use assert_raise instead of assert_raisesSamuel Giddins
2023-08-20[rubygems/rubygems] Ensure that loading multiple gemspecs with legacy YAML cl...Samuel Giddins
2023-08-20[rubygems/rubygems] choose_from_list may return nil index sinceAkira Matsuda
2023-08-20Move `MKSTR` markers for fake.rb into comentsNobuyoshi Nakada
2023-08-19[rubygems/rubygems] Fix leaked tempfilesNobuyoshi Nakada
2023-08-19Update default gems list at bd440bf85d6eff5ecf5132e93a0721 [ci skip]git
2023-08-19[ruby/yarp] Bump to version 0.8.0Kevin Newton
2023-08-19[ruby/yarp] Rename statements to body where appropriateKevin Newton
2023-08-18YJIT: Quiet mode when running with `--yjit-stats` (#8251)ywenc
2023-08-18[ruby/yarp] Consolidate operator write nodesKevin Newton
2023-08-18[ruby/yarp] Consolidate OperatorAndWrite and OperatorOrWrite nodesKevin Newton
2023-08-18[rubygems/rubygems] Resolve ruby version file relative to bundle rootNgan Pham
2023-08-18[ruby/yarp] fix: multiple heredocs with embedded expressions with newlinesMike Dalessio
2023-08-18[ruby/yarp] handle missing HEREDOC endline at start of heredocHParker
2023-08-18[rubygems/rubygems] Make nil a valid license specJohn Hong
2023-08-18YJIT: Fix return type of Integer#/ with T_FIXNUM inputsAlan Wu
2023-08-18Refactor ary_make_partialPeter Zhu
2023-08-18YJIT: implement fast path for integer multiplication in opt_mult (#8204)Maxime Chevalier-Boisvert
2023-08-18Don't check for STR_NOEMBED in rb_fstringPeter Zhu
2023-08-18[ruby/yarp] fix: unterminated % in argumentsMike Dalessio
2023-08-18[rubygems/rubygems] Update SPDX license list as of 2023-06-18License Update
2023-08-18Revert "Fix tool/update-deps for YARP files"Takashi Kokubun
2023-08-18Fix tool/update-deps for YARP filesTakashi Kokubun
2023-08-18Use $(top_srcdir) entries for mswin (#8244)Takashi Kokubun
2023-08-18Update dependenciesTakashi Kokubun
2023-08-18Use {$(VPATH)} for OpenBSDTakashi Kokubun
2023-08-17Attempt to recover from YARP sync failuresTakashi Kokubun
2023-08-17Attempt to explain what sync_default_gems_with_commits does [ci skip]Takashi Kokubun
2023-08-18[ruby/io-console] Get rid of address of an rvalue on TruffleRubyNobuyoshi Nakada
2023-08-18[ruby/io-console] Avoid the influence of special variable `$/`Nobuyoshi Nakada
2023-08-18[ruby/io-console] Ensure to put a newline after passwordNobuyoshi Nakada
2023-08-18[ruby/io-console] Flush after promptNobuyoshi Nakada
2023-08-18[ruby/io-console] Enable `getpass` methods alwaysNobuyoshi Nakada
2023-08-18[ruby/io-console] [DOC] Remove a trailing space from the prompt tooNobuyoshi Nakada
2023-08-18[ruby/io-console] * remove trailing spaces [ci skip]Nobuyoshi Nakada
2023-08-18[ruby/io-console] [DOC] IO::console.getpass usage exampleOlivier Lacan
2023-08-17Fix the scope of rubygems conflict resolutionTakashi Kokubun
2023-08-17Document the existence of sync_default_gems.rb -a [ci skip]Takashi Kokubun
2023-08-18[ruby/yarp] Remove strange :"#arg_rest" localKevin Newton
2023-08-17[rubygems/rubygems] Raise Gem::Package::FormatError on EOF, indicating corrup...Martin Emde
2023-08-17Remove obsoleted yp_-renaming logicTakashi Kokubun
2023-08-17Include YARP templated files in snapshotsTakashi Kokubun
2023-08-17Move the dependency of node.rb and serialize.rbTakashi Kokubun
2023-08-17Render YARP templates in the build process (#8228)Takashi Kokubun