summaryrefslogtreecommitdiff
path: root/test/ruby/test_syntax.rb
AgeCommit message (Expand)Author
2017-02-26parse.y: indent at invalid identifiernobu
2017-01-19parse.y: rescue/else/ensure in do-endnobu
2017-01-12immediate message mode of compile errornobu
2017-01-10compile.c: check compilenobu
2016-12-26parse.y: preserve cmdarg stacknobu
2016-12-21compile.c: toplevel returnnobu
2016-12-16multiline heredoc identifiernobu
2016-12-15parse.y: newline in heredoc identifiernobu
2016-10-29parse.y: !-operator warningnobu
2016-09-27parse.y: fix up r56198nobu
2016-09-27test_syntax.rb: more test_warn_balancednobu
2016-09-21parse.y: preserve cmdarg_stacknobu
2016-09-21parse.y: do after cmdarg in parennobu
2016-08-19parse.y: lparen_arg statementnobu
2016-06-07test_syntax.rb: formal argument name testsnobu
2016-03-16parse.y: symbol literals for alias/undefnobu
2016-02-19test/ruby: suppress runtime warningsnobu
2016-02-19test/ruby: suppress parser warningsnobu
2016-02-15parse.y: kwarg to method with same name variablenobu
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