summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-12[rubygems/rubygems] Don't on gemspecs with invalid `require_paths`, just warnDavid Rodríguez
2022-06-11Fix typo in yjit.c comments [ci skip]Takayoshi Nishida
2022-06-11[rubygems/rubygems] Reuse package from the installer for extracting the speci...David Rodríguez
2022-06-11[rubygems/rubygems] Move security exception handling to the only place using itDavid Rodríguez
2022-06-11[rubygems/rubygems] Swapping should not raise any errorsDavid Rodríguez
2022-06-11[rubygems/rubygems] Remove unclear commentDavid Rodríguez
2022-06-11[rubygems/rubygems] `Gem::Specification.loaded_from` is already set by the in...David Rodríguez
2022-06-11[rubygems/rubygems] Refactor some more duplicated logicDavid Rodríguez
2022-06-11[rubygems/rubygems] Move `no_install` setting check to a more sensible placeDavid Rodríguez
2022-06-11[rubygems/rubygems] No need to redownload if package already thereDavid Rodríguez
2022-06-11[rubygems/rubygems] No need to overwrite path when there's a remoteDavid Rodríguez
2022-06-11[rubygems/rubygems] Remove another unnecessary requireDavid Rodríguez
2022-06-11[rubygems/rubygems] Simplify `Gem::Security::Exception` handlingDavid Rodríguez
2022-06-11[rubygems/rubygems] Remove unnecessary requireDavid Rodríguez
2022-06-11[rubygems/rubygems] Remove unnecessary `spec.remote` guardDavid Rodríguez
2022-06-11[rubygems/rubygems] Refactor ambiguous gems checkDavid Rodríguez
2022-06-10fix typo in dir documentation (#6002)Jaeson Lauritzen
2022-06-10Make method id explicit in rb_exec_recursive_outerJohn Hawthorn
2022-06-10Add mid argument to exec_recursiveJohn Hawthorn
2022-06-11[ruby/fileutils] Enhanced RDoc (https://github.com/ruby/fileutils/pull/83)Burdette Lamar
2022-06-10Add assertion for embedded to embedded ivar copyJemma Issroff
2022-06-10Add tests for a variety of string-subclass operations (#5999)Noah Gibbs
2022-06-11* 2022-06-11 [ci skip]git
2022-06-10Don't return a value from jit_guard_known_klass. We never return anything but...Noah Gibbs
2022-06-10small fix on `setup_debug_log()`Koichi Sasada
2022-06-10Remove duplicated rb_yjit_get_stats (#5997)Eileen M. Uchitelle
2022-06-10Fix nested bmethod TracePoint and memory leakAlan Wu
2022-06-09Remove a leftover requireTakashi Kokubun
2022-06-09Fix exit locations test (#5995)Eileen M. Uchitelle
2022-06-10[ruby/fileutils] Enhanced RDoc (https://github.com/ruby/fileutils/pull/82)Burdette Lamar
2022-06-09[DOC] Fix markup for `String` (#5984)Alexander Ilyin
2022-06-09Add ability to trace exit locations in yjit (#5970)Eileen M. Uchitelle
2022-06-10* 2022-06-10 [ci skip]git
2022-06-09Stop ignoring 4th positional argument to IO.#{foreach,readlines}Jeremy Evans
2022-06-09Skip `NULL` values from `dladdr(3)`xtkoba
2022-06-09[ruby/timeout] Keep a private reference to `Process.clock_gettime`Jean Boussier
2022-06-09doc/case_mapping.rdoc: Fix references for case mappingYusuke Endoh
2022-06-08Fix MJIT's ISEQ_BODY macro usage at 5f10bd634fbTakashi Kokubun
2022-06-08MJIT: Ignore existence of .bundle.dSYM on macOSTakashi Kokubun
2022-06-09Fix compile errorKazuhiro NISHIYAMA
2022-06-09[ruby/fileutils] [DOC] Enhanced RDoc (https://github.com/ruby/fileutils/pull/81)Burdette Lamar
2022-06-08MJIT: Directly compile .c to .so (#5987)Takashi Kokubun
2022-06-09func: and file: prefix for `RUBY_DEBUG_LOG_FILTER`Koichi Sasada
2022-06-08Fix major GC thrashingPeter Zhu
2022-06-09* 2022-06-09 [ci skip]git
2022-06-08Fix compilation error when USE_RVARGC=0Peter Zhu
2022-06-08Add key force_major_gc_count to GC.stat_heapPeter Zhu
2022-06-08[ruby/fileutils] File trees (https://github.com/ruby/fileutils/pull/80)Burdette Lamar
2022-06-08Update "Reporting Issues" link in the READMEAlexander Ilyin
2022-06-07Update the help message on /benchmarkTakashi Kokubun