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
/
error_highlight
/
core_ext.rb
Age
Commit message (
Expand
)
Author
2025-12-17
[ruby/error_highlight] Show no message when failing to get caller/callee snip...
Yusuke Endoh
2025-11-12
[ruby/error_highlight] Replace Ruby 3.5 with Ruby 4.0
Yasuo Honda
2025-10-30
[ruby/error_highlight] Support cases where there are multiple missing / wrong...
Aaron Patterson
2025-10-07
[ruby/error_highlight] Improve English comments and messages
Yusuke Endoh
2025-08-28
[ruby/error_highlight] Show a dedicated snippet for "wrong number of argument...
Yusuke Endoh
2022-11-14
[ruby/error_highlight] Enable ErrorHighlight for TypeError/ArgumentError only...
Yusuke Endoh
2022-08-19
[ruby/error_highlight] Apply ErrorHighlight::CoreExt to TypeError and Argumen...
Yusuke Endoh
2022-08-10
[ruby/error_highlight] Make ErrorHighlight.spot accept Exception (https://git...
Yusuke Endoh
2022-06-07
[ruby/error_highlight] Use Exception#detailed_message instead of overriding #...
Yusuke Endoh
2022-01-04
[ruby/error_highlight] Fix the spurious TypeError.
Christian Boos
2021-12-19
Manually sync https://github.com/ruby/error_highlight/commit/d2140d795ad0a063...
Yusuke Endoh
2021-12-19
Make RubyVM::AbstractSyntaxTree.of raise for backtrace location in eval
Yusuke Endoh
2021-11-30
[ruby/error_highlight] Ignore all syscall errors
Yusuke Endoh
2021-08-20
ast.c: Rename "save_script_lines" to "keep_script_lines"
Yusuke Endoh
2021-07-02
[ruby/error_highlight] Suppress SyntaxError during RubyVM::AST.of
Yusuke Endoh
2021-06-30
[ruby/error_highlight] Reconsider the API of ErrorHighlight.spot
Yusuke Endoh
2021-06-30
[ruby/error_highlight] Experimentally support a custom formatter
Yusuke Endoh
2021-06-30
[ruby/error_highlight] Add some comments
Yusuke Endoh
2021-06-29
Rename error_squiggle to error_highlight
Yusuke Endoh