summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2023-07-27[rubygems/rubygems] Restore support for Pathname objects in the replaced requireXavier Noria
2023-07-27[ruby/reline] Add `kill-word` and `backward-kill-word` keymappingosyo-manga
2023-07-27[ruby/reline] Bump version to 0.3.7Stan Lo
2023-07-26[ruby/irb] Page `ls`'s output (https://github.com/ruby/irb/pull/657)Stan Lo
2023-07-26Added Gem::BUNDLED_GEMS for warning feature of BundlerHiroshi SHIBATA
2023-07-25[ruby/irb] Display `show_cmds`'s output in a pager when in TTYStan Lo
2023-07-25[ruby/reline] Avoid using CSI # S for scroll downStan Lo
2023-07-25[rubygems/rubygems] bin/rubocop -AHiroshi SHIBATA
2023-07-25[rubygems/rubygems] Extract Gem::BUNDLED_GEMS from BundlerHiroshi SHIBATA
2023-07-25[rubygems/rubygems] Skip warnings if bundled gems is already loadedHiroshi SHIBATA
2023-07-25[rubygems/rubygems] Use Kernel.singleton_classHiroshi SHIBATA
2023-07-25[rubygems/rubygems] Don't reuse require argumentHiroshi SHIBATA
2023-07-25[rubygems/rubygems] Added warnings targets for old version of RubyHiroshi SHIBATA
2023-07-25[rubygems/rubygems] Added Ruby version for bundled gems to warningsHiroshi SHIBATA
2023-07-25[rubygems/rubygems] Simplefied conditionHiroshi SHIBATA
2023-07-25[rubygems/rubygems] make bundled gemst list as constant under Gem namespaceHiroshi SHIBATA
2023-07-25[rubygems/rubygems] Also check Kernel.require for infinite loopHiroshi SHIBATA
2023-07-25[rubygems/rubygems] Avoid infinite call of requireHiroshi SHIBATA
2023-07-25[rubygems/rubygems] Keep Kernel#require privateHiroshi SHIBATA
2023-07-25[rubygems/rubygems] Don't use redefine_methodHiroshi SHIBATA
2023-07-25[rubygems/rubygems] Warn if file is loaded without GemfileHiroshi SHIBATA
2023-07-25[rubygems/rubygems] Simplify double loopNobuyoshi Nakada
2023-07-25[rubygems/rubygems] Use `Monitor#synchronize` to ensure to exitNobuyoshi Nakada
2023-07-24[rubygems/rubygems] Bundler: Update bundle-outdated(1) manKentaro Takeyama
2023-07-24[rubygems/rubygems] Rename local to lockfile and global to systemHiroshi SHIBATA
2023-07-24[rubygems/rubygems] Avoid unnecessary network requests for local gemDavid Rodríguez
2023-07-24[rubygems/rubygems] Avoid printing using messages when version has not changedDavid Rodríguez
2023-07-24[rubygems/rubygems] Exclude Bundler from missing locked dependencies checkDavid Rodríguez
2023-07-21[rubygems/rubygems] Deprecate Gem::Platform.matchHiroshi SHIBATA
2023-07-21[rubygems/rubygems] Boundary check in `Gem::StreamUI#choose_from_list`Nobuyoshi Nakada
2023-07-20Sync YARP gemspec (#8101)Jemma Issroff
2023-07-20[ruby/syntax_suggest] Handle new eval source locationJean Boussier
2023-07-19[rubygems/rubygems] Clear `YAML` constant if it was undefined previouslyNobuyoshi Nakada
2023-07-19[ruby/reline] Always set ANSI CSI keybindings for Home, End, andtomoya ishida
2023-07-18[ruby/reline] Fix [nil] is passed to auto_indent_proc when exit withosyo-manga
2023-07-18[ruby/irb] Declare rdoc as dependencyStan Lo
2023-07-17Remove __bp__ and speed-up bmethod calls (#8060)Alan Wu
2023-07-15[ruby/irb] Indent multiline percent literalstomoya ishida
2023-07-15[ruby/irb] Bump 1.7.4 (https://github.com/ruby/irb/pull/645)ima1zumi
2023-07-14[ruby/yarp] Remove pattern matching pinning to enable support for <= Ruby 3.0Jemma Issroff
2023-07-14[ruby/irb] Fix history-saving featureStan Lo
2023-07-13Remove RARRAY_CONST_PTR_TRANSIENTPeter Zhu
2023-07-13[ruby/getoptlong] [DOC] Add spaces to fix formatting in exampleB. Burt
2023-07-13[rubygems/rubygems] Don't run any git commands when sorting and comparing git...David Rodríguez
2023-07-13[rubygems/rubygems] restart with BUNDLE_VERSION if it's specifiedHiroshi SHIBATA
2023-07-13[rubygems/rubygems] Introduce bundle config set version featureHiroshi SHIBATA
2023-07-13[ruby/irb] Bump version to 1.7.3Stan Lo
2023-07-12[ruby/irb] Correct preferred_dialog_height's callerStan Lo
2023-07-12YARP resync (#8059)Jemma Issroff
2023-07-12[rubygems/rubygems] Update GitHub organization of Standard RubyKoichi ITO