summaryrefslogtreecommitdiff
path: root/lib/irb/init.rb
AgeCommit message (Expand)Author
2024-03-16[ruby/irb] Fix irb_history saved to current directorytomoya ishida
2024-03-05[ruby/irb] Add the ability to fetch and load multiple irb files.Haroon Ahmed
2024-02-23[ruby/irb] Turn on frozen literal in filesStan Lo
2024-02-07[ruby/irb] Polish tracer integration and testsStan Lo
2024-02-01[ruby/irb] Skip re-setup when creating a child sessionNuno Silva
2023-12-20[ruby/irb] Warn users about errors in loading RC filesStan Lo
2023-12-13[ruby/irb] Warn and do nothing if block is passed to measure commandtomoya ishida
2023-11-26[ruby/irb] Display aliases in help messageStan Lo
2023-11-26[ruby/irb] Support disabling pagerStan Lo
2023-11-21[ruby/irb] Enable Setting Completer Type through `IRB_COMPLETOR`ima1zumi
2023-11-09[ruby/irb] Add command line option to select which completor to usetomoya ishida
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-08-29[ruby/irb] Remove unused `PROMPT_N`Summer ☀️
2023-08-12[ruby/irb] Drop showing indent level number in DEFAULT prompt andtomoya ishida
2023-02-25[ruby/irb] Remove unused Structima1zumi
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-27[ruby/irb] Fix wrong conf path with XDG_CONFIG_HOME. It should be under the H...Hiroshi SHIBATA
2022-12-06[ruby/irb] Allow disabling autocompletion withStan Lo
2022-11-21[ruby/irb] Add commands to start and use the debuggerTakashi Kokubun
2022-11-15[ruby/irb] Deprecate reidline flagsst0012
2022-11-10[ruby/irb] Make $ and @ default aliasesTakashi Kokubun
2022-11-03[ruby/irb] Allow non-identifier aliases like Pry's @ and $Takashi Kokubun
2022-10-28[ruby/irb] Do not make non-existent XDG directory on startNobuyoshi Nakada
2022-10-28[ruby/irb] Update regarding NO_COLOR valueNobuyoshi Nakada
2022-09-17[ruby/irb] Support --noscript option to not use first non-option argument as ...Jeremy Evans
2021-10-11[ruby/irb] Add --extra-doc-dir option to show doc dialogaycabta
2021-08-30Add --autocomplete / --noautocomplete optionsaycabta
2021-06-21[ruby/irb] Improve stackprof measureUlysse Buonomo
2021-05-24[ruby/irb] respect NO_COLOR environment variableMark Delk
2021-02-06[ruby/irb] Enable to reassign a new block with "measure" commandaycabta
2021-02-06[ruby/irb] Allow "measure" command to take blockaycabta
2020-12-24[ruby/irb] Try not to register the exact same measuring method twiceaycabta
2020-12-22[ruby/irb] Support arg for measure commandaycabta
2020-12-20[ruby/irb] Add measure commandaycabta
2020-12-17[ruby/irb] Change context-mode's default to new mode 4.Marc-Andre Lafortune
2020-12-17[ruby/irb] Enable deprecation warnings when using -W or -wJeremy Evans
2020-09-19[ruby/irb] Drop OMIT_ON_ASSIGNMENT and add :truncate option for ECHO_ON_ASSIG...aycabta
2020-09-14[ruby/irb] Add OMIT_ON_ASSIGNMENTaycabta
2020-04-23Support XDG_* (#2174)Hiroshi SHIBATA
2020-01-14Use Reline.encoding_system_needs if existsaycabta
2020-01-14Remove an unused setting variableaycabta
2019-11-25Remove e2mmap dependencyaycabta
2019-11-21Add a warning message and --legacy of an alias of --singlelineaycabta
2019-11-21Use singleline/multiline instead of readline/reidlineaycabta
2019-11-20Generate history file path correctly when $HOME/.irbrc doesn't existaycabta
2019-08-16Don't echo results of assignment expressionsSteven Willis
2019-08-06Revert "Don't echo results of assignment expressions"aycabta
2019-08-06Don't echo results of assignment expressionsSteven Willis