summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-15Added rb_syserr_new_pathNobuyoshi Nakada
2020-04-15Create succ_index_table as a part of `iseq_setup`Nobuyoshi Nakada
2020-04-15Added test for `debug_level:` option of `RubyVM::InstructionSequence.compile`Nobuyoshi Nakada
2020-04-14This test is not testing attr_writerTakashi Kokubun
2020-04-14Invalidate fastpath when calling attr_reader by superTakashi Kokubun
2020-04-14Invalidate fastpath when calling attr_writer by superTakashi Kokubun
2020-04-15Disassemble nop-inserted listNobuyoshi Nakada
2020-04-15Show heading for update_catch_except_flagsNobuyoshi Nakada
2020-04-15Shrink diassembled result stringNobuyoshi Nakada
2020-04-15* 2020-04-15 [ci skip]git
2020-04-15Disallow line-continuation before R-assignNobuyoshi Nakada
2020-04-14Removed duplicate value_expr checksNobuyoshi Nakada
2020-04-13Fix logic to detect vs120Takashi Kokubun
2020-04-14[ruby/date] Suppress -Wchar-subscripts warnings by Cygwin gcc 9.3.0Nobuyoshi Nakada
2020-04-13Add missing call in 70b7304f03Takashi Kokubun
2020-04-13Ignore AppVeyor vs120's pdb corruptionTakashi Kokubun
2020-04-13Unify vm benchmark prefixes to vm_ (#3028)Takashi Kokubun
2020-04-14Make y.output in ripper unlocalized [ci skip]Nobuyoshi Nakada
2020-04-14Add {Regexp,String}#match with block to call-seq [ci skip]Kazuhiro NISHIYAMA
2020-04-13Make vm_call_cfunc_with_frame a fastpath (#3027)Takashi Kokubun
2020-04-13Unwrap vm_call_cfunc indirection on JITTakashi Kokubun
2020-04-14* 2020-04-14 [ci skip]git
2020-04-13Add a a list of cases for which clock_getres() has been observed to be inaccu...Benoit Daloze
2020-04-14Improve Hash documentation.Burdette Lamar
2020-04-13Allow simple R-assign in endless defNobuyoshi Nakada
2020-04-13delete CACHELINE卜部昌平
2020-04-13include what you use.卜部昌平
2020-04-13add #include guard hack卜部昌平
2020-04-12Add MJIT_COUNTER macro to dump total_callsTakashi Kokubun
2020-04-12Avoid UB with flexible array memberAlan Wu
2020-04-13* 2020-04-13 [ci skip]git
2020-04-12Make rb_scan_args implementations sameNobuyoshi Nakada
2020-04-12Honor COLUMNS [Feature #16754]Nobuyoshi Nakada
2020-04-12Hightlight usage [Feature #16754]Nobuyoshi Nakada
2020-04-12Set up environment variable for pager [Feature #16754]Nobuyoshi Nakada
2020-04-12PAGER without fork&exec too [Feature #16754]Nobuyoshi Nakada
2020-04-12View the help message with PAGER [Feature #16754]Nobuyoshi Nakada
2020-04-11Enable fastpath on invokesuper (#3021)Takashi Kokubun
2020-04-12* 2020-04-12 [ci skip]git
2020-04-12Relaxed of R-assign value to argNobuyoshi Nakada
2020-04-11Support version ranges for MSVC [Feature #16763]Nobuyoshi Nakada
2020-04-11Assertions for basic use of `encoding:` optionNobuyoshi Nakada
2020-04-11Assertions for enumerators of DirNobuyoshi Nakada
2020-04-11Removed unnecessary `to_a` callNobuyoshi Nakada
2020-04-11[ci skip] Enumerator doc cleanupgerero20
2020-04-11Don't require sub-word atomicsAndreas Schwab
2020-04-11Silence broken pipe error messages on STDOUT [Feature #14413]Nobuyoshi Nakada
2020-04-11Fix articles.Tanaka Akira
2020-04-11* 2020-04-11 [ci skip]git
2020-04-11Replace Fixnum by Integer in a document.Tanaka Akira