aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_syntax.rb
Commit message (Expand)AuthorAgeFilesLines
* parse.y: symbol literals for alias/undefnobu2016-03-161-0/+24
* test/ruby: suppress runtime warningsnobu2016-02-191-10/+10
* test/ruby: suppress parser warningsnobu2016-02-191-4/+4
* parse.y: kwarg to method with same name variablenobu2016-02-151-0/+7
* parse.y: escaped newline in dedenting heredocnobu2016-01-181-0/+9
* test_syntax.rb: try allnobu2016-01-171-4/+7
* parse.y: should not deent concatenated stringnobu2016-01-161-1/+13
* parse.y: should not deent concatenated stringnobu2016-01-151-0/+9
* parse.y: single-quote indented heredocnobu2015-12-311-58/+58
* test_syntax.rb: assertions for other heredocsnobu2015-12-201-0/+4
* parse.y: labeled heredocnobu2015-12-201-0/+6
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * test/ruby/test_syntax.rb: fix typo in testyugui2015-12-131-1/+1
* * parse.y (parse_percent): Allow %-literals in labeled arg asyugui2015-12-131-0/+6
* parse.y: indented hereocnobu2015-12-071-0/+88
* compile.c: move logop DCEnobu2015-11-221-0/+12
* parse.y: ANDDOT fluent interfacenobu2015-11-121-0/+5
* parse.y: fix segv after invalid keyword argumentnobu2015-11-061-0/+10
* parse.y: invalid symbolnobu2015-11-011-0/+6
* test_syntax.rb: splitnobu2015-09-261-2/+11
* parse.y: fix labelargnobu2015-08-181-0/+6
* parse.y: fix block after conditionalnobu2015-08-171-0/+6
* parse.y: pop cmdargnobu2015-07-231-0/+5
* parse.y: check NTH_REF rangenobu2015-05-291-0/+7
* parse.y: %-string cannot be a labelnobu2015-04-301-0/+9
* parse.y: push cmdarg_stacknobu2015-04-301-0/+5
* parse.y: null by syntax errornobu2015-04-121-0/+2
* parse.y: empty parennobu2015-03-131-0/+6
* parse.y: eliminate empty hashesnobu2015-01-091-0/+7
* parse.y: warn reference after method definitionnobu2014-12-141-0/+10
* iseq.c: avoid segfault on incomplete iseqnormal2014-12-031-0/+4
* parse.y: fix invalid keyword argumentnobu2014-11-261-0/+6
* * test/lib/envutil.rb: Moved from test/ruby/.akr2014-11-131-2/+1
* parse.y: reset current_arg after block varnobu2014-10-291-0/+10
* parse.y: warn iside a blocknobu2014-10-291-0/+40
* parse.y: warn circular argument referencenobu2014-10-291-4/+12
* parse.y: should not eliminate value nodesnobu2014-10-121-0/+15
* vm.c: precedence of duplicated keysnobu2014-10-111-4/+4
* parse.y: precedence of duplicated keysnobu2014-10-111-0/+4
* * test/ruby/test_syntax.rb: added syntax tests of underscore arguments.hsbt2014-10-081-0/+11
* test_syntax.rb: fix tempfile leaksnobu2014-08-091-2/+4
* parse.y: preserve encodingnobu2014-08-061-0/+6
* envutil.rb: use keyword argumentnobu2014-06-101-3/+3
* parse.y: refine error messagenobu2014-05-271-0/+9
* parse.y: allow parenthesed do-block in cmdargnobu2014-04-191-0/+5
* parse.y: optional arguments in rhsnobu2014-03-051-0/+24
* parse.y: save cmdarg_stack in local scopenobu2013-12-271-0/+5
* parse.y: warn CRnobu2013-08-261-0/+7
* parse.y: CR in middlenobu2013-08-121-0/+8
* * vm.c (m_core_define_method, m_core_define_singleton_method): nowusa2013-08-021-0/+7