aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix call-seq of GC.verify_compaction_references [ci skip]Kazuhiro NISHIYAMA2020-01-271-1/+1
* Fixed a typo, missing "i" [ci skip]Nobuyoshi Nakada2020-01-271-1/+1
* Check the encoding of `half:` optionNobuyoshi Nakada2020-01-272-0/+4
* Moved `GC.verify_compaction_references` to gc.rbNobuyoshi Nakada2020-01-273-45/+25
* Removed useless "spec"sNobuyoshi Nakada2020-01-272-29/+0
* Fixed missing dependency on array.rbNobuyoshi Nakada2020-01-271-0/+1
* * 2020-01-27 [ci skip]git2020-01-271-1/+1
* Cleaned an excess semicolon up [ci skip]Nobuyoshi Nakada2020-01-271-1/+1
* Add more debug printKazuhiro NISHIYAMA2020-01-261-9/+49
* Moved Array#sample to rbincNobuyoshi Nakada2020-01-263-63/+46
* Moved Array#shuffle and Array#shuffle! to rbincNobuyoshi Nakada2020-01-265-54/+53
* Use test_mode on Reline::History::Test for encodingaycabta2020-01-261-0/+4
* Always use UTF-8 for Reline::GeneralIO on Windowsaycabta2020-01-261-1/+1
* Always refer to Reline::IOGate.encodingaycabta2020-01-261-13/+15
* * 2020-01-26 [ci skip]git2020-01-261-1/+1
* Do not use `git pull` because origin/master was already fetched.Hiroshi SHIBATA2020-01-261-3/+2
* Show the repository name before update taskHiroshi SHIBATA2020-01-261-0/+3
* spec/ruby/core/process/times_spec.rb: add an output code for debuggingYusuke Endoh2020-01-251-1/+8
* test/rinda/test_rinda.rb: Increase the timeoutYusuke Endoh2020-01-251-4/+4
* Recheck array length after `to_str` conversionNobuyoshi Nakada2020-01-252-1/+14
* Recheck elements type after `to_str` conversionNobuyoshi Nakada2020-01-252-2/+14
* * 2020-01-25 [ci skip]git2020-01-251-1/+1
* Do not autosplat when calling proc with empty keyword splatJeremy Evans2020-01-242-1/+22
* Fix a typo [ci skip]Kazuhiro NISHIYAMA2020-01-241-1/+1
* rename make-cheetsheet.md [ci skip]MSP-Greg2020-01-241-0/+0
* Add #verify_hostname= and #verify_hostname to skip hostname verificationNARUSE, Yui2020-01-241-0/+7
* brace the fact that lchmod(2) can EOPNOTSUPP卜部昌平2020-01-243-9/+15
* reroute musl unistd.h weirdness卜部昌平2020-01-241-2/+8
* pass appropriate libc path卜部昌平2020-01-241-0/+4
* doc/make-cheetsheet.md: AddedYusuke Endoh2020-01-241-0/+89
* [DOC] fixed line numbers [ci skip]Nobuyoshi Nakada2020-01-241-6/+6
* Remove empty keyword splats when calling even when using ruby2_keywordsJeremy Evans2020-01-233-32/+14
* * 2020-01-24 [ci skip]git2020-01-241-1/+1
* Clarify const_source_location docszverok2020-01-231-9/+13
* Guarded the examples for deprecated "taint"Nobuyoshi Nakada2020-01-233-23/+33
* Revert pathname, rb_warn_deprecated* are not public APINobuyoshi Nakada2020-01-231-2/+2
* Added rb_warn_deprecated_to_removeNobuyoshi Nakada2020-01-236-14/+29
* Add more direct test for pp with a ruby2_keywords HashBenoit Daloze2020-01-231-0/+1
* Add #verify_hostname= and #verify_hostname to skip hostname verification (#2858)Yuta Iwama2020-01-232-3/+34
* Check DONT_RUN_RELINE_TEST envvaraycabta2020-01-233-10/+12
* Use omit instead of skipaycabta2020-01-231-24/+24
* Skip a test that uses assert_ruby_status if it doesn't existaycabta2020-01-231-0/+1
* Stop using minitest dependent methodsaycabta2020-01-231-4/+4
* [ruby/readline-ext] Include ruby/assert.h in ruby/ruby.h so that assertions c...Nobuyoshi Nakada2020-01-231-0/+1
* Make taint warnings non-verbose instead of verboseJeremy Evans2020-01-225-14/+14
* Fix pp when passed a empty ruby2_keywords-flagged hash as array elementJeremy Evans2020-01-222-1/+5
* * 2020-01-23 [ci skip]git2020-01-231-1/+1
* Remove special handling of $SAFE and related C-APIsJeremy Evans2020-01-226-229/+2
* Rename RUBY_MARK_NO_PIN_UNLESS_NULL to RUBY_MARK_MOVABLE_UNLESS_NULL0x005c2020-01-233-7/+7
* Drop executable bit of *.{yml,h,mk.tmpl}Kazuhiro NISHIYAMA2020-01-223-0/+0