summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-11-12[ruby/date] [DOC] declate DateTime class is deprecatedNARUSE, Yui
2020-11-12Backport cosmetic changes from upstream repo that is ruby/rdocHiroshi SHIBATA
2020-11-12Fixed typoHiroshi SHIBATA
2020-11-12strip trailing spaces and adjusted indents [ci skip]Nobuyoshi Nakada
2020-11-12* 2020-11-12 [ci skip]git
2020-11-12array.rb: Remove unnecessary phrase from rdocYusuke Endoh
2020-11-12array.rb: show examples whether `Array#shuffle!` has side effect or notYusuke Endoh
2020-11-11remove Ractor#closeKoichi Sasada
2020-11-11ignore yield_atexit if outgoing port is closedKoichi Sasada
2020-11-11Threads in a ractor will be killed with the ractorKoichi Sasada
2020-11-11introduce USE_VM_CLOCK for windows.Koichi Sasada
2020-11-11Use Fiddle::Importer directlyHiroshi SHIBATA
2020-11-11Removed win32/resolv.rb for 32bit envHiroshi SHIBATA
2020-11-11Removed win32apiHiroshi SHIBATA
2020-11-11* 2020-11-11 [ci skip]git
2020-11-10Fix some typos in NEWS.md.Fabio Sangiovanni
2020-11-10[ruby/racc] Bump version to 1.5.1Hiroshi SHIBATA
2020-11-10[ruby/racc] skip the failing test with JRubyHiroshi SHIBATA
2020-11-10[ruby/racc] Use the Ruby license. Fix #134Hiroshi SHIBATA
2020-11-10Use fiddle (win32/importer) instead of Win32APINAKAMURA Usaku
2020-11-10Complex and Rational is embedded classes nowHiroshi SHIBATA
2020-11-10Removed canonicalization for mathnNobuyoshi Nakada
2020-11-10Fix linksS-H-GAMELINKS
2020-11-10refactoring.Koichi Sasada
2020-11-10lib/racc/statetransitiontable.rb: Make the racc output stableYusuke Endoh
2020-11-09Add a benchmark for polymorphic ivar settingAaron Patterson
2020-11-09Add debug counter for ivar inline cache misses that could hitAaron Patterson
2020-11-09Avoid slow path ivar settingAaron Patterson
2020-11-09Fix excessive GC rootingAlan Wu
2020-11-09rb_vm_add_root_module(): Remove unused parameterAlan Wu
2020-11-10* 2020-11-10 [ci skip]git
2020-11-09remove unused debug counterAaron Patterson
2020-11-09Update vm_insnhelper.cAaron Patterson
2020-11-09Remove iv table size checkAaron Patterson
2020-11-09eagerly initialize ivar table when index is small enoughAaron Patterson
2020-11-09`fe80` should be case insensitive tooKazuhiro NISHIYAMA
2020-11-09Removed needless require for 'enumerator'Hiroshi SHIBATA
2020-11-09* 2020-11-09 [ci skip]git
2020-11-08Fix TestFiberMutex#test_condition_variable assertionBenoit Daloze
2020-11-08test/resolv/test_dns.rb: suppress "assigned but unused variable"Yusuke Endoh
2020-11-07Support s390 IPv6 link local addressesJeremy Evans
2020-11-08Urgent notification pipe has same lifetime as scheduler.Samuel Williams
2020-11-08Defer `kernel_sleep` to `block` to avoid exiting the event loop when duration...Samuel Williams
2020-11-08Tidy up book keeping for `thread->keeping_mutexes`.Samuel Williams
2020-11-08Don't try to resume blocked fiber on dead thread.Samuel Williams
2020-11-08`Fiber.new(blocking: false)` is now the default.Samuel Williams
2020-11-07Add support for IPv6 link local addresses to resolvJeremy Evans
2020-11-08* 2020-11-08 [ci skip]git
2020-11-07Remove sender/message_id pair after response received in resolvJeremy Evans
2020-11-07Fix indentationKazuki Tsujimoto