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
/
tool
/
lib
Age
Commit message (
Expand
)
Author
2022-11-13
Try to overwrite the file in VPATH if possible
Nobuyoshi Nakada
2022-11-07
jobserver option may not be at the last
Nobuyoshi Nakada
2022-11-07
Set `autoclose:` for inherited FDs only [ci skip]
Nobuyoshi Nakada
2022-11-06
GNU make 4.4 now uses a fifo for the jobserver
Nobuyoshi Nakada
2022-11-04
Don't report changed ENV caused by Bundler
Peter Zhu
2022-11-02
Fix crash in test runner on timeout
Peter Zhu
2022-11-02
file2lastrev.rb: try to overwrite the found revision.h as before
Nobuyoshi Nakada
2022-11-02
file2lastrev.rb: separate options for `Output` and `VPath`
Nobuyoshi Nakada
2022-11-01
output.rb: extract from generic_erb.rb
Nobuyoshi Nakada
2022-11-01
colorize.rb: support for NO_COLOR
Nobuyoshi Nakada
2022-11-01
vpath.rb: tweak --vpath option message
Nobuyoshi Nakada
2022-11-01
vcs.rb: do not reference the constant before assignment
Nobuyoshi Nakada
2022-10-30
vcs.rb: copy safe directory configuration
Nobuyoshi Nakada
2022-10-30
vcs.rb: prettify debug print
Nobuyoshi Nakada
2022-09-30
Add `--zone` option to `VCS`
Nobuyoshi Nakada
2022-09-30
Introduce `VCS::Null` for fallback
Nobuyoshi Nakada
2022-09-30
Check for the availability of the command when detecting
Nobuyoshi Nakada
2022-09-30
Pull up `VCS.short_revision` from `VCS::SVN`
Nobuyoshi Nakada
2022-09-17
Remove git command existence check again
Takashi Kokubun
2022-09-17
Fallback to VCS.release_date on VCS::NotFoundError
Takashi Kokubun
2022-09-17
Auto-generate the release date on version.h from git CommitDate (#6382)
Takashi Kokubun
2022-09-14
Replace "Fixes"/"Fixed" in commit logs as well as vcs.rb [ci skip]
Nobuyoshi Nakada
2022-09-10
Enable deprecation warnings for test-all
Benoit Daloze
2022-09-01
VCS#revision_header: Make arguments optional
Nobuyoshi Nakada
2022-09-01
Update revision.h in packages using `VCS#revision_header`
Nobuyoshi Nakada
2022-09-01
Extract `VCS#revision_header`
Nobuyoshi Nakada
2022-09-01
Fix test fail with assert_ractor outside of ruby/ruby repo
Hiroshi SHIBATA
2022-08-19
Allow strings in assert_pattern_list
Nobuyoshi Nakada
2022-08-05
Load gemspec file at that directory
Nobuyoshi Nakada
2022-08-05
Move to tool/lib/bundled_gem.rb
Nobuyoshi Nakada
2022-07-05
Add `--stdout-on-failure`, the reverse of `--stderr-on-failure`
Nobuyoshi Nakada
2022-07-05
Separate failed output option
Nobuyoshi Nakada
2022-06-25
Prevent accidental use of assert_raises
Nobuyoshi Nakada
2022-06-22
vcs.rb: ignore configuration files get rid of aliases [ci skip]
Nobuyoshi Nakada
2022-06-22
vcs.rb: just one log to check if `--date` option works [ci skip]
Nobuyoshi Nakada
2022-06-22
vcs.rb: show diagnostic/progressing messages when debugging [ci skip]
Nobuyoshi Nakada
2022-05-25
Hack to avoid leak checker
Nobuyoshi Nakada
2022-05-20
Rename test_jit to test_mjit
Takashi Kokubun
2022-04-20
Added assert_true and assert_false same as test-unit gem
Hiroshi SHIBATA
2022-04-06
Copyedit parallel test harness crash message
Alan Wu
2022-04-06
Copyedit parallel test harness crash message
Alan Wu
2022-04-05
Try to fix NoMethodError on slow environments
Kazuhiro NISHIYAMA
2022-02-25
[ruby/date] Use `assert_deprecated_warn`
Nobuyoshi Nakada
2022-02-16
fix parallel test timeout retrying
Koichi Sasada
2022-01-27
[ruby/logger] Fix log rotation inter-process lock failed.
Jesse Chavez
2022-01-26
add `--stderr-on-failure` option to test-all
Koichi Sasada
2022-01-25
[ruby/pathname] Officially drop support for ruby 2.6 or older
David RodrÃguez
2022-01-19
remain `RUBY_ON_BUG` for child processes.
Koichi Sasada
2022-01-17
Removed skip alias in test suite
Hiroshi SHIBATA
2021-12-13
Prepare for removing RubyVM::JIT (#5262)
Takashi Kokubun
[next]