summaryrefslogtreecommitdiff
path: root/lib/irb
AgeCommit message (Expand)Author
2025-01-24Migrate irb and reline to the bundled gemsHiroshi SHIBATA
2025-01-22[ruby/irb] Bump version to 1.15.1tomoya ishida
2025-01-22[ruby/irb] Fix pager preview with escape sequence and newlinestomoya ishida
2025-01-22[ruby/irb] Update documentation about the new copy commandStan Lo
2025-01-22[ruby/irb] Show a quick preview of inspect result before pagertomoya ishida
2025-01-22[ruby/irb] Add copy command (https://github.com/ruby/irb/pull/1044)Prajjwal Singh
2025-01-21[ruby/irb] Bump version to v1.15.0Stan Lo
2025-01-15[ruby/irb] Colorize backref token bold green like global variablestomoya ishida
2025-01-12[ruby/irb] Group private methods together in `IRB::Context`Stan Lo
2025-01-12[ruby/irb] Drop ColorPrinter's workaround for BasicObjectStan Lo
2025-01-11[ruby/irb] `IRB.conf[:SAVE_HISTORY]` should handle boolean valuesStan Lo
2025-01-10[ruby/irb] Gracefully handle incorrect command aliasesStan Lo
2025-01-05Sync IRB to 3e6c12b (#12486)Stan Lo
2024-12-29[ruby/irb] Fix broken `history` command with -gsanfrecce-osaka
2024-12-28[ruby/irb] Use the documentation site as the source of truthStan Lo
2024-12-28[ruby/irb] Add `ri` an alias to the `show_doc` commandStan Lo
2024-12-19[ruby/irb] Bump version to v1.14.3Stan Lo
2024-12-16Exclude irb from documentation generationStan Lo
2024-12-13[ruby/irb] Avoid generating documentation pages for internalStan Lo
2024-12-12[ruby/irb] Load history when starting a direct debug sessionJames Reid-Smith
2024-12-12[ruby/irb] Bump version to v1.14.2Stan Lo
2024-12-11[ruby/irb] Page the output in irb:rdbg sessions tooStan Lo
2024-12-03[ruby/irb] Don't show 'Maybe IRB bug!' in show_source and ls commandtomoya ishida
2024-11-30[ruby/irb] Prevent cursor flickeringMari Imaizumi
2024-11-26[ruby/irb] Fix indentation of xstring literaltomoya ishida
2024-11-20[ruby/irb] Store method objects in constantsStan Lo
2024-11-20[ruby/irb] Move main object's safe call logic to ContextStan Lo
2024-11-19[ruby/irb] Don't use delegator to install helper methods to maintomoya ishida
2024-11-07[ruby/irb] Correct ja/help-message for --context-mode and --promptKouhei Yanagita
2024-11-05[ruby/irb] windows does not support Process.kill("TERM", pid)YO4
2024-10-18[ruby/irb] Always use alternate sceen on alt-dtomoya ishida
2024-10-13[ruby/irb] Remove bignum check from save_historytomoya ishida
2024-10-11[ruby/irb] History refactors (https://github.com/ruby/irb/pull/1013)Gert Goet
2024-10-08[ruby/irb] Change debug test workaround to use ENVtomoya ishida
2024-10-06[ruby/irb] Change default completor from regexp to auto, trytomoya ishida
2024-10-02[ruby/irb] Use correct binding in debug modetomoya ishida
2024-09-26[ruby/irb] Bump version to v1.14.1Stan Lo
2024-09-20[ruby/irb] Fix debug command in nomultiline modetomoya ishida
2024-09-16[ruby/irb] Use InstructionSequence#script_lines to get method sourcetomoya ishida
2024-09-12[ruby/irb] Remove KEYWORD_ALIASES which handled special alias nametomoya ishida
2024-09-03[ruby/irb] Fix easter_egg run without RDoc, fix input-method testtomoya ishida
2024-08-28[ruby/irb] Colorize command inputtomoya ishida
2024-08-27[ruby/irb] Move parse_command method to ContextStan Lo
2024-08-14[ruby/irb] Fix kill pager pid throwing Errno::ESRCH when pagertomoya ishida
2024-08-14[ruby/irb] Improve easter_egg logo resolutiontomoya ishida
2024-07-16[ruby/irb] Group class methods under `class << self`Stan Lo
2024-07-06[ruby/irb] Bump version to v1.14.0Stan Lo
2024-07-05[ruby/irb] Return only commands when completing help command'sStan Lo
2024-07-03[ruby/irb] Introduce cd commandStan Lo
2024-06-18[ruby/irb] Improve how command calls' return value is handledStan Lo