summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2020-09-14Make Mutex per-Fiber instead of per-ThreadBenoit Daloze
2020-09-14Rename `Fiber{}` to `Fiber.schedule{}`.Samuel Williams
2020-09-14Standardised scheduler interface.Samuel Williams
2020-09-14Simplify bitmasks for IO events.Samuel Williams
2020-09-14[ruby/irb] Omit output if first line of multiline is too longaycabta
2020-09-14[ruby/irb] Add OMIT_ON_ASSIGNMENTaycabta
2020-09-12[ruby/reline] Treat prompt correctly when Reline.prompt_proc isn't setaycabta
2020-09-12[ruby/reline] Move cursor to currect vertical pos after rendering a logical lineaycabta
2020-09-11Let String#slice! return nil (#3533)Soutaro Matsumoto
2020-09-09Optimize ObjectSpace.dump_allJean Boussier
2020-09-09Add a :since option to dump_allJean Boussier
2020-09-09Revert the related commits about `Tempfile.open` change.Hiroshi SHIBATA
2020-09-08Workaroud for macOS Big Sur(11.0)Hiroshi SHIBATA
2020-09-08libSystem.dylib is also symlink. Use libSystem.B.dylibHiroshi SHIBATA
2020-09-08Use libSystem.dylib instead of libm.dylib and libc.dylibHiroshi SHIBATA
2020-09-07Added `get_real` interfaceNobuyoshi Nakada
2020-09-07separate rb_random_tNobuyoshi Nakada
2020-09-06Make it possible to dump and load an exception objectYusuke Endoh
2020-09-04Added Symbol#nameNobuyoshi Nakada
2020-09-04lib/ostruct.rb: Revert "To use RuntimeError instead of FrozenError for old ru...Marc-Andre Lafortune
2020-09-02Add category to `rb_warn_deprecated`eileencodes
2020-09-02Fix constant names set using const_set on a singleton classMarc-Andre Lafortune
2020-09-01Reapply "Special case Range#max for integer beginning and Float::Infinity end...Marc-Andre Lafortune
2020-09-01Support passing a category to `Warning.warn`eileencodes
2020-09-01Revert "Fix Range#{max,minmax} for range with integer beginning and non-integ...Jeremy Evans
2020-09-01Revert "Special case Range#max for integer beginning and Float::Infinity end"Jeremy Evans
2020-08-31Prohibit setter method names in endless method definitionYusuke Endoh
2020-08-31The deprecation of enumerators with block has been withdrawnNobuyoshi Nakada
2020-08-29Revert changes to rdoc & rubygems regarding Tempfile.open(&block)Benoit Daloze
2020-08-29Fix usages of Tempfile.open(&block) that expected the file to still be there ...Benoit Daloze
2020-08-29Simplify Tempfile.open calls with a block as they now unlink the file automat...Benoit Daloze
2020-08-27Fix Method#super_method for aliased methodsJeremy Evans
2020-08-27[ruby/io-console] Bug 17128: In test_set_winsize_console, wrapped re-size in ...Leam Hall
2020-08-27[stringio] fix stringio codepoint enumerator off by one errorYoann Lecuyer
2020-08-27Make Socket.getaddrinfo interruptible (#2827)Kir Shatrov
2020-08-26Fixed error messages at non-ascii %string terminatorNobuyoshi Nakada
2020-08-21Fixup 3292f4d965845d543733559fd1736b8c42fadab3Hiroshi SHIBATA
2020-08-21Fixed the executable path for erb commandHiroshi SHIBATA
2020-08-20Skip irb/test_history on Windows tooaycabta
2020-08-19Fix ObjectSpace.trace_object_allocations_stop to not raise if the tracepoint ...Jean Boussier
2020-08-19register_fstring: avoid duping the passed string when possibleJean Boussier
2020-08-19Skip Editline for history tests of IRBaycabta
2020-08-19Skip irb/test_history on Solarisaycabta
2020-08-18Reset object allocation trace informationAaron Patterson
2020-08-19Use "in" and "out" options of "system" instead of "replace_stdio"aycabta
2020-08-18Update references when tracing allocationsAaron Patterson
2020-08-19Do "write" to temp stdin before "reopen"aycabta
2020-08-18test/irb/test_history.rb: prevent warningsYusuke Endoh
2020-08-18Lounch external process on Windows correctlyaycabta
2020-08-18[ruby/irb] Change the way the IRB is invoked as an external processaycabta