summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cont.c: prevent a warning of GCC 12.1Yusuke Endoh2022-06-131-0/+4
* Handle case where write result is zero.Samuel Williams2022-06-131-0/+6
* [ruby/reline] Check the ambiguous char width only on ttyNobuyoshi Nakada2022-06-131-1/+1
* Prevent a "warning: `*' interpreted as argument prefix"Yusuke Endoh2022-06-131-2/+2
* * 2022-06-13 [ci skip]git2022-06-131-1/+1
* Prevent a warning: assigned but unused variable - outYusuke Endoh2022-06-131-3/+3
* * 2022-06-12 [ci skip]git2022-06-121-1/+1
* [rubygems/rubygems] Don't on gemspecs with invalid `require_paths`, just warnDavid Rodríguez2022-06-122-1/+19
* Fix typo in yjit.c comments [ci skip]Takayoshi Nishida2022-06-111-2/+2
* [rubygems/rubygems] Reuse package from the installer for extracting the speci...David Rodríguez2022-06-113-27/+36
* [rubygems/rubygems] Move security exception handling to the only place using itDavid Rodríguez2022-06-112-4/+4
* [rubygems/rubygems] Swapping should not raise any errorsDavid Rodríguez2022-06-111-1/+2
* [rubygems/rubygems] Remove unclear commentDavid Rodríguez2022-06-111-2/+0
* [rubygems/rubygems] `Gem::Specification.loaded_from` is already set by the in...David Rodríguez2022-06-111-13/+4
* [rubygems/rubygems] Refactor some more duplicated logicDavid Rodríguez2022-06-111-3/+7
* [rubygems/rubygems] Move `no_install` setting check to a more sensible placeDavid Rodríguez2022-06-114-59/+51
* [rubygems/rubygems] No need to redownload if package already thereDavid Rodríguez2022-06-111-0/+1
* [rubygems/rubygems] No need to overwrite path when there's a remoteDavid Rodríguez2022-06-111-2/+3
* [rubygems/rubygems] Remove another unnecessary requireDavid Rodríguez2022-06-111-1/+0
* [rubygems/rubygems] Simplify `Gem::Security::Exception` handlingDavid Rodríguez2022-06-111-10/+4
* [rubygems/rubygems] Remove unnecessary requireDavid Rodríguez2022-06-111-1/+0
* [rubygems/rubygems] Remove unnecessary `spec.remote` guardDavid Rodríguez2022-06-111-2/+0
* [rubygems/rubygems] Refactor ambiguous gems checkDavid Rodríguez2022-06-111-3/+1
* fix typo in dir documentation (#6002)Jaeson Lauritzen2022-06-101-1/+1
* Make method id explicit in rb_exec_recursive_outerJohn Hawthorn2022-06-105-5/+27
* Add mid argument to exec_recursiveJohn Hawthorn2022-06-101-6/+5
* [ruby/fileutils] Enhanced RDoc (https://github.com/ruby/fileutils/pull/83)Burdette Lamar2022-06-111-13/+63
* Add assertion for embedded to embedded ivar copyJemma Issroff2022-06-101-0/+1
* Add tests for a variety of string-subclass operations (#5999)Noah Gibbs2022-06-102-7/+77
* * 2022-06-11 [ci skip]git2022-06-111-1/+1
* Don't return a value from jit_guard_known_klass. We never return anything but...Noah Gibbs2022-06-101-38/+27
* small fix on `setup_debug_log()`Koichi Sasada2022-06-101-30/+38
* Remove duplicated rb_yjit_get_stats (#5997)Eileen M. Uchitelle2022-06-101-1/+0
* Fix nested bmethod TracePoint and memory leakAlan Wu2022-06-103-2/+28
* Remove a leftover requireTakashi Kokubun2022-06-091-1/+0
* Fix exit locations test (#5995)Eileen M. Uchitelle2022-06-091-3/+12
* [ruby/fileutils] Enhanced RDoc (https://github.com/ruby/fileutils/pull/82)Burdette Lamar2022-06-101-34/+79
* [DOC] Fix markup for `String` (#5984)Alexander Ilyin2022-06-093-5/+5
* Add ability to trace exit locations in yjit (#5970)Eileen M. Uchitelle2022-06-0910-0/+557
* * 2022-06-10 [ci skip]git2022-06-101-1/+1
* Stop ignoring 4th positional argument to IO.#{foreach,readlines}Jeremy Evans2022-06-092-2/+5
* Skip `NULL` values from `dladdr(3)`xtkoba2022-06-091-5/+7
* [ruby/timeout] Keep a private reference to `Process.clock_gettime`Jean Boussier2022-06-091-2/+8
* doc/case_mapping.rdoc: Fix references for case mappingYusuke Endoh2022-06-091-2/+2
* Fix MJIT's ISEQ_BODY macro usage at 5f10bd634fbTakashi Kokubun2022-06-082-1/+11
* MJIT: Ignore existence of .bundle.dSYM on macOSTakashi Kokubun2022-06-081-4/+16
* Fix compile errorKazuhiro NISHIYAMA2022-06-091-5/+5
* [ruby/fileutils] [DOC] Enhanced RDoc (https://github.com/ruby/fileutils/pull/81)Burdette Lamar2022-06-091-22/+76
* MJIT: Directly compile .c to .so (#5987)Takashi Kokubun2022-06-081-3/+28
* func: and file: prefix for `RUBY_DEBUG_LOG_FILTER`Koichi Sasada2022-06-091-45/+121