aboutsummaryrefslogtreecommitdiffstats
path: root/parse.y
Commit message (Expand)AuthorAgeFilesLines
* * compile.c (make_name_for_block): use PRIsVALUE in format stringcharliesome2013-06-241-4/+3
* parse.y: clear lex_strtermnobu2013-06-181-1/+1
* parse.y: non-shady ruby_debug_linesnobu2013-06-121-3/+3
* * internal.h (numberof): Gathered from various files.akr2013-06-071-2/+0
* fill rdocsnobu2013-06-021-0/+1
* parse.y: fix argument typenobu2013-05-141-1/+1
* * include/ruby/ruby.h: constify RBasic::klass and addko12013-05-131-4/+4
* * *.c, parse.y, insns.def: use RARRAY_AREF/ASET macroko12013-05-131-1/+1
* parse.y: invalid name as mere stringnobu2013-05-101-28/+75
* parse.y: lex_state macrosnobu2013-05-101-5/+5
* parse.y: fail if invalid namenobu2013-05-081-6/+4
* parse.y: setup_fake_strnobu2013-04-241-19/+14
* parse.y: disallow $-nobu2013-04-241-8/+7
* parse.y: mrhs_argnobu2013-04-101-11/+6
* parse.y: "nil" for defined? with empty expressionnobu2013-04-051-2/+17
* parse.y: refine warning messagenobu2013-03-211-1/+1
* parse.y: escape all closing parensnobu2013-03-211-1/+1
* required keyword argumentsnobu2013-03-121-0/+20
* parse.y: keyword argument without parennobu2013-02-261-1/+1
* * parse.y: add dtrace probe for symbol create.tenderlove2013-02-161-0/+5
* parse.y: no assigned but unused warnings in evalnobu2013-01-311-1/+2
* parse.y: warn assigned but unused in toplevelnobu2013-01-301-1/+2
* * string.c (dispose_string): use rb_str_free for freeing string innaruse2013-01-111-3/+1
* parse.y: bare kwrest_marknobu2013-01-071-0/+4
* parse.y: duplicated kwrest namenobu2013-01-071-0/+1
* parse.y: escaped closing parenthsisnobu2012-12-301-0/+1
* use RB_TYPE_Pnobu2012-12-291-4/+4
* scoped constant op-assignmentnobu2012-12-241-9/+29
* * parse.y (yycompile0): adjust indent.nobu2012-12-151-4/+4
* parse.y: fix line numbernobu2012-12-141-20/+28
* parse.y: flush string contentnobu2012-12-061-11/+21
* * parse.y: replase parser->enc with current_enc.naruse2012-12-041-22/+23
* * array.c, enum.c, insns.def, io.c, numeric.c, parse.y, process.c,ko12012-12-021-4/+4
* * parse.y (parser.utf8): remove unused property.naruse2012-11-301-5/+2
* parse.y: false usage of local variablenobu2012-11-301-1/+1
* parse.y: LVAR_USEDnobu2012-11-301-1/+1
* parse.y: IS_lex_state_fornobu2012-11-301-5/+7
* * include/ruby/util.h: removed extra semicolon in definition oftadf2012-11-211-1/+1
* * probes.d: add DTrace probe declarations. [ruby-core:27448]tenderlove2012-11-121-0/+13
* * parse.y (warn_balanced): use bit-wise operation.nobu2012-11-091-3/+1
* * ruby.c (load_file_internal): set default source encoding asnaruse2012-11-061-1/+1
* parse.y: warn static content assign in condnobu2012-10-271-15/+25
* * iseq.c (rb_iseq_compile_with_option): Instead of testingshyouhei2012-10-271-4/+2
* parse.y: bit field lex_statenobu2012-10-271-102/+72
* parse.y: concatenated literalsnobu2012-10-261-1/+21
* Revert r37316naruse2012-10-251-1/+0
* * parse.y: show a warning for concatenating string literals becauseusa2012-10-251-0/+1
* parse.y: fail if yyerrornobu2012-10-181-7/+8
* parse.y: suppress warningsnobu2012-09-161-1/+1
* parse.y: new_attr_op_assignnobu2012-09-151-78/+33