summaryrefslogtreecommitdiff
path: root/lib/irb
AgeCommit message (Expand)Author
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://github.com/ruby/irb/pull/912)Hiroshi SHIBATA
2024-03-25[ruby/irb] Cache RDoc::RI::Driver.newtomoya ishida
2024-03-18[ruby/irb] docs(help): Add latest options to ja help messageOKURA Masafumi
2024-03-16[ruby/irb] Fix irb_history saved to current directorytomoya ishida
2024-03-16[ruby/irb] Use markdown format for docsStan Lo
2024-03-14[ruby/irb] Rescue from exceptions raised by #nameGo
2024-03-14[ruby/irb] Add disable_irb command to disable debug of binding.irbhogelog
2024-03-08[ruby/irb] rdoc version lock is requiredalpaca-tc
2024-03-07[ruby/irb] Bump version to v1.12.0Stan Lo
2024-03-05[ruby/irb] Add the ability to fetch and load multiple irb files.Haroon Ahmed
2024-03-01[ruby/irb] Restructure workspace managementStan Lo
2024-02-25[ruby/irb] Add help messages to `show_source` and `show_doc`Stan Lo
2024-02-25[ruby/irb] Refactor IRB::Context#promptingStan Lo
2024-02-23[ruby/irb] Remove useless loaded file checktomoya ishida
2024-02-23[ruby/irb] Remove remaining `frozen_string_literal: false` in lib/tomoya ishida
2024-02-23[ruby/irb] Turn on frozen literal in filesStan Lo
2024-02-23[ruby/irb] Unroll extension method generationStan Lo
2024-02-22[ruby/irb] Delete IRB::NotImplementedErrortomoya ishida
2024-02-19[ruby/irb] Fix `irb:rdbg` for ruby headStan Lo
2024-02-18[ruby/irb] Revamp `help` commandStan Lo
2024-02-16[ruby/irb] Standardize command related namesStan Lo
2024-02-16[ruby/irb] Support repeating debugger input by passing empty inputStan Lo
2024-02-14[ruby/irb] Repurpose the help command to display the help messageStan Lo
2024-02-14[ruby/irb] Improve constant lookup in SourceFindertomoya ishida
2024-02-13[ruby/irb] Fix SourceFinder's constant evaluation issueStan Lo
2024-02-13[ruby/irb] Refactor eval_path and `SourceFinder::Source`Stan 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-02-07[ruby/irb] Bump version to v1.11.2Stan Lo
2024-02-07[ruby/irb] Polish tracer integration and testsStan Lo
2024-02-06[ruby/irb] Fix usage of tracer gem and add testsNuno Silva
2024-02-02[ruby/irb] Require pathname (https://github.com/ruby/irb/pull/860)Stan Lo
2024-02-02[ruby/irb] Add a warning for when the history path doesn't existIgnacio Chiazzo Cardarello
2024-02-01[ruby/irb] Add rubocop with a few basic styling rulesStan Lo
2024-02-01[ruby/irb] Reset history counter even when @loaded_history_lines isStan Lo
2024-02-01[ruby/irb] Skip re-setup when creating a child sessionNuno Silva
2024-01-30[ruby/irb] Fix undef and alias indenttomoya ishida
2024-01-25[ruby/irb] Synatx ==> Syntaxydah
2024-01-25[ruby/irb] recever ==> receiverydah
2024-01-25[ruby/irb] inifinity ==> infinityydah
2024-01-19[ruby/irb] Bump version to v1.11.1Stan Lo
2024-01-08[ruby/irb] Make SourceFinder ignore binary sourcesStan Lo
2024-01-06[ruby/irb] Refactor exit commandStan Lo