summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-01-18vm_eval.c: for auto-indentnobu
2018-01-18eval_intern.h: duplicate checknobu
2018-01-18extend timeout morenaruse
2018-01-18parse.y: no longer undef assignablenobu
2018-01-18parse.y: fix overflownobu
2018-01-18parse.y: REQUIRED_KEYWORDnobu
2018-01-18resolv.rb: NUL hostsnobu
2018-01-18resolv: use safe navigation operatornobu
2018-01-18marshal.c: initialize keywordsnobu
2018-01-18win32/resolv.rb: call rb_w32_osidnobu
2018-01-18logger: use safe navigation operatornormal
2018-01-17include ruby/ruby.h before ruby.io.hnaruse
2018-01-17extend timeoutnaruse
2018-01-17* 2018-01-18svn
2018-01-17iseq.c: dump as non-trace instructionsnobu
2018-01-17Fix typos.hsbt
2018-01-17process.c: get_clk_tck fallbacknobu
2018-01-17process.c: remove useless castnobu
2018-01-17common.mk: ripper.c recipenobu
2018-01-17ext/ripper/depend: Try to fix the path of id.hmame
2018-01-17test_ast.rb: no base directory namenobu
2018-01-17iseq.c: flatten TS_NUM operand conditionsnobu
2018-01-17parse.y: refine negate_lit_gen error messagenobu
2018-01-17time.c: use "unsigned int" for bitfieldsnormal
2018-01-17ripper.c: depends on preproc.rbnobu
2018-01-16parse.y: Refactor for-statement generationmame
2018-01-16parse.y (new_args_tail): Use human-friendly variable namesmame
2018-01-16* 2018-01-17svn
2018-01-16node.c: Separately allocate a struct having flexible arraymame
2018-01-16nested flexible array member is a GCCismshyouhei
2018-01-16-Wno-overlength-stringsshyouhei
2018-01-16parse.y: unified local_push argumentnobu
2018-01-16parse.y: simplified compstmtnobu
2018-01-16node.c: Stop double meaning of NODE_FOR by introducing NODE_FOR_MASGNmame
2018-01-16timev.h: just use "unsigned int" for bitfieldsnormal
2018-01-16fix macro argument names inconsistencyngoto
2018-01-16parse.y (expr_value_do): factor out COND_PUSH->expr_value->do->COND_POPmame
2018-01-16parse.y: removed PARSER_ARG macronobu
2018-01-16parse.y: expand tokadd_mbcharnobu
2018-01-16sizeof(uintptr_t) != sizeof(uintptr_t *)shyouhei
2018-01-16parse.y: set location of nodes that lexer generatesmame
2018-01-16parse.y: set location of string/literals in the lexer instead of actionsmame
2018-01-16parse.y (new_regexp): Fix SEGV of `/#{"\u3042"}#{'い'}/` in non UTF-8mame
2018-01-16parse.y (symbol_append): Added to factor out `%i[]` and `%I[]`mame
2018-01-15* properties.svn
2018-01-15Add tests for Node code locationsyui-knk
2018-01-15parse.y: Removes unneeded Ripper/Parser guardsmame
2018-01-15* 2018-01-16svn
2018-01-15parse.y (new_command_qcall): Receives a block (optional)mame
2018-01-15test/ruby/test_syntax.rb (test_command_with_cmd_brace_block): Addedmame