index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
irb
/
color.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ruby/irb] Use require_relative to require lib files
st0012
2022-01-17
1
-1
/
+1
*
[ruby/irb] Added `colorable` keyword option
Nobuyoshi Nakada
2021-04-26
1
-8
/
+8
*
[ruby/irb] Ripper::Lexer::Elem#state is defined since Ruby 2.5
Nobuyoshi Nakada
2021-04-08
1
-6
/
+1
*
[ruby/irb] Colorize `__END__` as keyword
Nobuyoshi Nakada
2021-04-02
1
-1
/
+4
*
[ruby/irb] handle `__ENCODING__` as a keyword as well
Nobuhiro IMAI
2021-01-18
1
-1
/
+1
*
[ruby/irb] Ensure to restore $VERBOSE
Nobuyoshi Nakada
2021-01-05
1
-0
/
+1
*
[ruby/irb] Remove unnecessary ignore_error in dispatch_seq
Takashi Kokubun
2020-12-28
1
-3
/
+3
*
[ruby/irb] Do not colorize partially-correct inspect
Takashi Kokubun
2020-12-28
1
-1
/
+9
*
irb: add more syntax errors colorizing support (#3967)
Nobuhiro IMAI
2020-12-28
1
-0
/
+4
*
[ruby/irb] Enhance colored inspect output
Takashi Kokubun
2020-12-28
1
-4
/
+4
*
[ruby/irb] Directly check if the method is available instead of version
Nobuyoshi Nakada
2020-08-18
1
-2
/
+1
*
Add require 'irb/ruby-lex' to use RubyLex
aycabta
2020-07-22
1
-0
/
+1
*
[ruby/irb] Simplify RubyLex.compile_with_errors_suppressed
aycabta
2020-07-22
1
-2
/
+2
*
[ruby/irb] Suppress incomplete coding magic comment error
aycabta
2020-07-22
1
-19
/
+21
*
Suppress warnings except for when last evaluation
aycabta
2019-11-13
1
-0
/
+2
*
qsymbols and symbols should be colored as Symbol
Takashi Kokubun
2019-11-10
1
-1
/
+1
*
Colorize on_symbols_beg (%I)
Takashi Kokubun
2019-11-10
1
-0
/
+1
*
Colorize string quotes as bold
Takashi Kokubun
2019-11-10
1
-7
/
+7
*
Fixed the key to delete [Bug #16250]
Nobuyoshi Nakada
2019-10-15
1
-1
/
+1
*
Use compare_by_identity hash [Bug #16250]
Nobuyoshi Nakada
2019-10-15
1
-3
/
+3
*
Simplify circular reference check of IRB::Color
Takashi Kokubun
2019-10-14
1
-16
/
+14
*
IRB colorize: take into account recursive arrays and hashes (#2555)
Ary Borenszweig
2019-10-14
1
-4
/
+18
*
make sync-default-gems GEM=irb
Takashi Kokubun
2019-06-13
1
-14
/
+27
*
Ripper::Lexer: fallback parse error token to the previous one
Nobuyoshi Nakada
2019-06-12
1
-1
/
+1
*
Reflect behavior changes to argument name
Takashi Kokubun
2019-06-04
1
-3
/
+3
*
colorize_code must return escaped text
Takashi Kokubun
2019-06-04
1
-1
/
+3
*
Colorize error characters
Nobuyoshi Nakada
2019-06-04
1
-29
/
+15
*
Fix typo :bug: [ci skip]
Takashi Kokubun
2019-05-31
1
-1
/
+1
*
Warn compile_error only when input is finished
Takashi Kokubun
2019-05-31
1
-17
/
+35
*
Abstract away Ripper::Lexer#scan in IRB::Color#scan
Takashi Kokubun
2019-05-31
1
-16
/
+21
*
Colorize errors more
Nobuyoshi Nakada
2019-05-29
1
-6
/
+15
*
Get rid of nested string interpolations
Nobuyoshi Nakada
2019-05-29
1
-1
/
+2
*
ripper: Ripper::Lexer#scan
Nobuyoshi Nakada
2019-05-29
1
-14
/
+10
*
Colorize compile_error as same as on_parse_error
Nobuyoshi Nakada
2019-05-29
1
-2
/
+3
*
parse.y: flush invalid char
Nobuyoshi Nakada
2019-05-29
1
-1
/
+3
*
Revert "Colorize error part more"
Koichi Sasada
2019-05-29
1
-28
/
+11
*
Colorize error part more
Nobuyoshi Nakada
2019-05-29
1
-11
/
+28
*
Colorize error part
Nobuyoshi Nakada
2019-05-27
1
-2
/
+16
*
Highlight global variable on IRB
Takashi Kokubun
2019-05-26
1
-1
/
+2
*
Simplify lexer state matching in #dispatch_seq
Takashi Kokubun
2019-05-26
1
-26
/
+30
*
Refactor IRB color dispatch
Takashi Kokubun
2019-05-26
1
-29
/
+31
*
Support :@@cvar and : on colorize
aycabta
2019-05-27
1
-1
/
+1
*
Make the imaginary color on IRB close to pry
Takashi Kokubun
2019-05-26
1
-5
/
+7
*
Colorize imaginary and rational literals
Nobuyoshi Nakada
2019-05-26
1
-0
/
+2
*
Handle keyword symbol in IRB::Color::SymbolState
Takashi Kokubun
2019-05-25
1
-1
/
+1
*
Deal with more syntax highlight edge cases
Takashi Kokubun
2019-05-25
1
-1
/
+3
*
Fix more unintended syntax highlights
Takashi Kokubun
2019-05-25
1
-18
/
+11
*
Always color Symbol as Yellow on IRB::Color
Takashi Kokubun
2019-05-25
1
-4
/
+51
*
Colorize empty embexpr more on IRB::Color
Takashi Kokubun
2019-05-25
1
-2
/
+2
*
Support some unhandled syntax highlight
Takashi Kokubun
2019-05-25
1
-2
/
+6
[next]