aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Removed NIL/TRUE/FALSENobuyoshi Nakada2020-04-172-39/+0
* Rescue EPIPE in _reportNobuyoshi Nakada2020-04-171-21/+13
* Refactored rb_readwrite_syserr_failNobuyoshi Nakada2020-04-171-18/+20
* fileutils now depends on rbconfig.rb due to JRuby supportNobuyoshi Nakada2020-04-171-1/+1
* Suppress C4267 "possible loss of data" warningsNobuyoshi Nakada2020-04-171-1/+1
* test/ruby/test_process.rb: Skip GID.from_name on AndroidYusuke Endoh2020-04-171-1/+1
* Remove lib/rss.rbSutou Kouhei2020-04-171-94/+0
* Suppress C4267 "possible loss of data" warningsNobuyoshi Nakada2020-04-171-1/+1
* * 2020-04-17 [ci skip]git2020-04-171-1/+1
* core_assertions.rb: fixed fd leak at timeoutNobuyoshi Nakada2020-04-171-0/+2
* envutil.rb: not try to close pipes twiceNobuyoshi Nakada2020-04-171-2/+4
* Preserve encoding in error messages for invalid user/group nameNobuyoshi Nakada2020-04-162-2/+8
* Added tests for Process::UID.from_name and Process::GID.from_nameNobuyoshi Nakada2020-04-161-0/+16
* Preserve encoding in error message for invalid env exec optionNobuyoshi Nakada2020-04-162-1/+4
* Added test for invalid env exec optionNobuyoshi Nakada2020-04-161-0/+4
* Moved noreturn call to end of noreturn functionNobuyoshi Nakada2020-04-161-1/+1
* Use UNREACHABLE_RETURN for non-void functionNobuyoshi Nakada2020-04-161-2/+1
* fix compiler error on gcc 4.x卜部昌平2020-04-162-20/+19
* * 2020-04-16 [ci skip]git2020-04-161-1/+1
* Support for FreeBSD <sys/cdefs.h>卜部昌平2020-04-162-3/+24
* Raise EPIPE at broken pipe for the backward compatibilityNobuyoshi Nakada2020-04-154-9/+23
* Added rb_syserr_new_pathNobuyoshi Nakada2020-04-152-1/+10
* Create succ_index_table as a part of `iseq_setup`Nobuyoshi Nakada2020-04-152-7/+8
* Added test for `debug_level:` option of `RubyVM::InstructionSequence.compile`Nobuyoshi Nakada2020-04-152-0/+13
* This test is not testing attr_writerTakashi Kokubun2020-04-141-5/+5
* Invalidate fastpath when calling attr_reader by superTakashi Kokubun2020-04-142-3/+30
* Invalidate fastpath when calling attr_writer by superTakashi Kokubun2020-04-142-3/+42
* Disassemble nop-inserted listNobuyoshi Nakada2020-04-151-0/+2
* Show heading for update_catch_except_flagsNobuyoshi Nakada2020-04-151-0/+1
* Shrink diassembled result stringNobuyoshi Nakada2020-04-151-1/+3
* * 2020-04-15 [ci skip]git2020-04-151-1/+1
* Disallow line-continuation before R-assignNobuyoshi Nakada2020-04-152-3/+1
* Removed duplicate value_expr checksNobuyoshi Nakada2020-04-141-4/+0
* Fix logic to detect vs120Takashi Kokubun2020-04-131-2/+2
* [ruby/date] Suppress -Wchar-subscripts warnings by Cygwin gcc 9.3.0Nobuyoshi Nakada2020-04-141-11/+11
* Add missing call in 70b7304f03Takashi Kokubun2020-04-131-1/+1
* Ignore AppVeyor vs120's pdb corruptionTakashi Kokubun2020-04-131-0/+12
* Unify vm benchmark prefixes to vm_ (#3028)Takashi Kokubun2020-04-1380-78/+78
* Make y.output in ripper unlocalized [ci skip]Nobuyoshi Nakada2020-04-141-1/+1
* Add {Regexp,String}#match with block to call-seq [ci skip]Kazuhiro NISHIYAMA2020-04-142-4/+4
* Make vm_call_cfunc_with_frame a fastpath (#3027)Takashi Kokubun2020-04-134-4/+20
* Unwrap vm_call_cfunc indirection on JITTakashi Kokubun2020-04-132-21/+38
* * 2020-04-14 [ci skip]git2020-04-141-1/+1
* Add a a list of cases for which clock_getres() has been observed to be inaccu...Benoit Daloze2020-04-131-1/+4
* Improve Hash documentation.Burdette Lamar2020-04-141-35/+62
* Allow simple R-assign in endless defNobuyoshi Nakada2020-04-132-3/+18
* delete CACHELINE卜部昌平2020-04-131-11/+0
* include what you use.卜部昌平2020-04-1340-21/+57
* add #include guard hack卜部昌平2020-04-13255-1038/+1141
* Add MJIT_COUNTER macro to dump total_callsTakashi Kokubun2020-04-121-0/+20