aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* TracePoint#enable, #disable: Don't yield any argument. [Bug #14057]marcandre2017-10-262-4/+10
* common.mk: quote pipes on Windowsnobu2017-10-261-3/+4
* common.mk: test-bundled-gem [ci skip]nobu2017-10-263-14/+26
* common.mk: test-bundler [ci skip]nobu2017-10-262-15/+15
* test/ostruct: Specify frozen_string_literal: true.kazu2017-10-251-1/+1
* * 2017-10-26svn2017-10-251-1/+1
* test-bundled-gems-fetchnobu2017-10-252-14/+26
* common.mk: remove old gems at update-gemsnobu2017-10-251-2/+3
* Refactoring by adding `rb_imemo_alloc_new` to create imemo_alloc buffermame2017-10-253-12/+16
* Get rid of a test error on Windows caused by r60417usa2017-10-251-2/+6
* Make imemo_alloc writebarrier-unprotectedmame2017-10-252-0/+4
* Fix `shadowing outer local variable` warning [ci skip]kazu2017-10-251-12/+12
* io.c: let rb_p use writevnobu2017-10-251-5/+5
* test_io.rb: skip writev testnobu2017-10-251-0/+1
* io.c: warn old writenobu2017-10-252-0/+23
* Regenerate slack token on Travis CI.hsbt2017-10-251-1/+1
* win32.c: unknown reparse tagsnobu2017-10-251-1/+4
* securerandom.rb: fix an example of choose [ci skip]nobu2017-10-251-1/+1
* Update power_assert-1.1.1. It support `test-bundled-gems`.hsbt2017-10-251-1/+1
* Fixed conflicted variables. v is already used another condition.hsbt2017-10-251-2/+2
* io.c: write a newline togethernobu2017-10-253-10/+32
* range.c: use rb_check_funcallnobu2017-10-252-8/+3
* Added development dependency for power_assert.hsbt2017-10-251-1/+1
* Update rake-12.2.1 for bundled gems.hsbt2017-10-251-1/+1
* Fix Mock.verify_call to mock_respond_to?nobu2017-10-251-1/+1
* compile.c: refine error messagesnobu2017-10-251-10/+14
* range.c: check if exclude_end? is definednobu2017-10-253-2/+26
* Update latest bundled_gems.hsbt2017-10-251-2/+2
* debug.c: RSymbol infonobu2017-10-252-0/+3
* file.c: fix possible alignment bugs in r60386normal2017-10-241-23/+8
* debug.c: imemo_masknobu2017-10-242-3/+5
* lib/ostruct.rb: Use frozen literals.marcandre2017-10-242-16/+13
* * 2017-10-25svn2017-10-241-1/+1
* lib/weakref: Remove incorrect example [DOC] [Bug #14031]marcandre2017-10-241-47/+0
* add NEWS entry about [Feature #14045]ko12017-10-241-0/+3
* sysconfdir on Windowsnobu2017-10-244-6/+10
* Update call-seq of ARGF.read_nonblockkazu2017-10-241-2/+2
* Test for r60396nobu2017-10-241-0/+15
* Revert "sysconfdir on Windows"naruse2017-10-243-3/+2
* * remove trailing spaces.svn2017-10-241-1/+1
* Lazy Proc allocation for block parametersko12017-10-2412-48/+292
* ruby.c: fix r60393nobu2017-10-241-1/+4
* vm_eval.c: all value type casesnobu2017-10-241-1/+2
* Removed NODE_OPT_Nnobu2017-10-245-20/+3
* parse.y: rb_parser_set_optionsnobu2017-10-243-74/+41
* vm_eval.c: uncallable_objectnobu2017-10-241-34/+40
* Avoid many type castsmame2017-10-241-10/+16
* Remove dynamic NODE allocation out of parsermame2017-10-244-7/+24
* Remove special handling for (NODE*)1mame2017-10-242-7/+1
* net/http: use require_relative to reduce syscallsnormal2017-10-241-10/+10