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
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Age
Commit message (
Expand
)
Author
2021-02-03
Prefer block forms to close opened files
Nobuyoshi Nakada
2021-02-03
Open gzip file in binary mode
Nobuyoshi Nakada
2021-02-03
[ruby/irb] follow up the actual line number
Nobuhiro IMAI
2021-02-01
Implement NameError::message#clone for Ractor
Nobuyoshi Nakada
2021-01-29
Forward keyword arguments for Pathname#each_line [Bug #17589]
Nobuyoshi Nakada
2021-01-27
In test, need to pass a context to IRB::WorkSpace.new explicitly
aycabta
2021-01-27
[ruby/irb] specify the `VERBOSE` to `false` and fix tests to fit
Nobuhiro IMAI
2021-01-27
[ruby/irb] use `RubyLex::TerminateLineInput` appropriately [Bug #17564]
Nobuhiro IMAI
2021-01-25
[ruby/rdoc] Support iso-strict format in git-log
Nobuyoshi Nakada
2021-01-25
[ruby/rdoc] Support other date formats in git-log
Nobuyoshi Nakada
2021-01-24
[ruby/rdoc] Skip non-date logs by git-log
Nobuyoshi Nakada
2021-01-24
[ruby/rdoc] Sort by CommitDate if available
Nobuyoshi Nakada
2021-01-24
[ruby/rdoc] Add links to the commits
Nobuyoshi Nakada
2021-01-24
[ruby/rdoc] Shorten commit hashes
Nobuyoshi Nakada
2021-01-24
[ruby/rdoc] Tweak log entry markdown
Nobuyoshi Nakada
2021-01-24
[ruby/rdoc] Make each commit entries h3
Nobuyoshi Nakada
2021-01-24
[ruby/rdoc] Support ChangeLog generated by `git log`
Nobuyoshi Nakada
2021-01-24
Add test for String#casecmp?
NARUSE, Yui
2021-01-24
[ruby/irb] Indent correctly with method calling with receiver
aycabta
2021-01-24
[ruby/irb] Indent correctly with keyword "for" and "in"
aycabta
2021-01-23
Warn the defined location as deprecation as well as the main message
Nobuyoshi Nakada
2021-01-23
Fix a warning
Kazuhiro NISHIYAMA
2021-01-23
Make reciprocal properly of non-integral rational [Bug #17572]
Nobuyoshi Nakada
2021-01-21
[ruby/matrix] Add `Matrix#rotate_entries` [#19]
Felix Wolfsteller
2021-01-21
[ruby/net-http] RubyVM::MJIT is deprecated, prefer RubyVM::JIT now
Nobuyoshi Nakada
2021-01-21
[ruby/erb] Warn safe_level and later args even without -w
Takashi Kokubun
2021-01-21
[ruby/erb] Make sure erb.rb in this repository is tested
Takashi Kokubun
2021-01-20
Skip freezing check on setting temporary class path [Bug #17563]
Nobuyoshi Nakada
2021-01-20
[ruby/irb] Remove pp-specific stub from TestColor
Takashi Kokubun
2021-01-20
[ruby/irb] Undefine unused constants
Takashi Kokubun
2021-01-20
[ruby/irb] Split test files for IRB::Color and IRB::ColorPrinter
Takashi Kokubun
2021-01-20
[ruby/erb] Prefer __dir__ to reduce ../
Takashi Kokubun
2021-01-20
Pend erb command tests for Ruby 2.5 for now
Takashi Kokubun
2021-01-19
Fixed premature return
Nobuyoshi Nakada
2021-01-19
[ruby/irb] Stub a screen size for test_context
Takashi Kokubun
2021-01-18
[ruby/irb] Support GitHub Actions
Takashi Kokubun
2021-01-18
[ruby/irb] Stub a screen size for tests
Takashi Kokubun
2021-01-18
Avoid suppressing unrelated warnings
Takashi Kokubun
2021-01-19
test/ruby/test_jit.rb: Avoid a warning
Yusuke Endoh
2021-01-19
test/ruby/test_pattern_matching.rb: Avoid a warning
Yusuke Endoh
2021-01-19
Mark pattern labels as unremoveable
Vladimir Dementyev
2021-01-18
Fix JIT link failures
Takashi Kokubun
2021-01-18
[ruby/irb] skip a failling test on TruffleRuby
Nobuhiro IMAI
2021-01-18
[ruby/irb] handle repeated exception separately
Nobuhiro IMAI
2021-01-18
[ruby/irb] handle `__ENCODING__` as a keyword as well
Nobuhiro IMAI
2021-01-18
[ruby/reline] Windows needs more times to wait rendering
aycabta
2021-01-18
[ruby/reline] Tests with yamatanooroti don't need chdir
aycabta
2021-01-17
Use the dedicated assertion
Nobuyoshi Nakada
2021-01-17
Warn Struct#initialize with only keyword args (#4070)
Takashi Kokubun
2021-01-17
Fix Ripper with heredoc.
manga_osyo
[next]