aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add pipeline operator [Feature #15799]Nobuyoshi Nakada2019-06-136-1/+47
* IO#set_encoding_by_bomNobuyoshi Nakada2019-06-133-3/+56
* * expand tabs.git2019-06-131-1/+1
* remove 2 redundant calls to rb_str_dupLuke Gruber2019-06-132-2/+2
* squeeze space [ci skip]Kazuhiro NISHIYAMA2019-06-131-1/+1
* add comments to mention sort.reverse!Martin Dürst2019-06-132-0/+9
* Clarify the Ruby version support status in IRB moreTakashi Kokubun2019-06-131-13/+19
* * 2019-06-13git2019-06-131-1/+1
* make sync-default-gems GEM=irbTakashi Kokubun2019-06-137-50/+94
* Another incomplete string caseNobuyoshi Nakada2019-06-121-0/+2
* Ripper::Lexer: fallback parse error token to the previous oneNobuyoshi Nakada2019-06-123-3/+13
* Treat "begin rescue end" correctlyaycabta2019-06-121-1/+1
* do_mutex_lock: release mutex before checking for interrupts (fixes issue 15360)Neeraj Bhunwal2019-06-111-1/+5
* Fix SystemStackError when calling a method in an unused refinementJeremy Evans2019-06-112-1/+36
* * 2019-06-12git2019-06-121-1/+1
* * expand tabs.git2019-06-123-22/+22
* Add compaction support for more types.Aaron Patterson2019-06-115-14/+103
* assert_cpu_usage_low with timeout scaleNobuyoshi Nakada2019-06-112-9/+18
* MIN_HZ and MIN_MEASURABLE constantsNobuyoshi Nakada2019-06-111-4/+6
* Generalize timeout_scaleNobuyoshi Nakada2019-06-114-16/+17
* Refined syntax error messagesNobuyoshi Nakada2019-06-112-4/+4
* &. is not allowed inside LHS of massignNobuyoshi Nakada2019-06-112-0/+11
* Fail test if load ~/.irbrcKazuhiro NISHIYAMA2019-06-111-0/+1
* Fixed the code-style with the upstream rule.Hiroshi SHIBATA2019-06-111-4/+4
* test/lib/test/unit/assertions.rb (assert_cpu_usage_low): Relax the limitYusuke Endoh2019-06-111-1/+1
* * expand tabs.git2019-06-111-3/+3
* ext/socket/ipsocket.c: Use SO_REUSEADDR for local_host/portYusuke Endoh2019-06-111-0/+5
* test/net/http/test_http.rb: Extend the timeoutYusuke Endoh2019-06-111-2/+2
* * 2019-06-11git2019-06-111-1/+1
* Use checktype for performanceKazuki Tsujimoto2019-06-111-4/+2
* Use UTC for file2lastrev timezoneTakashi Kokubun2019-06-101-2/+2
* Make file2lastrev timezone consistent with git logTakashi Kokubun2019-06-101-4/+1
* Make sure to suppress .irbrc on benchmarkTakashi Kokubun2019-06-101-2/+2
* irb/cmd/help.rb: return nil after the redefinitionNobuyoshi Nakada2019-06-101-0/+1
* irb: defer requiring rdoc to improve the start up timeNobuyoshi Nakada2019-06-102-7/+10
* Add a benchmark of irb boot timeTakashi Kokubun2019-06-101-0/+10
* * 2019-06-10git2019-06-101-1/+1
* Resolv specs should pass on Windows nowBenoit Daloze2019-06-104-26/+18
* Fix Resolv specs to not depend on a system /etc/hosts fileBenoit Daloze2019-06-105-15/+16
* Added missing dependency for rake examples.Hiroshi SHIBATA2019-06-091-1/+1
* Fixed wrong BUNDLE_BIN_PATH for ruby core.Hiroshi SHIBATA2019-06-091-1/+1
* Added the condition for ruby_core repository.Hiroshi SHIBATA2019-06-092-2/+15
* Revert to change for filelist of bundler gemspec.Hiroshi SHIBATA2019-06-091-3/+3
* Merge bundler master from upstream.Hiroshi SHIBATA2019-06-09155-1594/+1312
* Make Resolv::DNS#each_name accept Resolv::IPv{4,6} argumentsJeremy Evans2019-06-082-0/+26
* * 2019-06-09git2019-06-091-1/+1
* Split test_strip_bom for each encodingNobuyoshi Nakada2019-06-091-12/+34
* Add tests of the encoding with BOMNobuyoshi Nakada2019-06-091-4/+4
* Make RUBY_RELEASE_DATE full on developmentNobuyoshi Nakada2019-06-081-0/+11
* Suppress warnings by gcc 9.1Nobuyoshi Nakada2019-06-083-7/+8