aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_parse.rb
Commit message (Expand)AuthorAgeFilesLines
* parse.y: unexpected tINTEGER messagenobu2017-08-171-0/+3
* parse.y: set used flag in gettablenobu2017-08-131-0/+3
* parse.y: limit codepoint lengthnobu2017-07-251-0/+2
* parse.y: refine literal error messagesnobu2017-07-171-3/+15
* parse.y: refine invalid Unicode escape messagenobu2017-07-161-1/+4
* parse.y: utf-8 codepointsnobu2017-07-161-0/+3
* Use assert_syntax_errornobu2017-07-161-12/+4
* parse.y: refine error messagesnobu2017-07-151-4/+10
* parse.y: fix tokennobu2017-06-281-0/+8
* parse.y: add ellipsisnobu2017-06-281-0/+9
* parse.y: flush numeric tokennobu2017-06-281-0/+6
* parse.y: fix parser_yyerrornobu2017-06-281-0/+6
* parse.y: should not warn op method callnobu2017-06-231-0/+1
* parse.y: check multibyte charnobu2017-06-231-0/+2
* parse.y: make shared string modifiablenobu2017-05-041-0/+10
* node.h: sign-extendnobu2017-04-291-0/+10
* parse.y: fix line in rescuenobu2017-04-281-0/+13
* parse.y: args tail at errornobu2017-04-241-0/+7
* parse.y: fix yyerror messagenobu2016-12-141-0/+5
* parse.y: zero codepointsnobu2016-12-111-3/+0
* parse.y: rescue modifier in rhs of op asgnnobu2016-08-131-6/+78
* parse.y: rescue modifier in rhsnobu2016-08-101-0/+10
* parse.y: no named capture conflict warningsnobu2016-06-131-2/+2
* parse.y: massign in condnobu2016-04-131-1/+1
* test/ruby: suppress parser warningsnobu2016-02-191-4/+4
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* parse.y: optional superclassnobu2015-08-111-2/+2
* test_parse.rb: move assertionsnobu2015-05-221-20/+0
* parse.y: refine message for gvar w/o identitirsnobu2015-05-131-0/+19
* test_parse.rb: fix variable namenobu2015-05-131-1/+1
* parse.y: disable past scope warningsnobu2014-12-311-0/+2
* parse.y: warn past scope variablenobu2014-12-251-0/+4
* parse.y: invalid instance/class variable namesnobu2014-11-011-0/+2
* parse.y: preserve encodingsnobu2014-08-131-0/+6
* test_parse.rb: for warningsnobu2014-08-131-0/+14
* parse.y: fix invalid char in evalnobu2014-08-071-1/+4
* * test/ruby: get rid of warnings.usa2014-03-051-1/+0
* test/ruby: better assertionsnobu2013-12-131-1/+1
* * lib/webrick/httpauth/digestauth.rb: Fix typo in an error message.a_matsuda2013-11-291-1/+1
* Fix test failure to follow r42347 ref #3753naruse2013-08-031-7/+1
* parse.y: invalid name as mere stringnobu2013-05-101-4/+17
* scoped constant op-assignmentnobu2012-12-241-1/+3
* * ruby.c (load_file_internal): set default source encoding asnaruse2012-11-061-0/+1
* revert r37326 "remove string literal concatenation"nobu2012-10-251-1/+1
* remove string literal concatenationnobu2012-10-251-1/+1
* test_parse.rb: eval locationsnobu2012-09-151-58/+58
* fix argument ordernobu2012-03-161-1/+1
* * parse.y (primary): point method name line. [ruby-core:40936]nobu2011-12-131-0/+14
* * parse.y (parser_tokadd_utf8, parser_tokadd_string): allow NULnobu2010-05-291-6/+8
* * parse.y (parser_yylex): abandoned EXPR_VCALL.nobu2010-04-211-24/+0