summaryrefslogtreecommitdiff
path: root/lib/irb/cmd
AgeCommit message (Expand)Author
2024-03-26[ruby/irb] Fix a typo (https://github.com/ruby/irb/pull/912)Hiroshi SHIBATA
2024-02-16[ruby/irb] Standardize command related namesStan Lo
2024-02-14[ruby/irb] Repurpose the help command to display the help messageStan Lo
2024-02-13[ruby/irb] Fix SourceFinder's constant evaluation issueStan Lo
2024-02-12[ruby/irb] Powerup show_source by enabling RubyVM.keep_script_linestomoya ishida
2024-02-12[ruby/irb] Fix exit! command warning and method behaviortomoya ishida
2024-02-11[ruby/irb] Polish the exit! command and its testsStan Lo
2024-02-10[ruby/irb] Introduce exit! commandIgnacio Chiazzo Cardarello
2024-01-06[ruby/irb] Refactor exit commandStan Lo
2023-12-13[ruby/irb] Warn and do nothing if block is passed to measure commandtomoya ishida
2023-12-10[ruby/irb] Simplify show_source's super calculationStan Lo
2023-12-07[ruby/irb] Debugging command warning should not be specific to theStan Lo
2023-12-02[ruby/irb] Implement `history` commandGary Tou
2023-11-28[ruby/irb] This enhancement allows a user to add the -s flag if theypaulreece
2023-11-26[ruby/irb] Display aliases in help messageStan Lo
2023-11-08[ruby/irb] Type based completion using Prism and RBStomoya ishida
2023-09-22[ruby/irb] Page show_source's outputStan Lo
2023-08-29[ruby/irb] Improve help/show_cmds message during debuggerStan Lo
2023-08-20[ruby/irb] Support `VISUAL` env var, and prefer it over `EDITOR`Summer ☀️
2023-08-13[ruby/irb] Support seamless integration with ruby/debugStan Lo
2023-08-02[ruby/irb] Deprecate multi-irb commandsStan Lo
2023-08-01[ruby/irb] Add workspace categoryStan Lo
2023-07-31[ruby/irb] Decouple `edit` and `show_source` commandsStan Lo
2023-07-26[ruby/irb] Page `ls`'s output (https://github.com/ruby/irb/pull/657)Stan Lo
2023-07-25[ruby/irb] Display `show_cmds`'s output in a pager when in TTYStan Lo
2023-07-04[ruby/irb] Use `max_by` for `longest_cmd_name_length`Andy Waite
2023-06-25[ruby/irb] Fix process_continue(rename to should_continue?) andtomoya ishida
2023-06-10[ruby/irb] Remove the unused fork command definitionStan Lo
2023-06-05[ruby/irb] Refactor ExtendCommand::NopStan Lo
2023-06-05[ruby/irb] Simplify irb_info commandStan Lo
2023-05-23[ruby/irb] Allow `show_source` for private methodsTSUYUSATO Kitsune
2023-05-18[ruby/irb] Print deprecation warning for `help` commandStan Lo
2023-04-24[ruby/irb] Simplify the help command's implementationStan Lo
2023-04-24[ruby/irb] Filter out top-level methods when using `lsStan Lo
2023-04-05[ruby/irb] Drop Ruby 2.6 supportStan Lo
2023-04-02[ruby/irb] Don't check RUBY_ENGINE when deciding whether to accept kargsStan Lo
2023-02-28[ruby/irb] Display and prioritise instance methods in `lsStan Lo
2023-01-14[ruby/irb] Store context in RubyLexStan Lo
2023-01-11[ruby/irb] Formatting to header stylesHiroshi SHIBATA
2023-01-11[ruby/irb] Removed Release Version and Revisions for old VCS softwareHiroshi SHIBATA
2022-12-20[ruby/irb] Respect DLEXT to force-load debug.soTakashi Kokubun
2022-12-12[ruby/irb] `show_doc` command should take non-string argument tooStan Lo
2022-12-09[ruby/irb] Fix step command (https://github.com/ruby/irb/pull/477)Stan Lo
2022-12-08[ruby/irb] Gracefully handle missing command argumentStan Lo
2022-12-08[ruby/irb] Add "show_cmds" command to list all commands'Stan Lo
2022-12-07[ruby/irb] Lazily load the multi-irb extensionStan Lo
2022-11-30[ruby/irb] Make sure ls doesn't return an arrayTakashi Kokubun
2022-11-28[ruby/irb] Fix the debug.gem force-loader for Ruby 3.2Takashi Kokubun
2022-11-21[ruby/irb] Add commands to start and use the debuggerTakashi Kokubun
2022-11-20[ruby/irb] Add edit command (https://github.com/ruby/irb/pull/453)Stan Lo