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
2019-12-04
Make {Method,UnboundMethod}#super_method handle clone/bind/unbind
Jeremy Evans
2019-12-04
compile.c: trivial refactoring
Yusuke Endoh
2019-12-04
Revert "Regexp#match{?} with nil raises TypeError as String, Symbol (#1506)"
NARUSE, Yui
2019-12-04
Revert "Revert nil error and adding deprecation message"
NARUSE, Yui
2019-12-04
Revert "Improve warning message"
NARUSE, Yui
2019-12-04
Revert "Fix warnings in Regexp#{match,match?} specs"
NARUSE, Yui
2019-12-03
Make Enumerator::Chain#each treat lambdas as lambda
Jeremy Evans
2019-12-03
Do not lose existing constant visibility when autoloading
Jeremy Evans
2019-12-04
* 2019-12-04 [ci skip]
git
2019-12-03
Check interrupts before starting thread
Jeremy Evans
2019-12-03
fix typo
KOSAKI Motohiro
2019-12-03
vm_args.c: make the keyword deprecation message helpful
Yusuke Endoh
2019-12-03
tool/lib/test/unit/parallel.rb: fail explicitly when failing to get io
Yusuke Endoh
2019-12-03
Fixed the inverted condition
Nobuyoshi Nakada
2019-12-03
Wrap statements in AS_IF properly
Nobuyoshi Nakada
2019-12-03
Fix auto-indent behavior correctly
aycabta
2019-12-03
Fixed stack overflow [Bug #16382]
Nobuyoshi Nakada
2019-12-03
mjit.c: fix a mismatch of malloc'ed type
Yusuke Endoh
2019-12-02
Make more attempts to check for the precision of Process.times
Benoit Daloze
2019-12-03
* 2019-12-03 [ci skip]
git
2019-12-03
Support incremental search by last determined word
aycabta
2019-12-03
The C-r in vi command mode is also incremental search
aycabta
2019-12-02
Fix random failure on getusage-missing environments
Takashi Kokubun
2019-12-02
Fix Leaked file descriptor in test/did_you_mean
Kazuhiro NISHIYAMA
2019-12-01
Debug random failure of ruby-spec on ci.rvm.jp
Takashi Kokubun
2019-12-02
Revert "builtin_binary.inc needs miniruby itself for RubyVM.each_builtin"
Nobuyoshi Nakada
2019-12-02
builtin_binary.inc needs miniruby itself for RubyVM.each_builtin
Nobuyoshi Nakada
2019-12-02
Disable _FORTIFY_SOURCE on mingw for now
Nobuyoshi Nakada
2019-12-02
Wait for the main thread to start reading by Queue
Nobuyoshi Nakada
2019-12-01
Simplify variable declaration by C99
Takashi Kokubun
2019-12-02
Support incremental search again by C-r in incremental search
aycabta
2019-12-01
Check MJIT support in one place
Takashi Kokubun
2019-12-01
Skip --jit-debug= test on mswin
Takashi Kokubun
2019-12-02
Process Backspace key in incremental search correctly
aycabta
2019-12-02
Search history to back in the middle of histories
aycabta
2019-12-01
Avoid unnecessary tzset() call
KOSAKI Motohiro
2019-12-02
* 2019-12-02 [ci skip]
git
2019-12-02
Remove obsolete code
aycabta
2019-12-01
The ed_search_prev_history should always search to backward
aycabta
2019-12-01
Reline::HISTORY can take Range object
aycabta
2019-12-01
Update to ruby/spec@dcf4955
Benoit Daloze
2019-12-01
Update to ruby/mspec@aa28e95
Benoit Daloze
2019-12-01
[ruby/spec] Fix failures with LC_ALL=C
Nobuyoshi Nakada
2019-12-01
Constified mjit_init
Nobuyoshi Nakada
2019-12-01
Constified
Nobuyoshi Nakada
2019-12-01
Fix a mistake excluding NULL in the end
Takashi Kokubun
2019-12-01
Workaround missing strndup on Windows
Takashi Kokubun
2019-12-01
Use build dir for testing --jit-debug
Takashi Kokubun
2019-12-01
Allow specifying arbitrary MJIT flags by --jit-debug
Takashi Kokubun
2019-12-01
Fixed type of an index variable
Nobuyoshi Nakada
[next]