summaryrefslogtreecommitdiff
path: root/parse.y
AgeCommit message (Expand)Author
2013-07-29parse.y, vm_eval.c: file encoding in evalnobu
2013-07-26parse.y: separate numeric literalnobu
2013-06-24* compile.c (make_name_for_block): use PRIsVALUE in format stringcharliesome
2013-06-18parse.y: clear lex_strtermnobu
2013-06-12parse.y: non-shady ruby_debug_linesnobu
2013-06-07* internal.h (numberof): Gathered from various files.akr
2013-06-02fill rdocsnobu
2013-05-14parse.y: fix argument typenobu
2013-05-13* include/ruby/ruby.h: constify RBasic::klass and addko1
2013-05-13* *.c, parse.y, insns.def: use RARRAY_AREF/ASET macroko1
2013-05-10parse.y: invalid name as mere stringnobu
2013-05-10parse.y: lex_state macrosnobu
2013-05-08parse.y: fail if invalid namenobu
2013-04-24parse.y: setup_fake_strnobu
2013-04-24parse.y: disallow $-nobu
2013-04-10parse.y: mrhs_argnobu
2013-04-05parse.y: "nil" for defined? with empty expressionnobu
2013-03-21parse.y: refine warning messagenobu
2013-03-21parse.y: escape all closing parensnobu
2013-03-12required keyword argumentsnobu
2013-02-26parse.y: keyword argument without parennobu
2013-02-16* parse.y: add dtrace probe for symbol create.tenderlove
2013-01-31parse.y: no assigned but unused warnings in evalnobu
2013-01-30parse.y: warn assigned but unused in toplevelnobu
2013-01-11* string.c (dispose_string): use rb_str_free for freeing string innaruse
2013-01-07parse.y: bare kwrest_marknobu
2013-01-07parse.y: duplicated kwrest namenobu
2012-12-30parse.y: escaped closing parenthsisnobu
2012-12-29use RB_TYPE_Pnobu
2012-12-24scoped constant op-assignmentnobu
2012-12-15* parse.y (yycompile0): adjust indent.nobu
2012-12-14parse.y: fix line numbernobu
2012-12-06parse.y: flush string contentnobu
2012-12-04* parse.y: replase parser->enc with current_enc.naruse
2012-12-02* array.c, enum.c, insns.def, io.c, numeric.c, parse.y, process.c,ko1
2012-11-30* parse.y (parser.utf8): remove unused property.naruse
2012-11-30parse.y: false usage of local variablenobu
2012-11-30parse.y: LVAR_USEDnobu
2012-11-30parse.y: IS_lex_state_fornobu
2012-11-21 * include/ruby/util.h: removed extra semicolon in definition oftadf
2012-11-12* probes.d: add DTrace probe declarations. [ruby-core:27448]tenderlove
2012-11-09* parse.y (warn_balanced): use bit-wise operation.nobu
2012-11-06* ruby.c (load_file_internal): set default source encoding asnaruse
2012-10-27parse.y: warn static content assign in condnobu
2012-10-27* iseq.c (rb_iseq_compile_with_option): Instead of testingshyouhei
2012-10-27parse.y: bit field lex_statenobu
2012-10-26parse.y: concatenated literalsnobu
2012-10-25Revert r37316naruse
2012-10-25* parse.y: show a warning for concatenating string literals becauseusa
2012-10-18parse.y: fail if yyerrornobu