aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * expand tabs.svn2019-01-301-1/+1
* enumerator.c: fix arith_seq_first for Infinitymrkn2019-01-304-11/+136
* hash.c: hoisted out st_index_hashnobu2019-01-301-3/+6
* hash.c: hoisted out dbl_to_indexnobu2019-01-301-9/+10
* * 2019-01-30svn2019-01-301-1/+1
* * expand tabs.svn2019-01-301-1/+1
* hash.c: remove repeated rb_hash_startnobu2019-01-301-1/+1
* Fix `Module#const_defined?` on inherited constantsnobu2019-01-282-1/+11
* added assertion with method ref operatornobu2019-01-281-0/+1
* * expand tabs.svn2019-01-281-3/+3
* Add refinements support to method/instance_method.nobu2019-01-285-14/+116
* io.c: use fcopyfile(3) in IO.copy_stream if availableglass2019-01-282-0/+105
* Revert "io.c: use fcopyfile(3) in IO.copy_stream if available"glass2019-01-272-103/+0
* * 2019-01-28svn2019-01-271-1/+1
* * expand tabs.svn2019-01-271-25/+25
* io.c: use fcopyfile(3) in IO.copy_stream if availableglass2019-01-272-0/+104
* Update to ruby/spec@e57f49ceregon2019-01-2711-15/+127
* * 2019-01-26svn2019-01-261-1/+1
* parse.y: trim newline in erred codenobu2019-01-262-0/+7
* vm.inc now in C99shyouhei2019-01-256-22/+50
* Upgrade CSV to 3.0.4kou2019-01-2527-565/+908
* * 2019-01-25svn2019-01-251-1/+1
* Upgrade RSS to 0.2.8kou2019-01-2511-60/+151
* parse.y: function parser_mixed_error & parser_mixed_escapenobu2019-01-241-18/+25
* parse.y: remove an extra error messagenobu2019-01-243-2/+9
* eval_error.c: should not escapce newline and tabnobu2019-01-241-0/+3
* * 2019-01-24svn2019-01-241-1/+1
* * expand tabs.svn2019-01-241-2/+2
* numeric.c: Fix negative step with float componentsmrkn2019-01-243-2/+21
* parse.y: token name of tSTRING_DENDnobu2019-01-231-1/+8
* parse.y: token namesnobu2019-01-231-3/+4
* tmpdir.rb: permission of user given directorynobu2019-01-232-5/+18
* * 2019-01-23svn2019-01-221-1/+1
* parse.y: literal add_mark_objectnobu2019-01-221-9/+6
* Add more example of `String#dump`kazu2019-01-221-2/+3
* ripper.y: get rid of compile errornobu2019-01-221-3/+2
* Merge rubygems master targeted RubyGems 3.1.0.hsbt2019-01-2218-76/+103
* parse.y: enclose keyword token names by quotesnobu2019-01-222-50/+128
* * 2019-01-22svn2019-01-221-1/+1
* fix typo in r66836, missing '/'snobu2019-01-221-1/+1
* benchmark/app_aobench.rb: complete commented code to write the image to a fileeregon2019-01-211-0/+2
* benchmark/app_aobench.rb: remove extra printf argumentseregon2019-01-211-1/+1
* benchmark/app_aobench.rb: move `srand(0)` at the toperegon2019-01-211-2/+2
* Improvements to documentation.samuel2019-01-211-4/+4
* parse.y: more token namesnobu2019-01-213-8/+25
* * io.c: use copy_file_range() if definedglass2019-01-212-1/+6
* string.c (rb_str_dump): Fix the rdocmame2019-01-211-1/+4
* benchmark/app_aobench.rb: add `srand(0)`mame2019-01-211-0/+2
* benchmark/app_aobench.rb: add a magic commentmame2019-01-211-0/+2
* * lib/net/http.rb: handle Errno::ETIMEDOUT in Net::HTTP#transport_requestglass2019-01-211-1/+1