index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
ruby_4_0
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
irb
/
source_finder.rb
Age
Commit message (
Expand
)
Author
2024-12-03
[ruby/irb] Don't show 'Maybe IRB bug!' in show_source and ls command
tomoya ishida
2024-09-16
[ruby/irb] Use InstructionSequence#script_lines to get method source
tomoya ishida
2024-02-14
[ruby/irb] Improve constant lookup in SourceFinder
tomoya ishida
2024-02-13
[ruby/irb] Fix SourceFinder's constant evaluation issue
Stan 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_lines
tomoya ishida
2024-01-08
[ruby/irb] Make SourceFinder ignore binary sources
Stan Lo
2024-01-01
[ruby/irb] Make show_source resolve top-level constant names
Stan Lo
2023-12-10
[ruby/irb] Simplify show_source's super calculation
Stan Lo
2023-11-28
[ruby/irb] Change show_source tests into integration tests
Peter Zhu
2023-11-28
[ruby/irb] This enhancement allows a user to add the -s flag if they
paulreece
2023-10-04
[ruby/irb] Clear all context usages in RubyLex
Stan Lo
2023-07-31
[ruby/irb] Decouple `edit` and `show_source` commands
Stan Lo