summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [ruby/irb] Deprecate USE_RELINE and USE_REIDLINEst00122022-11-151-1/+4
* [ruby/irb] Deprecate reidline flagsst00122022-11-151-0/+12
* [ruby/irb] Rename leftover Reidline referencesst00122022-11-152-2/+2
* MJIT: Fix vm_cc_cme(cc).def.type to use bit fieldTakashi Kokubun2022-11-151-5/+10
* Handle more MJIT compilation failuresTakashi Kokubun2022-11-151-2/+2
* [ruby/racc] Update racc.gemspecJohnny Willemsen2022-11-151-1/+1
* MJIT: Remove reference to ROBJECT_EMBED_LEN_MAXTakashi Kokubun2022-11-141-2/+0
* Remove USE_RVARGC codeAaron Patterson2022-11-141-1/+0
* [rubygems/rubygems] Update comment by the review commentShohei YOSHIDA2022-11-143-3/+3
* [rubygems/rubygems] Fix '--force' option documentation of 'bundle clean'Shohei YOSHIDA2022-11-143-3/+3
* [ruby/error_highlight] Bump versionYusuke Endoh2022-11-141-1/+1
* [ruby/error_highlight] Enable ErrorHighlight for TypeError/ArgumentError only...Yusuke Endoh2022-11-141-2/+7
* Fix invokebuiltin in Ruby MJITTakashi Kokubun2022-11-131-1/+2
* Migrate our resolver engine to PubGrubHiroshi SHIBATA2022-11-1260-2913/+2529
* [ruby/net-http] Update lib/net/http.rbBurdette Lamar2022-11-111-1/+1
* [ruby/net-http] Prettify class hierarchies in Net::HTTPBurdetteLamar2022-11-111-92/+104
* Merge RubyGems/Bundler master from ee2f8398324af4bc1b95f7565ce2fda98126e026v3_2_0_preview3Hiroshi SHIBATA2022-11-113-4/+6
* [rubygems/rubygems] Store last check even when upgrade is not available and f...Josef Šimánek2022-11-112-3/+4
* [rubygems/rubygems] Use file in XDG_STATE_HOME directory to store last update...Josef Šimánek2022-11-113-16/+49
* [rubygems/rubygems] Add 'call for update' to RubyGems install command.Josef Šimánek2022-11-113-0/+86
* [rubygems/rubygems] github source should default to secure protocolJason Karns2022-11-111-1/+1
* [ruby/irb] Transform ls's --grep/-G option to keyword argsTakashi Kokubun2022-11-102-0/+10
* [rubygems/rubygems] Load "bundler/setup" in lib/rubygems.rbYusuke Endoh2022-11-103-0/+4
* [ruby/irb] Make $ and @ default aliasesTakashi Kokubun2022-11-101-1/+4
* Remove numiv from RObjectJemma Issroff2022-11-101-1/+1
* Transition shape when object's capacity changesJemma Issroff2022-11-101-4/+14
* [rubygems/rubygems] Add tests for universal Ruby with arch-specific prebuilt ...Bo Anderson2022-11-081-1/+1
* [rubygems/rubygems] Map 'universal' to the real arch in Bundler for prebuilt ...Bo Anderson2022-11-081-0/+22
* [ruby/error_highlight] Bump versionYusuke Endoh2022-11-081-1/+1
* [ruby/irb] Support non-string input in show_sourceTakashi Kokubun2022-11-073-1/+40
* [ruby/irb] Don't lazily retrieve gem specs for completionStan Lo2022-11-071-15/+17
* [ruby/fileutils] Revert "FileUtils.rm* methods swallows only Errno::ENOENT wh...Yusuke Endoh2022-11-071-11/+6
* [rubygems/rubygems] Drop support for IRIXPeter Zhu2022-11-071-1/+1
* [rubygems/rubygems] Drop support for bitrigPeter Zhu2022-11-071-1/+0
* [rubygems/rubygems] Drop support for HP-UXPeter Zhu2022-11-072-2/+1
* [ruby/erb] Avoid using prepend + super for fallbackTakashi Kokubun2022-11-041-13/+7
* [ruby/erb] Copy CGI.escapeHTML to ERB::Util.html_escapeTakashi Kokubun2022-11-042-2/+15
* [ruby/irb] Allow non-identifier aliases like Pry's @ and $Takashi Kokubun2022-11-034-0/+29
* [ruby/irb] Refactor RubyLex and its testsStan Lo2022-11-031-2/+2
* [ruby/erb] Fix CI for JRubyTakashi Kokubun2022-11-031-1/+3
* [ruby/error_highlight] Support nodes in `spot`eileencodes2022-10-311-2/+1
* [ruby/optparse] #load() into hashWhyme Lyu2022-10-291-4/+7
* [ruby/irb] Do not make non-existent XDG directory on startNobuyoshi Nakada2022-10-281-4/+2
* [ruby/irb] Update regarding NO_COLOR valueNobuyoshi Nakada2022-10-281-1/+1
* [ruby/rdoc] Delay `require "readline"` in case the terminal is in raw mode Shugo Maeda2022-10-271-5/+4
* [ruby/erb] Version 3.0.0 Takashi Kokubun2022-10-251-1/+1
* Bundler: update docs for gemfile(5) manpageTakuya Noguchi2022-10-252-22/+43
* [ruby/erb] url_encode: use CGI.escapeURIComponentJean Boussier2022-10-252-4/+4
* [ruby/tmpdir] Ignore empty environment variablesNobuyoshi Nakada2022-10-251-2/+4
* [ruby/tmpdir] Found or raise Nobuyoshi Nakada2022-10-251-4/+2