summaryrefslogtreecommitdiff
path: root/test/ruby/test_syntax.rb
AgeCommit message (Expand)Author
2016-01-18parse.y: escaped newline in dedenting heredocnobu
2016-01-17test_syntax.rb: try allnobu
2016-01-16parse.y: should not deent concatenated stringnobu
2016-01-15parse.y: should not deent concatenated stringnobu
2015-12-31parse.y: single-quote indented heredocnobu
2015-12-20test_syntax.rb: assertions for other heredocsnobu
2015-12-20parse.y: labeled heredocnobu
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-12-13* test/ruby/test_syntax.rb: fix typo in testyugui
2015-12-13* parse.y (parse_percent): Allow %-literals in labeled arg asyugui
2015-12-07parse.y: indented hereocnobu
2015-11-22compile.c: move logop DCEnobu
2015-11-12parse.y: ANDDOT fluent interfacenobu
2015-11-06parse.y: fix segv after invalid keyword argumentnobu
2015-11-01parse.y: invalid symbolnobu
2015-09-26test_syntax.rb: splitnobu
2015-08-18parse.y: fix labelargnobu
2015-08-17parse.y: fix block after conditionalnobu
2015-07-23parse.y: pop cmdargnobu
2015-05-29parse.y: check NTH_REF rangenobu
2015-04-30parse.y: %-string cannot be a labelnobu
2015-04-30parse.y: push cmdarg_stacknobu
2015-04-12parse.y: null by syntax errornobu
2015-03-13parse.y: empty parennobu
2015-01-09parse.y: eliminate empty hashesnobu
2014-12-14parse.y: warn reference after method definitionnobu
2014-12-03iseq.c: avoid segfault on incomplete iseqnormal
2014-11-26parse.y: fix invalid keyword argumentnobu
2014-11-13* test/lib/envutil.rb: Moved from test/ruby/.akr
2014-10-29parse.y: reset current_arg after block varnobu
2014-10-29parse.y: warn iside a blocknobu
2014-10-29parse.y: warn circular argument referencenobu
2014-10-12parse.y: should not eliminate value nodesnobu
2014-10-11vm.c: precedence of duplicated keysnobu
2014-10-11parse.y: precedence of duplicated keysnobu
2014-10-08* test/ruby/test_syntax.rb: added syntax tests of underscore arguments.hsbt
2014-08-09test_syntax.rb: fix tempfile leaksnobu
2014-08-06parse.y: preserve encodingnobu
2014-06-10envutil.rb: use keyword argumentnobu
2014-05-27parse.y: refine error messagenobu
2014-04-19parse.y: allow parenthesed do-block in cmdargnobu
2014-03-05parse.y: optional arguments in rhsnobu
2013-12-27parse.y: save cmdarg_stack in local scopenobu
2013-08-26parse.y: warn CRnobu
2013-08-12parse.y: CR in middlenobu
2013-08-02* vm.c (m_core_define_method, m_core_define_singleton_method): nowusa
2013-07-26parse.y: separate numeric literalnobu
2013-04-27test_syntax.rb: split test_syntaxnobu
2013-04-05compile.c: defined? with empty expressionnobu
2013-03-26test_syntax.rb: fix test errornobu