summaryrefslogtreecommitdiff
path: root/test/ruby/test_parse.rb
AgeCommit message (Expand)Author
2017-09-26Suppress warnings by other than self-assignmentsnobu
2017-09-19parse.y: lex by lvarnobu
2017-08-17parse.y: unexpected tINTEGER messagenobu
2017-08-13parse.y: set used flag in gettablenobu
2017-07-25parse.y: limit codepoint lengthnobu
2017-07-17parse.y: refine literal error messagesnobu
2017-07-16parse.y: refine invalid Unicode escape messagenobu
2017-07-16parse.y: utf-8 codepointsnobu
2017-07-16Use assert_syntax_errornobu
2017-07-15parse.y: refine error messagesnobu
2017-06-28parse.y: fix tokennobu
2017-06-28parse.y: add ellipsisnobu
2017-06-28parse.y: flush numeric tokennobu
2017-06-28parse.y: fix parser_yyerrornobu
2017-06-23parse.y: should not warn op method callnobu
2017-06-23parse.y: check multibyte charnobu
2017-05-04parse.y: make shared string modifiablenobu
2017-04-29node.h: sign-extendnobu
2017-04-28parse.y: fix line in rescuenobu
2017-04-24parse.y: args tail at errornobu
2016-12-14parse.y: fix yyerror messagenobu
2016-12-11parse.y: zero codepointsnobu
2016-08-13parse.y: rescue modifier in rhs of op asgnnobu
2016-08-10parse.y: rescue modifier in rhsnobu
2016-06-13parse.y: no named capture conflict warningsnobu
2016-04-13parse.y: massign in condnobu
2016-02-19test/ruby: suppress parser warningsnobu
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-08-11parse.y: optional superclassnobu
2015-05-22test_parse.rb: move assertionsnobu
2015-05-13parse.y: refine message for gvar w/o identitirsnobu
2015-05-13test_parse.rb: fix variable namenobu
2014-12-31parse.y: disable past scope warningsnobu
2014-12-25parse.y: warn past scope variablenobu
2014-11-01parse.y: invalid instance/class variable namesnobu
2014-08-13parse.y: preserve encodingsnobu
2014-08-13test_parse.rb: for warningsnobu
2014-08-07parse.y: fix invalid char in evalnobu
2014-03-05* test/ruby: get rid of warnings.usa
2013-12-13test/ruby: better assertionsnobu
2013-11-29* lib/webrick/httpauth/digestauth.rb: Fix typo in an error message.a_matsuda
2013-08-03Fix test failure to follow r42347 ref #3753naruse
2013-05-10parse.y: invalid name as mere stringnobu
2012-12-24scoped constant op-assignmentnobu
2012-11-06* ruby.c (load_file_internal): set default source encoding asnaruse
2012-10-25revert r37326 "remove string literal concatenation"nobu
2012-10-25remove string literal concatenationnobu
2012-09-15test_parse.rb: eval locationsnobu
2012-03-16fix argument ordernobu
2011-12-13* parse.y (primary): point method name line. [ruby-core:40936]nobu