summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Pass keyword argument by RB_PASS_KEYWORDSNobuyoshi Nakada2020-03-121-1/+1
* * 2020-03-12 [ci skip]git2020-03-121-1/+1
* Update some syslog tests to absurb the format change of FreeBSD syslogYusuke Endoh2020-03-123-10/+10
* parse.y: hoisted out new_nil_atNobuyoshi Nakada2020-03-111-41/+17
* parse.y: unified kwrest and no-kwrestNobuyoshi Nakada2020-03-111-22/+14
* Pin and inline cme in JIT-ed method callsTakashi Kokubun2020-03-113-5/+8
* Fix typos (#2958)K.Takata2020-03-113-5/+5
* Optimize away call data refs in JIT-ed method callsTakashi Kokubun2020-03-102-4/+4
* Fix an example committed to a wrong place [ci skip]Takashi Kokubun2020-03-101-1/+1
* Try to correct grammer of the NEWS entry [ci skip]Takashi Kokubun2020-03-101-2/+2
* Let Net::HTTP.get take request headers (#2957)Takashi Kokubun2020-03-104-11/+56
* * 2020-03-11 [ci skip]git2020-03-111-1/+1
* fix type castKoichi Sasada2020-03-111-1/+1
* fix bug on method cache invalidation.Koichi Sasada2020-03-112-8/+59
* show method entry with iseq detailsKoichi Sasada2020-03-111-1/+2
* add debug method RubyVM::mtbl2 (disabled)Koichi Sasada2020-03-111-1/+11
* Use URL instead of relative pathKazuhiro NISHIYAMA2020-03-101-1/+1
* Add link to ../benchmark/README.md from make_cheatsheet [ci skip]Kazuhiro NISHIYAMA2020-03-101-0/+4
* Added version guard for OpenSSL::ConfigNobuyoshi Nakada2020-03-102-12/+31
* openssl: sync with upstream repositoryKazuki Yamaguchi2020-03-1019-264/+426
* tool/sync_default_gems.rb: update paths for opensslKazuki Yamaguchi2020-03-101-5/+3
* digest: do not depend on ext/openssl/deprecation.rbKazuki Yamaguchi2020-03-101-2/+1
* Remove an unnecessary TODO commentTakashi Kokubun2020-03-101-1/+0
* Capture inlined iseq's cc entries in root iseq'sTakashi Kokubun2020-03-105-52/+64
* Drop direct Slack notification from CIsTakashi Kokubun2020-03-097-115/+17
* RDoc markdown parser needs explicit code block or more indents [ci skip]Nobuyoshi Nakada2020-03-101-0/+2
* Added link to the ticket [ci skip]Nobuyoshi Nakada2020-03-101-0/+1
* * 2020-03-10 [ci skip]git2020-03-101-1/+1
* Update NEWS for autosplatting change [ci skip]Jeremy Evans2020-03-091-0/+15
* Don't display singleton class in Method#inspect unless method defined thereJeremy Evans2020-03-093-1/+34
* Remove Float::ROUNDSJeremy Evans2020-03-091-20/+0
* Clarify Time::at documentation for in: argumentzverok2020-03-091-2/+9
* Skip test_06_timeout for --jit-wait CITakashi Kokubun2020-03-081-0/+1
* Use https for downloading Unicode data.Hiroshi SHIBATA2020-03-091-1/+1
* Do not autosplat when calling procs that accept rest and keywordsJeremy Evans2020-03-084-20/+61
* Do not set USE_FFI_CLOSURE_ALLOC=1 in fiddle on OpenBSDJeremy Evans2020-03-081-0/+4
* * 2020-03-09 [ci skip]git2020-03-091-1/+1
* Cast properly for shift operandKoichi Sasada2020-03-091-1/+1
* Word array instead of splittingNobuyoshi Nakada2020-03-081-4/+4
* Specify explicit separator not to be affected by $;Nobuyoshi Nakada2020-03-0810-11/+11
* * 2020-03-08 [ci skip]git2020-03-081-1/+1
* Fix rbinstall bugs (#2930)David Rodríguez2020-03-081-7/+6
* Use osuosl instead of GitHub releasesHiroshi SHIBATA2020-03-071-3/+3
* Switch to download libffi source package to github releases from sourceware.orgHiroshi SHIBATA2020-03-071-3/+3
* rb_check_safe_obj no longer exists卜部昌平2020-03-071-1/+0
* Hook an experimental alert from ActionsTakashi Kokubun2020-03-075-0/+65
* Hook an experimental alert from TravisTakashi Kokubun2020-03-071-0/+7
* Removed unnecessary `chomp`Nobuyoshi Nakada2020-03-073-3/+3
* Hook an experimental alert from AppVeyorTakashi Kokubun2020-03-061-0/+18
* Fix a typoKazuhiro NISHIYAMA2020-03-071-1/+1