summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Now keyword parameter warnings are suppressed by 871005bdd204Nobuyoshi Nakada2019-10-051-2/+2
* Added dependencies on prerequisite makefilesNobuyoshi Nakada2019-10-051-3/+3
* [rubygems/rubygems] The date might have advanced since TODAY has been setNobuyoshi Nakada2019-10-051-1/+3
* [rubygems/rubygems] Use dependency.identity in available_specsbronzdoc2019-10-051-12/+1
* [rubygems/rubygems] Add Gem::Dependency#identity methodbronzdoc2019-10-052-0/+21
* [rubygems/rubygems] Suppress keywords warning in ruby 2.7Nobuyoshi Nakada2019-10-051-1/+1
* [rubygems/rubygems] Always pass an encoding option to Zlib::GzipReader.wrapNobuyoshi Nakada2019-10-051-5/+1
* [rubygems/rubygems] Use dedicated assertion methodsNobuyoshi Nakada2019-10-051-3/+3
* [rubygems/rubygems] Fixed assertion argumentsNobuyoshi Nakada2019-10-051-1/+1
* signal.c: Use MINSIGSTKSZ by casting to intYusuke Endoh2019-10-051-2/+5
* ext/json/parser/parser.rl: Use "signed" char to contain negative valuesYusuke Endoh2019-10-052-4/+4
* ext/json/parser/prereq.mk: Add a "automatically generated" headerYusuke Endoh2019-10-052-1/+3
* ext/json/parser/parser.rl: Update the source code of parser.cYusuke Endoh2019-10-051-1/+8
* IMEMO objects don't have a class, so return earlyAaron Patterson2019-10-041-1/+1
* Don't allocate objects in `gc_compact`Aaron Patterson2019-10-041-4/+5
* * 2019-10-05 [ci skip]git2019-10-051-1/+1
* Fix potential memory leaks by `rb_imemo_tmpbuf_auto_free_pointer`Nobuyoshi Nakada2019-10-054-31/+34
* iseq.c (rb_iseq_compile_on_base): RemovedYusuke Endoh2019-10-042-22/+8
* array.c (rb_mem_clear): remove "register" from argumentsYusuke Endoh2019-10-042-2/+2
* Remove call-seq for method that doesn't exist (#2521)Alan Wu2019-10-041-1/+0
* Revert "Simplify bin_path_spec.rb guard"Takashi Kokubun2019-10-031-1/+1
* Simplify bin_path_spec.rb guardTakashi Kokubun2019-10-031-1/+1
* Ignore arm32 failure for nowTakashi Kokubun2019-10-031-0/+1
* bin_path_spec.rb has failed from the beginningTakashi Kokubun2019-10-031-1/+1
* Try disabling build on trunkTakashi Kokubun2019-10-031-6/+6
* Document *_kw functions added to include/ruby/ruby.h [ci skip]Jeremy Evans2019-10-031-6/+107
* Add documentation regarding keyword argument separation [ci skip]Jeremy Evans2019-10-032-1/+97
* Minor updates to methods and calling_methods documentation [ci skip]Jeremy Evans2019-10-032-24/+32
* Enable Drone CI for ARM 64/32-bit cases. (#2520)Jun Aruga2019-10-041-0/+65
* iseq.c (rb_iseq_compile_with_option): dummy parent_iseq for the parserYusuke Endoh2019-10-041-1/+8
* parse.y: use "struct rb_iseq_struct" instead of rb_iseq_tYusuke Endoh2019-10-041-2/+2
* * 2019-10-04 [ci skip]git2019-10-041-1/+1
* Make parser_params have parent_iseq instead of base_blockYusuke Endoh2019-10-045-19/+16
* Refactor parser_params by removing "in_main" flagYusuke Endoh2019-10-042-14/+8
* make-snapshot: touch updated files after preparedNobuyoshi Nakada2019-10-031-2/+2
* make-snapshot: suppress make error messages unless failedNobuyoshi Nakada2019-10-031-14/+30
* make-snapshot: copy cache files instead of linkingNobuyoshi Nakada2019-10-031-6/+1
* vcs.rb: fix to export git-svn versionNobuyoshi Nakada2019-10-031-26/+32
* [ruby/fileutils] Use pend instead of skipHiroshi SHIBATA2019-10-031-2/+2
* [ruby/fileutils] improve the compatibility of minitestHiroshi SHIBATA2019-10-031-1/+2
* add debug counters for vm_search_method_slowpath()卜部昌平2019-10-032-0/+15
* use bind_call for test-all --gc-stress卜部昌平2019-10-031-1/+1
* Resolve unused local variable reported by LGTMRomain Tartière2019-10-031-1/+1
* * 2019-10-03 [ci skip]git2019-10-031-1/+1
* * expand tabs. [ci skip]git2019-10-031-7/+7
* Revert https://github.com/ruby/ruby/pull/2486卜部昌平2019-10-0314-501/+391
* Treat return in block in class/module as LocalJumpError (#2511)Jeremy Evans2019-10-023-11/+20
* fix assertion number.Koichi Sasada2019-10-021-1/+1
* Fixed failure message for `clean-cache`Nobuyoshi Nakada2019-10-021-1/+1
* Enable checkers on parallel test.Koichi Sasada2019-10-023-5/+14