summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-06-17Fix wrong "void value expression" errorNobuyoshi Nakada
2019-06-17Fix wrong "void value expression" errorNobuyoshi Nakada
2019-06-17* 2019-06-17git
2019-06-17Support Bison 3Nobuyoshi Nakada
2019-06-16Fix memory leakNobuyoshi Nakada
2019-06-16* expand tabs.git
2019-06-16Revert "Make constant assignments more conforming to JIS X 3017:2013 11.4.2.2.3"Yusuke Endoh
2019-06-16* expand tabs.git
2019-06-16Make constant assignments more conforming to JIS X 3017:2013 11.4.2.2.3Yuki Yugui Sonoda
2019-06-16Implement line_no correctlyaycabta
2019-06-16tool/redmine-backporter.rb: Change redmine git revisions URL path.nagachika
2019-06-16* 2019-06-16git
2019-06-16tool/redmine-backporter.rb: Add parens to fix condition for svn revision search.nagachika
2019-06-15Revert github/pull/2230, commit missNobuyoshi Nakada
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