aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [ruby/fileutils] Update the documentation content and formattingzverok2019-09-271-74/+93
* Fix more keyword separation issuesJeremy Evans2019-09-269-32/+707
* Adjusted spaces [ci skip]Nobuyoshi Nakada2019-09-2712-72/+78
* Add compaction support to `rb_ast_t`Aaron Patterson2019-09-264-4/+70
* Fix keyword argument separation issues in Enumerator::Generator#eachJeremy Evans2019-09-264-1/+97
* Add rb_adjust_argv_kw_splat to internal.hJeremy Evans2019-09-265-6/+1
* Honor Syslog::Logger#level overridesGeorge Claghorn2019-09-262-2/+17
* Fix clang errors when pendantic errors enabledAaron Patterson2019-09-261-4/+4
* Replace `freeze_string` with `rb_fstring`Aaron Patterson2019-09-261-14/+8
* Remove `iseq_add_mark_object_compile_time`Aaron Patterson2019-09-261-37/+28
* Remove mark arrayAaron Patterson2019-09-262-5/+0
* Execute write barrier instead of adding to arrayAaron Patterson2019-09-261-1/+1
* Pull `iseq_add_mark_object_compile_time` out of `freeze_string`Aaron Patterson2019-09-261-4/+11
* Pull "mark object" upAaron Patterson2019-09-261-11/+18
* Scan the ISEQ arena for markables and mark themAaron Patterson2019-09-263-0/+55
* Allocate `INSN *` out of a separate arenaAaron Patterson2019-09-261-1/+2
* Introduce a secondary arenaAaron Patterson2019-09-263-6/+14
* Extract allocation and free functionsAaron Patterson2019-09-261-17/+30
* Pass in arena to allocatorAaron Patterson2019-09-261-4/+10
* NEWS: fixed markups and indent [ci skip]Nobuyoshi Nakada2019-09-271-2/+2
* Kernel#open may be redefinedNobuyoshi Nakada2019-09-271-2/+13
* NEWS: fixed markups and formatting [ci skip]Nobuyoshi Nakada2019-09-271-28/+29
* Check the argument sizeNobuyoshi Nakada2019-09-271-0/+1
* * 2019-09-27 [ci skip]git2019-09-271-1/+1
* Fix shorten-64-to-32 compile warnings/errorsJeremy Evans2019-09-261-1/+1
* Fix keyword argument separation issues in Fiber#resumeJeremy Evans2019-09-263-11/+109
* Fix keyword argument separation issues in Thread.newJeremy Evans2019-09-263-3/+91
* Fix more keyword argument separation issues in PathnameJeremy Evans2019-09-262-5/+37
* Fix keyword argument separation issues in OpenSSL::SSL::SSLSocket#sys{read,wr...Jeremy Evans2019-09-262-4/+28
* Fix keyword argument separation issues in Proc#{<<,>>}Jeremy Evans2019-09-263-2/+155
* Fix keyword argument sepration issues when IO#open calls #to_openJeremy Evans2019-09-261-0/+13
* Fix Module#name news and add a testJean Boussier2019-09-262-2/+6
* Restore ENV, rubygems always sets SOURCE_DATE_EPOCH nowNobuyoshi Nakada2019-09-261-0/+2
* Gem::Specification#to_ruby needs OpenSSLNobuyoshi Nakada2019-09-261-0/+1
* Reduce ISeq size of mjit_exec benchmarkTakashi Kokubun2019-09-264-22/+15
* * remove trailing spaces. [ci skip]git2019-09-261-1/+1
* [EXPERIMENTAL] Make Module#name return a frozen StringJean Boussier2019-09-263-9/+24
* Revert the accidentally commits related GitHub ActionsHiroshi SHIBATA2019-09-262-55/+0
* Suppress assert_match warnings.Hiroshi SHIBATA2019-09-261-2/+2
* Assert warnings message for the last argument is keyword parameter.Hiroshi SHIBATA2019-09-261-2/+2
* [rubygems/rubygems] Make sure our modifications to kernel.warn workDavid Rodríguez2019-09-262-0/+16
* [rubygems/rubygems] Fix jruby buildDavid Rodríguez2019-09-261-1/+5
* [rubygems/rubygems] indentHiroshi SHIBATA2019-09-261-4/+4
* [rubygems/rubygems] filter dependency type and name strictly.Hiroshi SHIBATA2019-09-261-1/+5
* [rubygems/rubygems] Fix test_gem_attrbronzdoc2019-09-261-4/+4
* [rubygems/rubygems] Introduce default prerelease requirementDavid Rodríguez2019-09-263-3/+14
* [rubygems/rubygems] Remove comment not adding muchDavid Rodríguez2019-09-261-3/+0
* [rubygems/rubygems] add testsf2019-09-262-1/+2
* [rubygems/rubygems] Detect libc version, closes #2918f2019-09-261-1/+1
* [rubygems/rubygems] Fix underscore version for bundler itselfDavid Rodríguez2019-09-262-1/+35