aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Avoid UB with flexible array memberAlan Wu2020-04-122-4/+4
* * 2020-04-13 [ci skip]git2020-04-131-1/+1
* Make rb_scan_args implementations sameNobuyoshi Nakada2020-04-122-36/+52
* Honor COLUMNS [Feature #16754]Nobuyoshi Nakada2020-04-121-6/+9
* Hightlight usage [Feature #16754]Nobuyoshi Nakada2020-04-121-14/+27
* Set up environment variable for pager [Feature #16754]Nobuyoshi Nakada2020-04-121-0/+8
* PAGER without fork&exec too [Feature #16754]Nobuyoshi Nakada2020-04-123-7/+37
* View the help message with PAGER [Feature #16754]Nobuyoshi Nakada2020-04-122-0/+37
* Enable fastpath on invokesuper (#3021)Takashi Kokubun2020-04-111-2/+3
* * 2020-04-12 [ci skip]git2020-04-121-1/+1
* Relaxed of R-assign value to argNobuyoshi Nakada2020-04-122-6/+3
* Support version ranges for MSVC [Feature #16763]Nobuyoshi Nakada2020-04-112-1/+12
* Assertions for basic use of `encoding:` optionNobuyoshi Nakada2020-04-111-0/+14
* Assertions for enumerators of DirNobuyoshi Nakada2020-04-111-0/+12
* Removed unnecessary `to_a` callNobuyoshi Nakada2020-04-111-1/+1
* [ci skip] Enumerator doc cleanupgerero202020-04-111-3/+3
* Don't require sub-word atomicsAndreas Schwab2020-04-111-2/+2
* Silence broken pipe error messages on STDOUT [Feature #14413]Nobuyoshi Nakada2020-04-113-16/+69
* Fix articles.Tanaka Akira2020-04-111-2/+2
* * 2020-04-11 [ci skip]git2020-04-111-1/+1
* Replace Fixnum by Integer in a document.Tanaka Akira2020-04-111-3/+3
* RUBY3_HAS_ATTRIBUTE: fix fallbacks卜部昌平2020-04-101-20/+20
* [DOC] Fixed POSIX clock_getres(3) link [ci skip]Nobuyoshi Nakada2020-04-101-1/+1
* include/ruby/3: do not skip RUBY3_UNREACHABLE_RETURN卜部昌平2020-04-102-4/+0