summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2020-11-07Fix and remove spec testing undefined behaviorKazuki Tsujimoto
2020-11-07Update dependenciesSamuel Williams
2020-11-07Rename to `Fiber#set_scheduler`.Samuel Williams
2020-11-07* 2020-11-07 [ci skip]git
2020-11-06Add docs for some C extension GC APIsAlan Wu
2020-11-06Added dependency for net-protocolHiroshi SHIBATA
2020-11-06a part of T_DATA object can Ractor#sendKoichi Sasada
2020-11-06Update TypeProf to 0.4.2Yusuke Endoh
2020-11-05gc_rest can change the total pages, so we need to do that firstAaron Patterson
2020-11-05add asserts to find crashAaron Patterson
2020-11-05Refactor verification methodAaron Patterson