aboutsummaryrefslogtreecommitdiffstats
path: root/lib/irb/command
Commit message (Expand)AuthorAgeFilesLines
* [ruby/irb] Improve help message for no meta commandsStan Lo2024-05-042-11/+19
* [ruby/irb] Use flag instead of caller for `debug`'s binding.irbStan Lo2024-05-041-16/+1
* [ruby/irb] Avoid raising errors while running help for customKenichi Kamiya2024-05-031-1/+1
* [ruby/irb] Suppress command return valuesStan Lo2024-04-262-3/+7
* Sync IRB f9347b1 (#10611)Stan Lo2024-04-231-0/+2
* [ruby/irb] Stop using ExtendCommandBundle internallyStan Lo2024-04-201-2/+2
* [ruby/irb] Remove exit command workaround, handle IRB_EXIT intomoya ishida2024-04-202-6/+2
* [ruby/irb] Remove internal-only methods from Command::Basetomoya ishida2024-04-179-19/+40
* [ruby/irb] Allow defining custom commands in IRBStan Lo2024-04-141-0/+1
* [ruby/irb] Centralize rstrip callsStan Lo2024-04-1010-9/+12
* [ruby/irb] Command implementation not by methodtomoya ishida2024-04-1025-150/+177
* [ruby/irb] Fix irb_history saved to current directorytomoya ishida2024-03-161-1/+1
* [ruby/irb] Add disable_irb command to disable debug of binding.irbhogelog2024-03-141-0/+19
* [ruby/irb] Add the ability to fetch and load multiple irb files.Haroon Ahmed2024-03-051-1/+2
* [ruby/irb] Restructure workspace managementStan Lo2024-03-011-1/+17
* [ruby/irb] Add help messages to `show_source` and `show_doc`Stan Lo2024-02-252-2/+30
* [ruby/irb] Turn on frozen literal in filesStan Lo2024-02-236-6/+6
* [ruby/irb] Fix `irb:rdbg` for ruby headStan Lo2024-02-191-1/+1
* [ruby/irb] Revamp `help` commandStan Lo2024-02-185-66/+110
* [ruby/irb] Standardize command related namesStan Lo2024-02-1627-0/+1124