summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2024-05-01[ruby/irb] Let IRB::Color.colorable? always return true|falsetomoya ishida
2024-05-01[ruby/irb] Support `IRB.conf[:BACKTRACE_FILTER]`Stan Lo
2024-05-01YJIT: Fix `Struct` accessors not firing tracing events (#10690)Alan Wu
2024-04-30[ruby/reline] Fix completion dialog position when completed part istomoya ishida
2024-04-30[rubygems/rubygems] Update lib/rubygems/package.rbSamuel Giddins
2024-04-30[rubygems/rubygems] Add a limit to the size of the metadata and checksums fil...Samuel Giddins
2024-04-30[ruby/irb] Restore MAIN_CONTEXT correctlytomoya ishida
2024-04-29[ruby/reline] Bump version to 0.5.4Mari Imaizumi
2024-04-29[ruby/reline] Input with eof and no newline bugfixtomoya ishida
2024-04-29[ruby/reline] Completely support full-width characters intomoya ishida
2024-04-29[ruby/reline] Handle mode condition in inputrcMari Imaizumi
2024-04-29[rubygems/rubygems] Make sure to force latest resolvable version explicitlyDavid Rodriguez
2024-04-29[rubygems/rubygems] Keep track of gems requested for update explicitlyDavid Rodríguez
2024-04-29[rubygems/rubygems] No need to reset version promoter hereDavid Rodriguez
2024-04-29[rubygems/rubygems] Fix circular require warningDavid Rodríguez
2024-04-29[rubygems/rubygems] Show better error when installed gemspecs are unreadableDavid Rodríguez
2024-04-29[rubygems/rubygems] Fix issue with `bundle update` with an out of sync lockfileDavid Rodríguez
2024-04-29[rubygems/rubygems] Address PR feedbackAndy Waite
2024-04-29[rubygems/rubygems] Clarify `bundle check` behaviour in docsAndy Waite
2024-04-26[ruby/prism] Bump to v0.27.0Kevin Newton
2024-04-26[ruby/prism] Location#slice_lines, Node#slice_linesKevin Newton
2024-04-26[ruby/irb] Suppress command return valuesStan Lo
2024-04-26[ruby/irb] Command registration should take both strings and symbolsStan Lo
2024-04-25[rubygems/rubygems] Add auto_install support to require "bundler/setup"Josh Nichols
2024-04-25[ruby/prism] Remove need for Natalie patchesKevin Newton
2024-04-25[ruby/reline] Fix inputrc nested $if $else $endif bugtomoya ishida
2024-04-25[rubygems/rubygems] Don't upcase Windows ENV when backing it upDavid Rodriguez
2024-04-25[rubygems/rubygems] Remove unnecessary workaroundDavid Rodriguez
2024-04-25[rubygems/rubygems] Properly resolve aliases when `bundle help` is runDavid Rodríguez
2024-04-25[Bug #20450] Remove rubyarchdir from bootsnap pathsEugene Kenny
2024-04-24[ruby/irb] Memoize helper method instances with Singleton moduleStan Lo
2024-04-24[ruby/prism] Change inspect from recursive to a queueKevin Newton
2024-04-24[ruby/reline] Long line performancetomoya ishida
2024-04-24[ruby/irb] Revert "Memoize helper method instances with Singleton module"Stan Lo
2024-04-24[ruby/irb] Memoize helper method instances with Singleton moduleStan Lo
2024-04-23Sync IRB f9347b1 (#10611)Stan Lo
2024-04-23[ruby/prism] srange_find should only look on current lineKevin Newton
2024-04-23[ruby/reline] Bump version to 0.5.3Mari Imaizumi
2024-04-23[ruby/reline] Separate prompt and input line in renderingtomoya ishida
2024-04-23[ruby/prism] Fix up rdocKevin Newton
2024-04-21[rubygems/rubygems] Clear temporary directoryNobuyoshi Nakada
2024-04-20[ruby/irb] Stop using ExtendCommandBundle internallyStan Lo
2024-04-20[ruby/irb] Remove exit command workaround, handle IRB_EXIT intomoya ishida
2024-04-19[ruby/prism] Split parse result based on typeKevin Newton
2024-04-19[ruby/prism] Fix up ruby_parser translation for dstrKevin Newton
2024-04-19[ruby/prism] Fix it parameters for parser translationKevin Newton
2024-04-19[ruby/reline] Implement `show-all-if-ambiguous` featureMari Imaizumi
2024-04-19[ruby/time] Document exception thrown by `Time.strptime`Artur
2024-04-19[rubygems/rubygems] Keep backword compatibility of Bundler.requireHiroshi SHIBATA
2024-04-19[rubygems/rubygems] Removed needless class nameHiroshi SHIBATA