summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-06-14Remove debug printaycabta
2019-06-14Set allow_escape_code for promptaycabta
2019-06-14Use Reline.prompt_proc in IRBaycabta
2019-06-14* 2019-06-14git
2019-06-14Add Reline.prompt_procaycabta
2019-06-13test/webrick/test_ssl_server.rb: Use EnvUtil.timeout for timeout scale factorYusuke Endoh
2019-06-13test/lib/test/unit/assertions.rb (assert_cpu_usage_low): tweak the waitYusuke Endoh
2019-06-13Continue to the next line beginning with a pipelineNobuyoshi Nakada
2019-06-13parse.y: moved pipeline to exprNobuyoshi Nakada
2019-06-13Add pipeline operator [Feature #15799]Nobuyoshi Nakada
2019-06-13IO#set_encoding_by_bomNobuyoshi Nakada
2019-06-13* expand tabs.git
2019-06-13remove 2 redundant calls to rb_str_dupLuke Gruber
2019-06-13squeeze space [ci skip]Kazuhiro NISHIYAMA
2019-06-13add comments to mention sort.reverse!Martin Dürst
2019-06-13Clarify the Ruby version support status in IRB moreTakashi Kokubun
2019-06-13* 2019-06-13git
2019-06-13make sync-default-gems GEM=irbTakashi Kokubun
2019-06-12Another incomplete string caseNobuyoshi Nakada
2019-06-12Ripper::Lexer: fallback parse error token to the previous oneNobuyoshi Nakada
2019-06-12Treat "begin rescue end" correctlyaycabta
2019-06-11do_mutex_lock: release mutex before checking for interrupts (fixes issue 15360)Neeraj Bhunwal
2019-06-11Fix SystemStackError when calling a method in an unused refinementJeremy Evans
2019-06-12* 2019-06-12git
2019-06-12* expand tabs.git
2019-06-11Add compaction support for more types.Aaron Patterson
2019-06-11assert_cpu_usage_low with timeout scaleNobuyoshi Nakada
2019-06-11MIN_HZ and MIN_MEASURABLE constantsNobuyoshi Nakada
2019-06-11Generalize timeout_scaleNobuyoshi Nakada
2019-06-11Refined syntax error messagesNobuyoshi Nakada
2019-06-11&. is not allowed inside LHS of massignNobuyoshi Nakada
2019-06-11Fail test if load ~/.irbrcKazuhiro NISHIYAMA
2019-06-11Fixed the code-style with the upstream rule.Hiroshi SHIBATA
2019-06-11test/lib/test/unit/assertions.rb (assert_cpu_usage_low): Relax the limitYusuke Endoh
2019-06-11* expand tabs.git
2019-06-11ext/socket/ipsocket.c: Use SO_REUSEADDR for local_host/portYusuke Endoh
2019-06-11test/net/http/test_http.rb: Extend the timeoutYusuke Endoh
2019-06-11* 2019-06-11git
2019-06-11Use checktype for performanceKazuki Tsujimoto
2019-06-10Use UTC for file2lastrev timezoneTakashi Kokubun
2019-06-10Make file2lastrev timezone consistent with git logTakashi Kokubun
2019-06-10Make sure to suppress .irbrc on benchmarkTakashi Kokubun
2019-06-10irb/cmd/help.rb: return nil after the redefinitionNobuyoshi Nakada
2019-06-10irb: defer requiring rdoc to improve the start up timeNobuyoshi Nakada
2019-06-10Add a benchmark of irb boot timeTakashi Kokubun
2019-06-10* 2019-06-10git
2019-06-10Resolv specs should pass on Windows nowBenoit Daloze
2019-06-10Fix Resolv specs to not depend on a system /etc/hosts fileBenoit Daloze
2019-06-09Added missing dependency for rake examples.Hiroshi SHIBATA
2019-06-09Fixed wrong BUNDLE_BIN_PATH for ruby core.Hiroshi SHIBATA