summaryrefslogtreecommitdiff
path: root/lib/irb
AgeCommit message (Expand)Author
2024-10-13[ruby/irb] Remove bignum check from save_historytomoya ishida
2024-10-11[ruby/irb] History refactors (https://.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
2024-06-15[ruby/irb] Bump version to v1.13.2Stan Lo
2024-06-05[ruby/irb] Add accidentally dropped disable_irb command backStan Lo
2024-06-04[ruby/irb] Remove useless Reline::Key.new and update wrong commenttomoya ishida
2024-05-17[ruby/irb] Reorder ruby lex clauses for unrecoverable firstKevin Newton
2024-05-10[ruby/irb] Add a new initialization step to validate IRB.conf'sStan Lo
2024-05-10[ruby/irb] Simplify regexp to account for prism error messagesKevin Newton
2024-05-05[ruby/irb] Bump version to v1.13.1Stan Lo
2024-05-05[ruby/irb] Clarify that the context is IRB contextStan Lo
2024-05-04[ruby/irb] Change debug test workaround only enabled when output istomoya ishida
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-02Sync IRB 241e061Stan Lo
2024-05-02[ruby/irb] Add workaround for ruby/debug/test/console/irb_testtomoya ishida
2024-05-01[ruby/irb] Bump version to v1.13.0Stan Lo
2024-05-01[ruby/irb] Let IRB::Color.colorable? always return true|falsetomoya ishida
2024-04-26[ruby/irb] Suppress command return valuesStan Lo
2024-04-26[ruby/irb] Command registration should take both strings and symbolsStan Lo
2024-04-24[ruby/irb] Memoize helper method instances with Singleton moduleStan Lo
2024-04-24[ruby/irb] Revert "Memoize helper method instances with Singleton module"Stan Lo
2024-04-24[ruby/irb] Memoize helper method instances with Singleton moduleStan Lo
2024-04-23Sync IRB f9347b1 (#10611)Stan Lo
2024-04-20[ruby/irb] Stop using ExtendCommandBundle internallyStan Lo
2024-04-20[ruby/irb] Remove exit command workaround, handle IRB_EXIT intomoya ishida
2024-04-17[ruby/irb] Remove internal-only methods from Command::Basetomoya ishida
2024-04-14[ruby/irb] Allow defining custom commands in IRBStan Lo
2024-04-12[ruby/irb] Pass statements to Context#evaluateStan Lo
2024-04-10[ruby/irb] Centralize rstrip callsStan Lo
2024-04-10[ruby/irb] Command implementation not by methodtomoya ishida
2024-03-26[ruby/irb] Fix a typo (https://.com/ruby/irb/pull/912)Hiroshi SHIBATA
2024-03-25[ruby/irb] Cache RDoc::RI::Driver.newtomoya ishida