aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* io.c, ruby.c: include internal/variable.h for rb_gvar_readonly_setterYusuke Endoh2020-01-092-0/+2
* Renamed `init_seed` as `init_hash_salt` tooNobuyoshi Nakada2020-01-091-2/+2
* Moved the definition of `rb_define_method_if_constexpr`Nobuyoshi Nakada2020-01-092-1/+4
* Renamed `seed` as `hash_salt`Nobuyoshi Nakada2020-01-091-8/+8
* Also clear MT to initialize the siphash seedNobuyoshi Nakada2020-01-091-0/+1
* Include the standard `id` command outputNobuyoshi Nakada2020-01-091-0/+4
* Fixed up 0eeed5bcc5530edb0af2af2ccff09d067c59e8f9Nobuyoshi Nakada2020-01-091-1/+3
* vcs.rb: Get rid of Kernel#openNobuyoshi Nakada2020-01-091-4/+2
* lib/net/imap.rb: use `&blk` instead of Kernel#proc with no blockYusuke Endoh2020-01-091-4/+5
* [DOC] Improve docs for String#matchMarcus Stollsteimer2020-01-081-8/+8
* * 2020-01-09 [ci skip]git2020-01-091-1/+1
* Improve docs for String#=~Marcus Stollsteimer2020-01-081-9/+14
* config.status should be newer than config.cache if existsNobuyoshi Nakada2020-01-081-0/+2
* Hoisted out call_default_procNobuyoshi Nakada2020-01-081-8/+10
* Adjusted indents [ci skip]Nobuyoshi Nakada2020-01-081-4/+4
* Speeds up fallback to Hash#default_proc in rb_hash_aref by removing a method ...Lourens Naudé2020-01-082-5/+13
* Merge bundler-2.1.4Hiroshi SHIBATA2020-01-0869-184/+242
* * 2020-01-08 [ci skip]git2020-01-081-1/+1
* Add GC guardKazuhiro NISHIYAMA2020-01-081-1/+1
* Disable IPv6 on Travis s390x case. (#2819)Jun Aruga2020-01-072-2/+18
* always expand ivar arrays to max widthAaron Patterson2020-01-061-2/+1
* * 2020-01-07 [ci skip]git2020-01-071-1/+1
* Suppress some warningsYusuke Endoh2020-01-072-2/+3
* Support history-size in .inputrc correctlyaycabta2020-01-062-3/+16
* Slightly change the job wording [ci skip]Takashi Kokubun2020-01-066-6/+6
* Support running Actions on a forkTakashi Kokubun2020-01-066-12/+12
* Directly refer to GitHub eventsTakashi Kokubun2020-01-064-22/+9
* [flori/json] Add :nodoc: for GeneratorMethodszverok2020-01-061-0/+70
* [flori/json] Fix examples syntaxzverok2020-01-061-2/+2
* [flori/json] Enchance generic JSON and #generate docszverok2020-01-062-18/+61
* [flori/json] Remove invalid JSON.generate description from JSON module rdocJeremy Evans2020-01-061-8/+0
* support RUBY_ON_BUG envval on assert failure.Koichi Sasada2020-01-062-11/+12
* script_compiled event on compile error.Koichi Sasada2020-01-062-6/+17
* * 2020-01-06 [ci skip]git2020-01-061-1/+1
* Complete indented and quoted string correctlyaycabta2020-01-062-7/+42
* Rescue EOFErroraycabta2020-01-051-0/+3
* Fix OpenStructDocumentationzverok2020-01-051-3/+2
* Remove unused tmp_buffer in class.cKazuhiro NISHIYAMA2020-01-051-11/+0
* Remove unused last_idx in class.cKazuhiro NISHIYAMA2020-01-051-6/+4
* parse.y: fix a wrong sizeof argument for ruby_sized_xfreeYusuke Endoh2020-01-051-1/+1
* include/ruby/ruby.h: remove a variable tmp_buffer as it does not changeYusuke Endoh2020-01-051-3/+0
* include/ruby/ruby.h: remove last_idx that is no longer variableYusuke Endoh2020-01-051-5/+5
* [ruby/reline] Sort completion listKOBAYASHI Shuji2020-01-051-1/+1
* * 2020-01-05 [ci skip]git2020-01-051-1/+1
* Fix output of example [ci skip]Kazuhiro NISHIYAMA2020-01-051-1/+1
* * 2020-01-04 [ci skip]git2020-01-041-1/+1
* Call initialize_clone with freeze: false if clone called with freeze: falseJeremy Evans2020-01-037-12/+102
* Make eval(code, binding) use (eval) as __FILE__ and 1 as __LINE__Jeremy Evans2020-01-037-67/+103
* Fix unused warningsKazuhiro NISHIYAMA2020-01-032-24/+0
* Update specs for keyword argument separationJeremy Evans2020-01-025-213/+633