aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove -Wno-parentheses flag.nobu2018-09-218-13/+13
* Fix sample code [ci skip]kazu2018-09-211-1/+1
* Fix a typo [ci skip]kazu2018-09-211-1/+1
* * properties.svn2018-09-210-0/+0
* darwin-cc: hide ld warningsnobu2018-09-212-4/+25
* * remove trailing spaces.svn2018-09-211-7/+7
* escape all env properly.ko12018-09-212-0/+19
* fix typo.ko12018-09-211-1/+1
* Fix a typo [ci skip]kazu2018-09-211-1/+1
* * properties.svn2018-09-200-0/+0
* Matrix: Add #reflexive? method. [Fix GH-1730]marcandre2018-09-203-1/+43
* * 2018-09-21svn2018-09-201-1/+1
* Enumerable#to_h with block and so onnobu2018-09-2016-30/+243
* Ignore Xcode linker warningsnobu2018-09-201-0/+5
* * compile.c (compile_case): emit opt_case_dispatch only on optimized modemame2018-09-201-1/+1
* fix typo [ci skip]shyouhei2018-09-201-1/+1
* Introduce rb_ary_union_hash method in Arraynobu2018-09-201-19/+15
* Link Array#union from | methodnobu2018-09-201-1/+1
* Introduce rb_ary_union method in Arraynobu2018-09-201-24/+15
* Add union method to Arraynobu2018-09-203-0/+113
* parse.y: fix block passing with empty kwargsnobu2018-09-202-1/+7
* * 2018-09-20svn2018-09-191-1/+1
* net/http: Improve net/http header error message.marcandre2018-09-191-1/+1
* ruby_2_2 branch has endedkazu2018-09-191-1/+0
* process.c (waitpid_cleanup): unconditionally remove from waitersnormal2018-09-191-1/+5
* * hash.c (rb_hash_update): fix indentmame2018-09-191-2/+2
* [DOC] Add changes to Hash#merge in NEWS [#15111]marcandre2018-09-191-0/+5
* * hash.c (rb_hash_update): remove a meticulous explanationmame2018-09-191-2/+1
* * 2018-09-19svn2018-09-191-1/+1
* * hash.c (rb_hash_merge): Accepts zero or more hashes as argumentsmame2018-09-192-32/+86
* * expand tabs.svn2018-09-181-1/+1
* vm_insnhelper.c: always use bool-ish valuek0kubun2018-09-181-2/+2
* Skip EHOSTUNREACH by host issuesnobu2018-09-181-0/+2
* * expand tabs.svn2018-09-181-12/+12
* vm_insnhelper.h: rename CI_SET_FASTPATH to CC_SET_FASTPATHk0kubun2018-09-184-18/+18
* pty.c: typonobu2018-09-181-1/+1
* Lazy Enumerator reduce intermediate array creationnobu2018-09-182-23/+16
* Merge upstream revision of rubygems/rubygems.hsbt2018-09-189-80/+165
* Tests of Enumerator::Yielder#yield with multiple argumentsnobu2018-09-182-0/+13
* * 2018-09-18svn2018-09-181-1/+1
* pty.c: more difensivenobu2018-09-181-2/+2
* * 2018-09-17svn2018-09-171-1/+1
* common.mk: ruby tool/update-deps --fixk0kubun2018-09-172-2/+4
* Propagate subprocess timeout scale option to worker processesnobu2018-09-161-0/+2
* addr2line.c: fix -Wmaybe-uninitializedk0kubun2018-09-161-2/+2
* lib/matrix: Fix potential bug of Vector#angle_withmarcandre2018-09-162-3/+9
* * properties.svn2018-09-160-0/+0
* Alias Struct#select as Struct#filter. Patch by Kenichi Kamiya.marcandre2018-09-166-22/+53
* node.c: Typo fix. Patch by Shuichi Tamayose. [ci skip] [Fix GH-1880]marcandre2018-09-161-1/+1
* [DOC] Improve String#strip documentation.marcandre2018-09-161-0/+1