aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tool/redmine-backporter.rb: Change redmine git revisions URL path.nagachika2019-06-161-2/+2
* * 2019-06-16git2019-06-161-1/+1
* tool/redmine-backporter.rb: Add parens to fix condition for svn revision search.nagachika2019-06-161-1/+1
* Revert github/pull/2230, commit missNobuyoshi Nakada2019-06-152-47/+1
* Prefer `enum yytokentype` to intNobuyoshi Nakada2019-06-152-5/+5
* Test for blank lines between leadinig dot method chainsJosh Cheek2019-06-151-0/+32
* Multiline method chain with leading dot works for blank linesJosh Cheek2019-06-152-2/+3
* Remove blank line I accidentally addedJosh Cheek2019-06-151-1/+0
* Test comments between multiline method chainJosh Cheek2019-06-151-0/+7
* Rename LINEND to EMPTYLNJosh Cheek2019-06-151-4/+4
* Omg, it works!Josh Cheek2019-06-151-1/+8
* * 2019-06-15git2019-06-151-1/+1
* test/net/imap/test_imap.rb: wait for the server thread to startYusuke Endoh2019-06-151-14/+29
* An operator is not allowed just after `|>`Nobuyoshi Nakada2019-06-142-4/+5
* Pipeline operator is experimental [ci skip]Kazuhiro NISHIYAMA2019-06-141-1/+1
* irb.rb: [DOC] the default prompt includes :PROMPT_N [ci skip]Nobuyoshi Nakada2019-06-141-0/+1
* Use Exception#full_message for tracebackNobuyoshi Nakada2019-06-141-7/+1
* Remove debug printaycabta2019-06-141-4/+0
* Set allow_escape_code for promptaycabta2019-06-141-10/+10
* Use Reline.prompt_proc in IRBaycabta2019-06-143-6/+29
* * 2019-06-14git2019-06-141-1/+1
* Add Reline.prompt_procaycabta2019-06-142-12/+72
* test/webrick/test_ssl_server.rb: Use EnvUtil.timeout for timeout scale factorYusuke Endoh2019-06-131-1/+1
* test/lib/test/unit/assertions.rb (assert_cpu_usage_low): tweak the waitYusuke Endoh2019-06-131-1/+1
* Continue to the next line beginning with a pipelineNobuyoshi Nakada2019-06-132-1/+3
* parse.y: moved pipeline to exprNobuyoshi Nakada2019-06-132-18/+32
* 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