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
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-06-25
Removed nonsense `rubygems_version` in input gemspec files
Nobuyoshi Nakada
2020-06-25
[flori/json] add metadata
noraj
2020-06-25
[flori/json] Gem::Specification#date is set automatically by RubyGems.org.
Hiroshi SHIBATA
2020-06-25
[flori/json] keyword argument is provided after Ruby 2.0+
Hiroshi SHIBATA
2020-06-24
Do not JIT inline builtin methods
Takashi Kokubun
2020-06-24
Run a TracePoint test in an insolated process
Takashi Kokubun
2020-06-24
[ci skip] Enhanced RDoc for Array (#3252)
Burdette Lamar
2020-06-25
Drop token info for endless method definition
Nobuyoshi Nakada
2020-06-25
[ripper] added endless method definition event tests
Nobuyoshi Nakada
2020-06-25
* 2020-06-25 [ci skip]
git
2020-06-25
AST.of needs SCRIPT_LINES__ filled with a newline
Nobuyoshi Nakada
2020-06-24
[ripper] fix mismatched indentations warning [Bug #16981]
Nobuyoshi Nakada
2020-06-24
[ripper] fail unless got warning as expected
Nobuyoshi Nakada
2020-06-24
Fix a random test failure by TracePoint
Takashi Kokubun
2020-06-23
Add another missing cast
Takashi Kokubun
2020-06-23
Include workflow name in a notification of Compilations
Takashi Kokubun
2020-06-23
Add missing cast
Takashi Kokubun
2020-06-23
Annotate Kernel#class as inline (#3250)
Takashi Kokubun
2020-06-23
Trace :return of builtin methods
Takashi Kokubun
2020-06-24
* 2020-06-24 [ci skip]
git
2020-06-24
Fix RubyVM::AbstractSyntaxTree document
Masataka Pocke Kuwabara
2020-06-23
[ci skip] Enhanced RDoc for Array (#3237)
Burdette Lamar
2020-06-23
Avoid generating opt_send with cfunc cc with JIT
Takashi Kokubun
2020-06-23
lldb_cruby.py: show the sign of Bignum [ci skip]
Nobuyoshi Nakada
2020-06-23
[ruby/psych] Fixup 05d7e818a6abe3ee1c56b6be92f086647d73141c
Hiroshi SHIBATA
2020-06-23
[ruby/psych] Bump version strings for header file
Hiroshi SHIBATA
2020-06-23
[ruby/psych] Bump libyaml version to 0.2.5
Hiroshi SHIBATA
2020-06-23
[ruby/psych] Fix anchor lookup with symbolized names
Jean Boussier
2020-06-23
Match the output without encoding for localized compilers
Nobuyoshi Nakada
2020-06-23
Improved error messages for mjit option
Nobuyoshi Nakada
2020-06-23
Removed execpath argument of path_check_0 as always TRUE now
Nobuyoshi Nakada
2020-06-23
Removed fpath_check, no longer used since taint flag was removed
Nobuyoshi Nakada
2020-06-22
Convert RMoved to a doubly linked list
Aaron Patterson
2020-06-22
Skip test_read_body_block_mod for --jit-wait
Takashi Kokubun
2020-06-23
* 2020-06-23 [ci skip]
git
2020-06-23
Ignore configurations in un-built extension libraries
Nobuyoshi Nakada
2020-06-22
Fix Encoding::CompatibilityError in `FileUtils::Entry_#join`
Kazuhiro NISHIYAMA
2020-06-22
Fix typos
Kazuhiro NISHIYAMA
2020-06-22
Revert d231b8f95b35d8a344cec4f62d7bbdf360a70e1c and add debug print
Kazuhiro NISHIYAMA
2020-06-22
Compile opt_send for opt_* only when cc has ISeq
Takashi Kokubun
2020-06-22
Use filesystem encoding for file path only
Kazuhiro NISHIYAMA
2020-06-22
Add tests of nested multibyte path and DirectoryIndex
Kazuhiro NISHIYAMA
2020-06-22
Fix remove_entry error when path encoding is not compatible UTF-8
Kazuhiro NISHIYAMA
2020-06-22
Check symlink in tmpdir and do not use empty path
Kazuhiro NISHIYAMA
2020-06-22
Share warmup logic across MJIT benchmarks
Takashi Kokubun
2020-06-22
The RUBYOPT= comment is no longer needed
Takashi Kokubun
2020-06-22
Stop relying on `make benchmark`'s `-I$(srcdir)/benchmark/lib`
Takashi Kokubun
2020-06-21
Try increasing read_timeout a little more
Takashi Kokubun
2020-06-21
Increase read_timeout for --jit-wait
Takashi Kokubun
2020-06-22
Use canary cond also if not VM_CHECK_MODE to suppress warnings
Nobuyoshi Nakada
[next]