aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Eliminate useless catch tables and nops from lambdasAaron Patterson2021-02-161-0/+26
* Parse "-00:00" as UTC for the round-trip [Feature #17544]Nobuyoshi Nakada2021-02-162-1/+5
* UTC zone should be still "+00:00" [Feature #17544]Nobuyoshi Nakada2021-02-162-1/+7
* strftime.c: support unknown offset UTC in RFC 3339 [Feature #17544]Nobuyoshi Nakada2021-02-162-1/+6
* Update bundled_gemsNobuyoshi Nakada2021-02-161-1/+1
* Make the commit of updated bundled_gems fileNobuyoshi Nakada2021-02-161-0/+2
* Fix a spec failureKazuhiro NISHIYAMA2021-02-161-2/+10
* Fix a failureKazuhiro NISHIYAMA2021-02-161-1/+1
* Add NEWS entry for [Feature #16043]Kazuhiro NISHIYAMA2021-02-161-0/+5
* * 2021-02-16 [ci skip]git2021-02-161-1/+1
* `$LOAD_PATH.resolve_feature_path` should not raiseDavid Rodríguez2021-02-162-1/+5
* [DOC] NEWS for Thread::Backtrace.limit [Feature #17479]Nobuyoshi Nakada2021-02-151-0/+7
* Added Thread::Backtrace.limit [Feature #17479]Nobuyoshi Nakada2021-02-153-0/+12
* Added tests for --backtrace-limit optionNobuyoshi Nakada2021-02-151-0/+12
* supports for stack protection for haiku.David Carlier2021-02-151-2/+2
* * 2021-02-15 [ci skip]git2021-02-151-1/+1
* Add a missing semicolon.Takashi Tamura2021-02-151-1/+1
* Make global ruby namespace usage explicitMarvin Schmidt2021-02-141-7/+7
* Fixed codepage for utime [Bug #17626]xtkoba (Tee KOBAYASHI)2021-02-142-1/+8
* Set verbose flag at retryingNobuyoshi Nakada2021-02-141-0/+1
* Directory mapping for default gemsNobuyoshi Nakada2021-02-141-8/+8
* Revert following rbinstall.rb changesNobuyoshi Nakada2021-02-141-11/+5
* Remove binstubs which are generated by `Gem::Installer` now.Vít Ondruch2021-02-147-189/+0
* Use UnpackedInstaller to install default gems.Vít Ondruch2021-02-141-22/+26
* Fix gemspec only caseNobuyoshi Nakada2021-02-141-1/+6
* * 2021-02-14 [ci skip]git2021-02-141-1/+1
* Refined installation of gemspecs placed other than ext and libNobuyoshi Nakada2021-02-141-6/+7
* opt_equality_by_mid for rb_equal_optKoichi Sasada2021-02-131-36/+63
* * 2021-02-13 [ci skip]git2021-02-131-1/+1
* [Fixes #17622] Mark and move the previous epPeter Zhu2021-02-121-0/+10
* Thread::Queue.new should accept an Enumerable [Feature #17327]Nobuyoshi Nakada2021-02-123-11/+27
* Define rb_to_array which converts with to_aNobuyoshi Nakada2021-02-122-0/+7
* correct the result of casecmp? examples [ci skip]Sarun Rattanasiri2021-02-121-1/+1
* Make a cyclic prepend not modify ancestors for the receiverJeremy Evans2021-02-112-2/+19
* * 2021-02-12 [ci skip]git2021-02-121-1/+1
* [ruby/irb] Fix inverse separator conditionNobuyoshi Nakada2021-02-121-4/+2
* Fixed time_t conversion modifiers for debugNobuyoshi Nakada2021-02-111-6/+19
* Merged too-short salt conditions instead of UNREACHABLE_RETURNNobuyoshi Nakada2021-02-111-9/+4
* [DOC] Improved regexp.rdoc [ci skip]Nobuyoshi Nakada2021-02-111-0/+10
* Comment in sh needs to be the beginning of a wordNobuyoshi Nakada2021-02-111-1/+1
* [ruby/irb] The command "irb_info" should show RUBY_PLATFORMaycabta2021-02-112-2/+7
* [ruby/irb] Suppress colorize on Windows testsaycabta2021-02-112-1/+7
* [ruby/irb] Suppress error when File::ALT_SEPARATOR is nilaycabta2021-02-111-1/+3
* The Queue constructor should take an initial set of objectsChris Seaton2021-02-113-3/+65
* Do not run File.write while Ractors are runningTakashi Kokubun2021-02-111-12/+15
* Add a benchmark-driver runner for Ractor (#4172)Takashi Kokubun2021-02-104-1/+132
* Fix 404 linkS-H-GAMELINKS2021-02-111-1/+1
* Update class documentation for StringScannerJeremy Evans2021-02-101-3/+3
* * 2021-02-11 [ci skip]git2021-02-111-1/+1
* Don't document that Thread#group can return nilJeremy Evans2021-02-101-8/+2