summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2022-11-18[ruby/irb] Minor fixes on debug commandTakashi Kokubun
2022-11-18[ruby/irb] Add debug command (https://github.com/ruby/irb/pull/446)Stan Lo
2022-11-18[ruby/irb] Add an option to suppress code_around_bindingTakashi Kokubun
2022-11-17[ruby/irb] Bump up 1.4.3Hiroshi SHIBATA
2022-11-17Drop Ruby 2.5 supportst0012
2022-11-17[ruby/irb] Fix https://github.com/ruby/irb/pull/295: Ignore JavaPatrick Plenefisch
2022-11-15MJIT: Refactor BitField dereference a littleTakashi Kokubun
2022-11-15[ruby/irb] Deprecate USE_RELINE and USE_REIDLINEst0012
2022-11-15[ruby/irb] Deprecate reidline flagsst0012
2022-11-15[ruby/irb] Rename leftover Reidline referencesst0012
2022-11-15MJIT: Fix vm_cc_cme(cc).def.type to use bit fieldTakashi Kokubun
2022-11-15Handle more MJIT compilation failuresTakashi Kokubun
2022-11-15[ruby/racc] Update racc.gemspecJohnny Willemsen
2022-11-14MJIT: Remove reference to ROBJECT_EMBED_LEN_MAXTakashi Kokubun
2022-11-14Remove USE_RVARGC codeAaron Patterson
2022-11-14[rubygems/rubygems] Update comment by the review commentShohei YOSHIDA
2022-11-14[rubygems/rubygems] Fix '--force' option documentation of 'bundle clean'Shohei YOSHIDA
2022-11-14[ruby/error_highlight] Bump versionYusuke Endoh
2022-11-14[ruby/error_highlight] Enable ErrorHighlight for TypeError/ArgumentError only...Yusuke Endoh
2022-11-13Fix invokebuiltin in Ruby MJITTakashi Kokubun
2022-11-12Migrate our resolver engine to PubGrubHiroshi SHIBATA
2022-11-11[ruby/net-http] Update lib/net/http.rbBurdette Lamar
2022-11-11[ruby/net-http] Prettify class hierarchies in Net::HTTPBurdetteLamar
2022-11-11Merge RubyGems/Bundler master from ee2f8398324af4bc1b95f7565ce2fda98126e026v3_2_0_preview3Hiroshi SHIBATA
2022-11-11[rubygems/rubygems] Store last check even when upgrade is not available and f...Josef Šimánek
2022-11-11[rubygems/rubygems] Use file in XDG_STATE_HOME directory to store last update...Josef Šimánek
2022-11-11[rubygems/rubygems] Add 'call for update' to RubyGems install command.Josef Šimánek
2022-11-11[rubygems/rubygems] github source should default to secure protocolJason Karns
2022-11-10[ruby/irb] Transform ls's --grep/-G option to keyword argsTakashi Kokubun
2022-11-10[rubygems/rubygems] Load "bundler/setup" in lib/rubygems.rbYusuke Endoh
2022-11-10[ruby/irb] Make $ and @ default aliasesTakashi Kokubun
2022-11-10Remove numiv from RObjectJemma Issroff
2022-11-10Transition shape when object's capacity changesJemma Issroff
2022-11-08[rubygems/rubygems] Add tests for universal Ruby with arch-specific prebuilt ...Bo Anderson
2022-11-08[rubygems/rubygems] Map 'universal' to the real arch in Bundler for prebuilt ...Bo Anderson
2022-11-08[ruby/error_highlight] Bump versionYusuke Endoh
2022-11-07[ruby/irb] Support non-string input in show_sourceTakashi Kokubun
2022-11-07[ruby/irb] Don't lazily retrieve gem specs for completionStan Lo
2022-11-07[ruby/fileutils] Revert "FileUtils.rm* methods swallows only Errno::ENOENT wh...Yusuke Endoh
2022-11-07[rubygems/rubygems] Drop support for IRIXPeter Zhu
2022-11-07[rubygems/rubygems] Drop support for bitrigPeter Zhu
2022-11-07[rubygems/rubygems] Drop support for HP-UXPeter Zhu
2022-11-04[ruby/erb] Avoid using prepend + super for fallbackTakashi Kokubun
2022-11-04[ruby/erb] Copy CGI.escapeHTML to ERB::Util.html_escapeTakashi Kokubun
2022-11-03[ruby/irb] Allow non-identifier aliases like Pry's @ and $Takashi Kokubun
2022-11-03[ruby/irb] Refactor RubyLex and its testsStan Lo
2022-11-03[ruby/erb] Fix CI for JRubyTakashi Kokubun
2022-10-31[ruby/error_highlight] Support nodes in `spot`eileencodes
2022-10-29[ruby/optparse] #load() into hashWhyme Lyu
2022-10-28[ruby/irb] Do not make non-existent XDG directory on startNobuyoshi Nakada