aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * 2019-02-01svn2019-02-011-2/+2
* Run r66972 assertion only when a sticky-bit makes sensenobu2019-02-011-5/+6
* Fix exception namespacenobu2019-01-312-1/+9
* Use _NSGetMachExecuteHeader() instead of _mh_execute_headernaruse2019-01-311-4/+5
* _insn_type_chars.erb: use C99shyouhei2019-01-311-2/+3
* _insn_operand_info.erb: use C99shyouhei2019-01-311-26/+13
* _insn_len_info.erb: add ASSERT_VM_INSTRUCTION_SIZEshyouhei2019-01-311-10/+8
* _insn_name_info.erb: use C99shyouhei2019-01-311-27/+15
* * 2019-01-31svn2019-01-311-1/+1
* test_iseq.rb: update expected error messagenobu2019-01-311-1/+1
* test_iseq.rb: enablednobu2019-01-311-2/+0
* Show the code in syntax assertionsnobu2019-01-301-1/+7
* * 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