summaryrefslogtreecommitdiff
path: root/test/ruby/test_parse.rb
AgeCommit message (Expand)Author
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
2010-05-29* parse.y (parser_tokadd_utf8, parser_tokadd_string): allow NULnobu
2010-04-21* parse.y (parser_yylex): abandoned EXPR_VCALL.nobu
2010-04-20* parse.y (lex_state_e, IS_END, IS_SPCARG, parser_yylex): separatenobu
2010-04-20* test/ruby: make more ruby-mode.el friendly.nobu
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2008-09-06* test/ruby/test_parse.rb (TestParse): update a test not to usematz
2008-06-29* test/ruby/test_parse.rb: remove tests for open_args.mame
2008-05-01* test/ruby/test_parse.rb (TestParse::test_void_expr_stmts_value):matz
2008-04-17* enc/trans/utf_16_32.c (fun_so_to_utf_16be, fun_so_to_utf_16le): addmame
2008-04-14* re.c (rb_reg_search): make search reentrant. [ruby-dev:34223]matz
2008-04-13* test/ruby/test_parse.rb: add tests to achieve over 95% test coveragemame