aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [rubygems/rubygems] Revert deprecation of deprecate method for now.Josef Šimánek2020-05-082-2/+0
* [rubygems/rubygems] Restore and deprecate old deprecate methodbronzdoc2020-05-082-0/+51
* [rubygems/rubygems] Rename version horizon deprecation methodsbronzdoc2020-05-088-17/+17
* [rubygems/rubygems] Avoid "ambiguous first argument" warningbronzdoc2020-05-081-1/+1
* [rubygems/rubygems] Add next_rubygems_major_version methodbronzdoc2020-05-081-8/+6
* [rubygems/rubygems] Modify files to use new version horizon deprecationsbronzdoc2020-05-088-16/+16
* [rubygems/rubygems] Use the next major version as default for deprecationsbronzdoc2020-05-081-4/+9
* [rubygems/rubygems] Remove deprecation methods by datebronzdoc2020-05-081-44/+5
* [rubygems/rubygems] Make the deprecate_command method recieve a Rubygems vers...bronzdoc2020-05-081-0/+17
* [rubygems/rubygems] Make the deprecate method recieve a Rubygems version inst...bronzdoc2020-05-081-0/+24
* Workaround for Minitest5Hiroshi SHIBATA2020-05-082-0/+5
* [rubygems/rubygems] Removed deprecated methods for Minitest5Hiroshi SHIBATA2020-05-081-10/+0
* [rubygems/rubygems] Minitest::Test is works fine with the ruby core repositoryHiroshi SHIBATA2020-05-081-1/+1
* [rubygems/rubygems] Revert https://github.com/rubygems/rubygems/pull/3445Hiroshi SHIBATA2020-05-081-2/+15
* [rubygems/rubygems] Don't swallow gem activation exceptionDavid Rodríguez2020-05-081-4/+1
* [rubygems/rubygems] Update minitest version in `Gem.install` docsDavid Rodríguez2020-05-081-1/+1
* [rubygems/rubygems] Remove minitest compatibility codeDavid Rodríguez2020-05-082-6/+2
* [rubygems/rubygems] [rubygems/rubygems] Require minitest `~> 5.13`David Rodríguez2020-05-081-1/+1
* [rubygems/rubygems] Use newer module Minitest nameDavid Rodríguez2020-05-081-1/+1
* Add T_MOVED support to lldbAaron Patterson2020-05-071-0/+4
* Add compaction support for backtrace objectsAaron Patterson2020-05-071-4/+32
* 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