aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Make the mkmf methods private in the global [Bug #16896]Nobuyoshi Nakada2020-07-132-1/+21
* Add --jit-min-calls=5 (#3313)Takashi Kokubun2020-07-121-4/+4
* common.mk: add missing dependency卜部昌平2020-07-131-1/+2
* mk_builtin_loader.rb: STACK_ADDR_FROM_TOP unusable卜部昌平2020-07-133-4/+4
* [DOC] Use https:// instead of http:// [ci skip]Kazuhiro NISHIYAMA2020-07-131-2/+2
* builtin.h: avoid copy&paste卜部昌平2020-07-134-38/+24
* fix MJIT link error卜部昌平2020-07-132-2/+3
* %p is not portable accross platforms卜部昌平2020-07-131-1/+1
* add comments卜部昌平2020-07-131-1/+1
* fix typo卜部昌平2020-07-131-1/+1
* inline Primitive.cexpr!卜部昌平2020-07-137-32/+74
* precalc invokebuiltin destinations卜部昌平2020-07-137-15/+77
* * 2020-07-13 [ci skip]git2020-07-131-1/+1
* sync_default_gems.rb: Updated commentsNobuyoshi Nakada2020-07-131-56/+1
* sync_default_gems.rb: Added `list` subcommandNobuyoshi Nakada2020-07-131-0/+13
* sync_default_gems.rb: Ignore conflicted files in toplevel moreNobuyoshi Nakada2020-07-131-1/+6
* sync_default_gems.rb: Added -e option to edit when conflictedNobuyoshi Nakada2020-07-121-4/+20
* Fixed yday and wday with timezone [Bug #17024]Nobuyoshi Nakada2020-07-123-4/+15
* * 2020-07-12 [ci skip]git2020-07-121-1/+1
* bidecimal: improve tests' independence (#3297)Kenta Murata2020-07-122-7/+15
* Enhanced RDoc for Array#fill (#3301)Burdette Lamar2020-07-111-20/+208
* Fixed a comment, wrong binary prefix [ci skip]Nobuyoshi Nakada2020-07-111-1/+1
* Fix missing imemo cases in objspace_dump by refactoringAlan Wu2020-07-103-43/+27
* Clarify behavior of super in method in module included in refinement [ci skip]Jeremy Evans2020-07-101-1/+2
* * 2020-07-11 [ci skip]git2020-07-111-1/+1
* Encode ' as ' when using encode(xml: :attr)Jeremy Evans2020-07-103-7/+8
* Show messages around the line when replacing failed in format_changelogKazuhiro NISHIYAMA2020-07-101-1/+13
* Fix an inaccurate comment in test_jitTakashi Kokubun2020-07-101-1/+3
* Make sure vm_call_cfunc uses inlined ccTakashi Kokubun2020-07-102-2/+18
* Explicit conversion to boolean to suppress shorten-64-to-32 warningsNobuyoshi Nakada2020-07-101-3/+3
* Fixed another typoNobuyoshi Nakada2020-07-101-1/+1
* Fixed typosNobuyoshi Nakada2020-07-101-2/+2
* vm_push_frame_debug_counter_inc: use branches卜部昌平2020-07-101-6/+16
* vm_push_frame: move assignments around卜部昌平2020-07-101-14/+14
* RUBY_CONST_ASSERT: use STATIC_ASSERT instead卜部昌平2020-07-103-23/+11
* vm_push_frame: move assertions out of the function卜部昌平2020-07-101-3/+4
* vm_push_frame: hoist out debug codes卜部昌平2020-07-101-28/+41
* nobody uses the return value of vm_push_frame卜部昌平2020-07-101-3/+1
* Add instance_methods to class generated by DelegateClassMasataka Pocke Kuwabara2020-07-092-0/+49
* * 2020-07-10 [ci skip]git2020-07-101-1/+1
* Document that Kernel#load will load relative to current directory [ci skip]Jeremy Evans2020-07-091-3/+15
* Fix typos [ci skip]Kazuhiro NISHIYAMA2020-07-091-2/+2
* * 2020-07-09 [ci skip]git2020-07-091-1/+1
* Bail out when unsupported coroutine targetNobuyoshi Nakada2020-07-091-4/+7
* Enhanced RDoc for Array (#3282)Burdette Lamar2020-07-081-59/+140
* Fix build error on Apple silicon macOSWatson2020-07-081-0/+3
* Hoisted out functions for no name rest argument symbolNobuyoshi Nakada2020-07-081-8/+19
* Constified NODE pointer in ASTNodeDataNobuyoshi Nakada2020-07-081-7/+7
* Added `NODE_SPECIAL_EXCESSIVE_COMMA` info to `ARGS` of `RubyVM::AbstractSynta...manga_osyo2020-07-082-1/+18
* * 2020-07-08 [ci skip]git2020-07-081-1/+1