summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-13builtin.h: avoid copy&paste卜部昌平
2020-07-13fix MJIT link error卜部昌平
2020-07-13%p is not portable accross platforms卜部昌平
2020-07-13add comments卜部昌平
2020-07-13fix typo卜部昌平
2020-07-13inline Primitive.cexpr!卜部昌平
2020-07-13precalc invokebuiltin destinations卜部昌平
2020-07-13* 2020-07-13 [ci skip]git
2020-07-13sync_default_gems.rb: Updated commentsNobuyoshi Nakada
2020-07-13sync_default_gems.rb: Added `list` subcommandNobuyoshi Nakada
2020-07-13sync_default_gems.rb: Ignore conflicted files in toplevel moreNobuyoshi Nakada
2020-07-12sync_default_gems.rb: Added -e option to edit when conflictedNobuyoshi Nakada
2020-07-12Fixed yday and wday with timezone [Bug #17024]Nobuyoshi Nakada
2020-07-12* 2020-07-12 [ci skip]git
2020-07-12bidecimal: improve tests' independence (#3297)Kenta Murata
2020-07-11Enhanced RDoc for Array#fill (#3301)Burdette Lamar
2020-07-11Fixed a comment, wrong binary prefix [ci skip]Nobuyoshi Nakada
2020-07-10Fix missing imemo cases in objspace_dump by refactoringAlan Wu
2020-07-10Clarify behavior of super in method in module included in refinement [ci skip]Jeremy Evans
2020-07-11* 2020-07-11 [ci skip]git
2020-07-10Encode ' as ' when using encode(xml: :attr)Jeremy Evans
2020-07-10Show messages around the line when replacing failed in format_changelogKazuhiro NISHIYAMA
2020-07-10Fix an inaccurate comment in test_jitTakashi Kokubun
2020-07-10Make sure vm_call_cfunc uses inlined ccTakashi Kokubun
2020-07-10Explicit conversion to boolean to suppress shorten-64-to-32 warningsNobuyoshi Nakada
2020-07-10Fixed another typoNobuyoshi Nakada
2020-07-10Fixed typosNobuyoshi Nakada
2020-07-10vm_push_frame_debug_counter_inc: use branches卜部昌平
2020-07-10vm_push_frame: move assignments around卜部昌平
2020-07-10RUBY_CONST_ASSERT: use STATIC_ASSERT instead卜部昌平
2020-07-10vm_push_frame: move assertions out of the function卜部昌平
2020-07-10vm_push_frame: hoist out debug codes卜部昌平
2020-07-10nobody uses the return value of vm_push_frame卜部昌平
2020-07-09Add instance_methods to class generated by DelegateClassMasataka Pocke Kuwabara
2020-07-10* 2020-07-10 [ci skip]git
2020-07-09Document that Kernel#load will load relative to current directory [ci skip]Jeremy Evans
2020-07-09Fix typos [ci skip]Kazuhiro NISHIYAMA
2020-07-09* 2020-07-09 [ci skip]git
2020-07-09Bail out when unsupported coroutine targetNobuyoshi Nakada
2020-07-08Enhanced RDoc for Array (#3282)Burdette Lamar
2020-07-08Fix build error on Apple silicon macOSWatson
2020-07-08Hoisted out functions for no name rest argument symbolNobuyoshi Nakada
2020-07-08Constified NODE pointer in ASTNodeDataNobuyoshi Nakada
2020-07-08Added `NODE_SPECIAL_EXCESSIVE_COMMA` info to `ARGS` of `RubyVM::AbstractSynta...manga_osyo
2020-07-08* 2020-07-08 [ci skip]git
2020-07-08gc.c: Cast int literal "1" to bits_tYusuke Endoh
2020-07-06Expand heap pages to be exactly 16kbAaron Patterson
2020-07-07* 2020-07-07 [ci skip]git
2020-07-07Get rid of the redundant stat() in rb_check_realpath_internalJean Boussier
2020-07-06Inline builtin struct arefTakashi Kokubun