summaryrefslogtreecommitdiff
path: root/test/irb
AgeCommit message (Expand)Author
2025-01-24Migrate irb and reline to the bundled gemsHiroshi SHIBATA
2025-01-22[ruby/irb] Use EnvUtil.rubybin instead of "ruby" in copy commandtomoya ishida
2025-01-22[ruby/irb] Fix pager preview with escape sequence and newlinestomoya ishida
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-15[ruby/irb] Colorize backref token bold green like global variablestomoya ishida
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] Add `ri` an alias to the `show_doc` commandStan Lo
2024-12-12[ruby/irb] Load history when starting a direct debug sessionJames Reid-Smith
2024-12-03[ruby/irb] Don't show 'Maybe IRB bug!' in show_source and ls commandtomoya ishida
2024-11-26[ruby/irb] Fix indentation of xstring literaltomoya ishida
2024-11-19[ruby/irb] Don't use delegator to install helper methods to maintomoya ishida
2024-11-07Prevent a warning: ambiguous `/`Yusuke Endoh
2024-10-20[ruby/irb] Improve history test's encoding settingGo
2024-10-13[ruby/irb] Fix rendering test broken by conflicttomoya ishida
2024-10-12[ruby/irb] Make rendering test faster using updated yamatanoorotitomoya ishida
2024-10-11[ruby/irb] History refactors (https://github.com/ruby/irb/pull/1013)Gert Goet
2024-10-06[ruby/irb] Change default completor from regexp to auto, trytomoya ishida
2024-10-05[ruby/irb] Hash#inspect style has changed in ruby 3.4Nobuyoshi Nakada
2024-10-02[ruby/irb] Use correct binding in debug modetomoya ishida
2024-09-24[ruby/irb] Use proper locale in history encoding testtomoya ishida
2024-09-20[ruby/irb] Fix debug command in nomultiline modetomoya ishida
2024-09-03[ruby/irb] Fix easter_egg run without RDoc, fix input-method testtomoya ishida
2024-09-01Skip show_doc tests if RDoc is not availableHiroshi SHIBATA
2024-08-29Surpressing 'unknown command: “Switch to inspect mode.”' messageHiroshi SHIBATA
2024-08-28[ruby/irb] Make colorize test pass with NO_COLOR env settomoya ishida
2024-08-28[ruby/irb] Colorize command inputtomoya ishida
2024-08-04[ruby/irb] Remove Ruby version checksRicardo Trindade
2024-07-18[ruby/irb] Clear ENV["XDG_CONFIG_HOME"] to avoid loadingtomoya ishida
2024-07-16[ruby/irb] Group class methods under `class << self`Stan 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-30[ruby/irb] Allow assigning and using local variable name conflictingtomoya ishida
2024-06-18[ruby/irb] Improve how command calls' return value is handledStan Lo
2024-06-12[ruby/irb] Invalid encoding symbol now raises SyntaxError also intomoya ishida
2024-06-12[ruby/irb] Cleanup irbrc generator cache always at teardowntomoya ishida
2024-06-09[ruby/irb] Suppress Ruby warnings in certain backtrace filteringStan Lo
2024-06-05[ruby/irb] Add accidentally dropped disable_irb command backStan Lo
2024-05-12[ruby/irb] Clean up tmpdirNobuyoshi Nakada
2024-05-10[ruby/irb] Add a new initialization step to validate IRB.conf'sStan Lo
2024-05-05[ruby/irb] Clarify that the context is IRB contextStan Lo
2024-05-04[ruby/irb] Improve help message for no meta commandsStan Lo
2024-05-04[ruby/irb] Use flag instead of caller for `debug`'s binding.irbStan Lo
2024-05-03[ruby/irb] Avoid raising errors while running help for customKenichi Kamiya
2024-05-03[ruby/irb] Fix typos in test/irb/command/test_custom_command.rbKenichi Kamiya
2024-05-02Sync IRB 241e061Stan Lo
2024-05-01[ruby/irb] Support `IRB.conf[:BACKTRACE_FILTER]`Stan Lo