summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2022-11-21[ruby/un] Use class methods of `File` over `Kernel.open`Nobuyoshi Nakada
2022-11-21[ruby/optparse] Use class methods of `File` over `IO`Nobuyoshi Nakada
2022-11-21[ruby/irb] Add commands to start and use the debuggerTakashi Kokubun
2022-11-20[ruby/irb] Version 1.5.0Takashi Kokubun
2022-11-20[ruby/irb] Add edit command (https://github.com/ruby/irb/pull/453)Stan Lo
2022-11-19[ruby/irb] Document a full list of commandsTakashi Kokubun
2022-11-19[ruby/irb] Update documentation about AutocompletionTakashi Kokubun
2022-11-19[ruby/net-http] About the Examples moved to separate fileBurdetteLamar
2022-11-19[ruby/net-http] Enhanced RDoc for Net::HTTPBurdetteLamar
2022-11-19[ruby/net-http] Update lib/net/http/request.rbBurdette Lamar
2022-11-19[ruby/net-http] Enhanced RDoc for Net::HTTPBurdetteLamar
2022-11-19[ruby/net-http] Enhanced RDoc for Net::HTTPBurdetteLamar
2022-11-18[ruby/irb] Discover and load debug.gem even if it's not in GemfileTakashi Kokubun
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