aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dir.c: adjust indent [ci skip]nobu2017-10-221-44/+45
* sort test resultnaruse2017-10-221-1/+1
* Make IO#write accept multiple argumentsglass2017-10-222-8/+251
* sort the test resultnaruse2017-10-221-2/+2
* Dir.glob with FNM_EXTGLOB is optimized [Feature #13873]naruse2017-10-225-13/+90
* compile.c: optimize local variable assignmentsnobu2017-10-221-3/+7
* parse.y: workaround for warningsnobu2017-10-222-0/+35
* fix up r60224nobu2017-10-221-13/+13
* hash.c: optimize Hash#compare_by_identityglass2017-10-221-3/+9
* Remove not used node_type NODE_BMETHODyui-knk2017-10-223-5/+0
* Add arity check into Hash#flattenglass2017-10-222-5/+16
* Remove not used node_type NODE_BLOCK_ARGyui-knk2017-10-223-6/+0
* vm_insnhelper.c: array aref optimizationnobu2017-10-223-15/+24
* Remove not used node_type NODE_TO_ARYyui-knk2017-10-223-6/+0
* string.c: comment layout [ci skip]nobu2017-10-221-2/+2
* ext/win32ole/win32ole.c (fole_missing): set receiver in NoMethodError.suke2017-10-212-13/+32
* * remove trailing spaces.svn2017-10-211-1/+1
* * string.c: [DOC] Split rdoc of String#<< and String#concat [ci skip]sonots2017-10-211-15/+24
* * object.c: Improve documentation of Kernel#Arraysonots2017-10-211-1/+10
* * doc/regexp.rdoc: In regexp doc, two backslashes match one literallysonots2017-10-211-1/+2
* * doc/regexp.rdoc: Fix regexp doc syntax highlightingsonots2017-10-211-4/+4
* * string.c: Remove errant "the" in gsub documentationsonots2017-10-211-1/+1
* Fix typo in commentsonots2017-10-211-3/+3
* compile.c: optimize local variable assignmentsnobu2017-10-211-4/+41
* reference Socket.getaddrinfo to Addrinfo.getaddrinfo.akr2017-10-211-0/+3
* Improve performance of string interpolationnobu2017-10-212-4/+24
* deprecate TCPSocket.gethostbyname.akr2017-10-211-1/+10
* openssl: merge test fix from upstreamrhe2017-10-212-18/+44
* Avoid use of `self.class.new(self)` in Set#collect!knu2017-10-211-1/+3
* ignore server side errornaruse2017-10-211-1/+1
* Revert "ignore server side error"naruse2017-10-214-79/+11
* ignore server side errornaruse2017-10-214-11/+79
* fic expected error messagenaruse2017-10-211-2/+2
* Fix comparison methods of Set to check if `@hash` is actually comparableknu2017-10-211-4/+4
* Introduce Net::HTTP#min_version/max_version [Feature #9450]naruse2017-10-213-0/+39
* fix OpenSSL::SSL::SSLContext#min_version doesn't worknaruse2017-10-212-2/+42
* less random generations in Random::Formatter#choose.akr2017-10-212-4/+29
* Add documentation for `chomp` option.hsbt2017-10-212-32/+51
* Remove not used node_type NODE_CVDECLyui-knk2017-10-214-6/+0
* Handle Errno::EADDRNOTAVAIL with Raspberry Pi environment.hsbt2017-10-211-5/+9
* erb.1: add missing option in detailed descriptionk0kubun2017-10-211-0/+2
* Use a mutex to make SortedSet.setup thread-safeknu2017-10-211-90/+92
* Remove redundant use of module_evalknu2017-10-211-8/+6
* Remove not used node_type NODE_IASGN2yui-knk2017-10-215-10/+1
* driver.rb: allow executing driver.rb directlyk0kubun2017-10-211-0/+1
* The encoding of __FILE__ and __dir__ should be sameusa2017-10-212-0/+21
* driver.rb: add option to specify target with rbenvk0kubun2017-10-211-0/+5
* Allow a SortedSet to be frozen and still functional [Bug #12091]knu2017-10-212-0/+44
* SecureRandom.alphanumeric implemented.akr2017-10-213-2/+53
* * remove trailing spaces.svn2017-10-211-1/+1