aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Allow global variables to moveAaron Patterson2020-05-073-1/+45
* Fix a typo [ci skip]Kazuhiro NISHIYAMA2020-05-081-1/+1
* Fix rb_profile_frame_classpath to handle module singletonsJean Boussier2020-05-072-7/+35
* `T_MOVED` should never be pushed on the mark stackAaron Patterson2020-05-071-0/+1
* Restore the external and internal encodings of STDIN, STDOUT, and STDERRYusuke Endoh2020-05-081-0/+4
* test/irb/test_cmd.rb: clear IRB.@CONF on setupYusuke Endoh2020-05-081-0/+1
* * 2020-05-08 [ci skip]git2020-05-081-1/+1
* Check encodings of STDIN,STDOUT,STDERR tooKazuhiro NISHIYAMA2020-05-081-12/+19
* LEGAL: add legal situation of parse.h [ci skip]卜部昌平2020-05-071-1/+2
* LEGAL: add legal situation of ext/pty/pty.c [ci skip]卜部昌平2020-05-071-0/+14
* LEGAL: add legal situation of enc/trans/ucm [ci skip]卜部昌平2020-05-071-0/+15
* LEGAL: win32/win32.h no longer exists [ci skip]卜部昌平2020-05-071-1/+2
* LEGAL: add missing entries for enc [ci skip]卜部昌平2020-05-071-0/+60
* LEGAL: add legal situation of benchmarks [ci skip]卜部昌平2020-05-071-0/+30
* LEGAL: add legal situation of addr2line.c [ci skip]卜部昌平2020-05-071-0/+40
* LEGAL: add legal situation of aclocal.m4 [ci skip]卜部昌平2020-05-071-0/+11
* Remove test of ruby-mode.elKazuhiro NISHIYAMA2020-05-071-183/+0
* Always correct sp on leave cancelTakashi Kokubun2020-05-061-3/+1
* Remove OPT_CHECKED_RUN codeTakashi Kokubun2020-05-061-5/+0
* leakchecker.rb: try `lsof`Nobuyoshi Nakada2020-05-071-2/+9
* Suffixed memory leak tests as "memory_leak"Nobuyoshi Nakada2020-05-073-6/+8
* Cut down warm-up loops and gain main/warm-up ratioNobuyoshi Nakada2020-05-071-3/+5
* Share logically equivalent functionsNobuyoshi Nakada2020-05-071-12/+2
* * 2020-05-07 [ci skip]git2020-05-071-1/+1
* Enable OPT_CHECKED_RUN on MJIT for debuggingTakashi Kokubun2020-05-061-2/+1
* Fakes IPSocket.getaddress in the whole methodNobuyoshi Nakada2020-05-061-24/+25
* Makes nil-safeNobuyoshi Nakada2020-05-061-1/+1
* Ignore FDs kept by system libraryNobuyoshi Nakada2020-05-061-0/+13
* Fixed leaked fdsNobuyoshi Nakada2020-05-061-3/+7
* leakchecker.rb: search /dev/fd tooNobuyoshi Nakada2020-05-061-12/+12
* [DOC] Removed no longer meaningful part [ci skip]Nobuyoshi Nakada2020-05-061-3/+0
* Removed unnecessary duplicate codeNobuyoshi Nakada2020-05-061-4/+1
* Generalize the explanation of the side effect of the rb_equal() optimizationBenoit Daloze2020-05-061-2/+4
* Document rb_equal() and clarify the relation with Kernel#===Benoit Daloze2020-05-061-4/+19
* Remove redundant check in rb_obj_cmp()Benoit Daloze2020-05-061-1/+1
* * 2020-05-06 [ci skip]git2020-05-061-1/+1
* Improve documentation for Enumerator#next, next_values, peek and peek_values.Marc-Andre Lafortune2020-05-051-7/+15
* Fix gemspecMarc-Andre Lafortune2020-05-051-1/+1
* [ruby/uri] Check if DN existsNobuyoshi Nakada2020-05-052-0/+5
* envutil.rb: Also alias to #nameNobuyoshi Nakada2020-05-051-2/+10
* * 2020-05-05 [ci skip]git2020-05-051-1/+1
* Output compaction stats in one loop / eliminate 0 countsAaron Patterson2020-05-041-4/+6
* Bison 3.5.91 now defaults parse.error to "simple"Nobuyoshi Nakada2020-05-042-0/+2
* Bison 3.59.1 folds yydestruct function headerNobuyoshi Nakada2020-05-041-0/+1
* Fix indentationKazuki Tsujimoto2020-05-042-5/+5
* Fix pseudo code for NODE_ARYPTN, NODE_HSHPTNKazuki Tsujimoto2020-05-041-2/+0
* Suppress warnings by gcc 10.1.0-RC-20200430Nobuyoshi Nakada2020-05-042-1/+13
* Revert 0776198486 for Solaris debugTakashi Kokubun2020-05-031-5/+1
* Test no .dSYM on macOSTakashi Kokubun2020-05-032-11/+6
* Split compile and link for MinGW supportTakashi Kokubun2020-05-032-14/+29