summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-03-17Drop rb_mjit_unit from mjit_copy_jobk0kubun
2019-03-17Fix a typo [ci skip]kazu
2019-03-17* 2019-03-18svn
2019-03-17Fix typos [ci skip]kazu
2019-03-17Fix a typo [ci skip]kazu
2019-03-17Try disabling Travis cache on darwink0kubun
2019-03-17Roughly increase Azure Pipelines fetch depthk0kubun
2019-03-17Update NEWS for --jit option changes [ci skip]k0kubun
2019-03-17Numbered parameters [Feature #4475]nobu
2019-03-17Change defaults of --jit optionsk0kubun
2019-03-17Drop invalid trailing comma in JSON objectk0kubun
2019-03-16Ignore test-bundled-gems failure on CI for nowk0kubun
2019-03-16* 2019-03-17svn
2019-03-16Do not build Azure Pipelines on Pull Requestk0kubun
2019-03-16Notify AppVeyor results to multiple channelsk0kubun
2019-03-16* 2019-03-16svn
2019-03-16dsym should be treated as string [ruby-core:91852] [Bug #15670]ktsj
2019-03-15Increase the number of curl retriesk0kubun
2019-03-15* expand tabs.svn
2019-03-15node.h: introduce nd_brace to determine if a hash literal is a keywordmame
2019-03-15NEWS: adjust indents and escape brackets not to be labeled listsnobu
2019-03-15Show the source line at an invalid class/instance variablenobu
2019-03-14* 2019-03-15svn
2019-03-14tool/make-snapshot: Use 6-spaces indent for SIZE and digestsnagachika
2019-03-14Skip Bundler's test made fail by r67226k0kubun
2019-03-14compile.c: fix the corner case of rest and keyword argumentsmame
2019-03-14compile.c (setup_args): process arguments forwardmame
2019-03-14parse.y: no punctuation instance/class variablesnobu
2019-03-14* expand tabs.svn
2019-03-14compile.c: factor out "compile_args" from "compile_array"mame
2019-03-14parse.y: show invalid global variable linenobu
2019-03-14Hoisted out ruby_show_error_linenobu
2019-03-14More initializations of YYLTYPEnobu
2019-03-14* 2019-03-14svn
2019-03-14Guard out the test when it is run under root permissionmame
2019-03-13* 2019-03-13svn
2019-03-13Remove unnecessary local variablenobu
2019-03-12Assertion for r67226nobu
2019-03-12Show unkwon regexp option linenobu
2019-03-12* 2019-03-12svn
2019-03-12Flush erred tokennobu
2019-03-11fix wrong merge of conflict at r67217naruse
2019-03-11* expand tabs.svn
2019-03-11The combination of non-Symbol keys and Symbol keys is now allowed againmame
2019-03-11parse.y: moved excessed_commanobu
2019-03-11Removed from standard library. No one maintains it from Ruby 2.0.0.hsbt
2019-03-11Added to check MJIT constant for the Ruby 2.3-2.5.hsbt
2019-03-11Mention the addition of Enumerator::Yielder#to_proc in NEWSknu
2019-03-11fall back to copy + unlink on EPERMhsbt
2019-03-11Implement Enumerator::Yielder#to_procknu