summaryrefslogtreecommitdiff
path: root/test/irb/test_cmd.rb
AgeCommit message (Expand)Author
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-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
2023-12-13[ruby/irb] Remove unused lvar in mesure command testtomoya ishida
2023-12-13[ruby/irb] Warn and do nothing if block is passed to measure commandtomoya ishida
2023-12-02[ruby/irb] Implement `history` commandGary Tou
2023-11-28[ruby/irb] Change show_source tests into integration testsPeter Zhu
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-26[ruby/irb] Support disabling pagerStan Lo
2023-11-08[ruby/irb] Type based completion using Prism and RBStomoya ishida
2023-10-21[ruby/irb] Minor refactors around irb.rbStan Lo
2023-09-26[ruby/irb] Disable pager in show-source testtomoya ishida
2023-08-29[ruby/irb] Remove unused `PROMPT_N`Summer ☀️
2023-08-21[ruby/irb] Move input processing out of RubyLexStan Lo
2023-08-20[ruby/irb] Support `VISUAL` env var, and prefer it over `EDITOR`Summer ☀️
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-06-30[ruby/irb] Reduce internal operations' exposure to benchmarkingStan Lo
2023-06-28[ruby/irb] Reduce test pend trufflerubytomoya ishida
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-03-31[ruby/irb] Drop unnecessary pends for trufflerubyStan Lo
2023-02-28[ruby/irb] Display and prioritise instance methods in `lsStan Lo
2023-02-04[ruby/irb] Add tests for workspaces commandsStan Lo
2023-01-12[ruby/irb] Avoid calling private methods on the main objectStan Lo
2023-01-05[ruby/irb] Group command test cases with classStan Lo
2022-12-26Sync IRB master: tool/sync_default_gems.rb irbTakashi Kokubun
2022-12-26[ruby/irb] Suppress "switching inspect mode" messagesNobuyoshi Nakada
2022-12-26[ruby/irb] Remove unnecessary warning check on help commandStan Lo
2022-12-26[ruby/irb] Remove unnecessary test setupStan Lo
2022-12-26[ruby/irb] Add test for the help commandst0012
2022-12-12[ruby/irb] Group show_doc tests and update the expectationStan Lo
2022-12-12[ruby/irb] `show_doc` command should take non-string argument tooStan Lo
2022-12-08[ruby/irb] Add show_doc as an alias to the help commandStan 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-11-21Prevent a "warning: ambiguity between regexp and two divisions"Yusuke Endoh
2022-11-20[ruby/irb] Push an accidentally uncommitted diffTakashi Kokubun
2022-11-20[ruby/irb] Try using a different file nameTakashi Kokubun
2022-11-20[ruby/irb] Require rubygems for ruby/rubyTakashi Kokubun
2022-11-20[ruby/irb] Fix CI failure on ruby/rubyTakashi Kokubun
2022-11-20[ruby/irb] Add edit command (https://github.com/ruby/irb/pull/453)Stan Lo
2022-11-18Prevent a "method redefined" warningYusuke Endoh