summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix wrong documentation for return value of Pathname#fnmatchMasataka Pocke Kuwabara2020-02-251-2/+2
* Fixed symbol misused as IDNobuyoshi Nakada2020-02-243-4/+13
* Try with and without "v" prefix for numeric tagNobuyoshi Nakada2020-02-241-12/+3
* Retry checking out the versionNobuyoshi Nakada2020-02-241-1/+5
* Update bundled gemsNobuyoshi Nakada2020-02-241-5/+5
* * 2020-02-24 [ci skip]git2020-02-241-1/+1
* Add pattern matching documentationzverok2020-02-243-1/+459
* Warn non-nil `$/` [Feature #14240]Nobuyoshi Nakada2020-02-2318-29/+75
* Warn non-nil `$\` [Feature #14240]Nobuyoshi Nakada2020-02-238-26/+37
* Warn non-nil `$,` in `IO#print` tooNobuyoshi Nakada2020-02-232-1/+4
* Revert "Prefer `exe/ruby` to execute from it"Nobuyoshi Nakada2020-02-232-10/+5
* * 2020-02-23 [ci skip]git2020-02-231-1/+1
* hash.c: [DOC] fix examples for ENV.merge!Marcus Stollsteimer2020-02-221-5/+6
* Expand Symbol#to_proc specs to be clearerBenoit Daloze2020-02-221-10/+32
* Prefer `exe/ruby` to execute from itNobuyoshi Nakada2020-02-222-5/+10
* check USE_MJITKoichi Sasada2020-02-221-0/+2
* Proc from Symbol needs a receiverNobuyoshi Nakada2020-02-224-8/+19
* CI can be NULL.Koichi Sasada2020-02-221-28/+41
* More ENV rdoc [ci skip]Burdette Lamar2020-02-221-61/+116
* test/readline - allow ENV control of test class creationMSP-Greg2020-02-222-3/+4
* * remove trailing spaces. [ci skip]git2020-02-222-2/+2
* Introduce disposable call-cache.Koichi Sasada2020-02-2232-870/+1606
* VALUE size packed callinfo (ci).Koichi Sasada2020-02-2226-546/+632
* use RUBY_FUNCTION_NAME_STRING instead of __func__ for rp()Koichi Sasada2020-02-221-1/+1
* * 2020-02-22 [ci skip]git2020-02-221-1/+1
* `Proc` made by `Symbol#to_proc` should be a lambda [Bug #16260]Nobuyoshi Nakada2020-02-224-3/+10
* `Proc` made by `Symbol#to_proc` should be a lambda [Bug #16260]Nobuyoshi Nakada2020-02-221-0/+4
* Adjusted indent [ci skip]Nobuyoshi Nakada2020-02-221-1/+1
* [ruby/irb] `yield` outside method definition is a syntax errorNobuyoshi Nakada2020-02-211-1/+1
* Fixed net-pop, smtp, protocol and imap task for sync toolHiroshi SHIBATA2020-02-211-8/+20
* Fixed net-ftp sync task and resync from standalone repoHiroshi SHIBATA2020-02-212-4/+7
* Move an entry of net-ftp to the default gems sectionHiroshi SHIBATA2020-02-212-3/+4
* Promote net-http to the default gems.Hiroshi SHIBATA2020-02-215-6/+48
* Move an entry of net-ftp to the default gems sectionHiroshi SHIBATA2020-02-212-3/+4
* Promote net-ftp to default gemsHiroshi SHIBATA2020-02-214-1/+40
* * 2020-02-21 [ci skip]git2020-02-211-1/+1
* Fix typo in NEWS-2.7.0Masataka Pocke Kuwabara2020-02-211-1/+1
* Prefer alignas() over _Alignas()Yusuke Endoh2020-02-201-3/+8
* Fallback to load version file in ruby core repositoryHiroshi SHIBATA2020-02-201-1/+5
* Move an entry of net-imap to the default gems sectionHiroshi SHIBATA2020-02-202-3/+4
* Promote net-imap to the default gemsHiroshi SHIBATA2020-02-204-1/+36
* [ruby/rdoc] Removed `RDoc::Context::Section#sequence`Nobuyoshi Nakada2020-02-202-21/+0
* Fixed missing `return`Nobuyoshi Nakada2020-02-201-0/+1
* comma at the end of enum is a C++11ism卜部昌平2020-02-201-1/+1
* avoid defining inline卜部昌平2020-02-201-1/+1
* ext/-test-/cxxanyargs: prevent have_devel check卜部昌平2020-02-201-2/+11
* printf can be a macro卜部昌平2020-02-201-0/+1
* hide vm_ep_in_heap_p_卜部昌平2020-02-201-1/+1
* fix arity mismatch卜部昌平2020-02-201-1/+1
* TestTime#test_memsize: skip when on GC_DEBUG卜部昌平2020-02-202-0/+2