summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-06-15Prefer `enum yytokentype` to intNobuyoshi Nakada
2019-06-15Test for blank lines between leadinig dot method chainsJosh Cheek
2019-06-15Multiline method chain with leading dot works for blank linesJosh Cheek
2019-06-15Remove blank line I accidentally addedJosh Cheek
2019-06-15Test comments between multiline method chainJosh Cheek
2019-06-15Rename LINEND to EMPTYLNJosh Cheek
2019-06-15Omg, it works!Josh Cheek
2019-06-15* 2019-06-15git
2019-06-15test/net/imap/test_imap.rb: wait for the server thread to startYusuke Endoh
2019-06-14An operator is not allowed just after `|>`Nobuyoshi Nakada
2019-06-14Pipeline operator is experimental [ci skip]Kazuhiro NISHIYAMA
2019-06-14irb.rb: [DOC] the default prompt includes :PROMPT_N [ci skip]Nobuyoshi Nakada
2019-06-14Use Exception#full_message for tracebackNobuyoshi Nakada
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