summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-09Renamed `seed` as `hash_salt`Nobuyoshi Nakada
2020-01-09Also clear MT to initialize the siphash seedNobuyoshi Nakada
2020-01-09Include the standard `id` command outputNobuyoshi Nakada
2020-01-09Fixed up 0eeed5bcc5530edb0af2af2ccff09d067c59e8f9Nobuyoshi Nakada
2020-01-09vcs.rb: Get rid of Kernel#openNobuyoshi Nakada
2020-01-09lib/net/imap.rb: use `&blk` instead of Kernel#proc with no blockYusuke Endoh
2020-01-08[DOC] Improve docs for String#matchMarcus Stollsteimer
2020-01-09* 2020-01-09 [ci skip]git
2020-01-08Improve docs for String#=~Marcus Stollsteimer
2020-01-08config.status should be newer than config.cache if existsNobuyoshi Nakada
2020-01-08Hoisted out call_default_procNobuyoshi Nakada
2020-01-08Adjusted indents [ci skip]Nobuyoshi Nakada
2020-01-08Speeds up fallback to Hash#default_proc in rb_hash_aref by removing a method ...Lourens Naudé
2020-01-08Merge bundler-2.1.4Hiroshi SHIBATA
2020-01-08* 2020-01-08 [ci skip]git
2020-01-08Add GC guardKazuhiro NISHIYAMA
2020-01-07Disable IPv6 on Travis s390x case. (#2819)Jun Aruga
2020-01-06always expand ivar arrays to max widthAaron Patterson
2020-01-07* 2020-01-07 [ci skip]git
2020-01-07Suppress some warningsYusuke Endoh
2020-01-06Support history-size in .inputrc correctlyaycabta
2020-01-06Slightly change the job wording [ci skip]Takashi Kokubun
2020-01-06Support running Actions on a forkTakashi Kokubun
2020-01-06Directly refer to GitHub eventsTakashi Kokubun
2020-01-06[flori/json] Add :nodoc: for GeneratorMethodszverok
2020-01-06[flori/json] Fix examples syntaxzverok
2020-01-06[flori/json] Enchance generic JSON and #generate docszverok
2020-01-06[flori/json] Remove invalid JSON.generate description from JSON module rdocJeremy Evans
2020-01-06support RUBY_ON_BUG envval on assert failure.Koichi Sasada
2020-01-06script_compiled event on compile error.Koichi Sasada
2020-01-06* 2020-01-06 [ci skip]git
2020-01-06Complete indented and quoted string correctlyaycabta
2020-01-05Rescue EOFErroraycabta
2020-01-05Fix OpenStructDocumentationzverok
2020-01-05Remove unused tmp_buffer in class.cKazuhiro NISHIYAMA
2020-01-05Remove unused last_idx in class.cKazuhiro NISHIYAMA
2020-01-05parse.y: fix a wrong sizeof argument for ruby_sized_xfreeYusuke Endoh
2020-01-05include/ruby/ruby.h: remove a variable tmp_buffer as it does not changeYusuke Endoh
2020-01-05include/ruby/ruby.h: remove last_idx that is no longer variableYusuke Endoh
2020-01-05[ruby/reline] Sort completion listKOBAYASHI Shuji
2020-01-05* 2020-01-05 [ci skip]git
2020-01-05Fix output of example [ci skip]Kazuhiro NISHIYAMA
2020-01-04* 2020-01-04 [ci skip]git
2020-01-03Call initialize_clone with freeze: false if clone called with freeze: falseJeremy Evans
2020-01-03Make eval(code, binding) use (eval) as __FILE__ and 1 as __LINE__Jeremy Evans
2020-01-03Fix unused warningsKazuhiro NISHIYAMA
2020-01-02Update specs for keyword argument separationJeremy Evans
2020-01-02Update tests for full keyword argument separationJeremy Evans
2020-01-02Fully separate positional arguments and keyword argumentsJeremy Evans
2020-01-02Bump benchmark-driver to v0.15.7 (#2811)Lourens Naudé