summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2023-09-13math.c: Fix Math.log against huge bignum [Bug #19878]Yusuke Endoh
2023-09-13[Bug #19872] Refine TestRequireLibNobuyoshi Nakada
2023-09-13Suppress an unused variable warningNobuyoshi Nakada
2023-09-13[Bug #19862] Skip compiled result of never reachable expressionNobuyoshi Nakada
2023-09-13[Bug #19754] Make `IO::Buffer#get_string` check `offset` range (#8016)Nobuyoshi Nakada
2023-09-12Make Kernel#lambda raise when given non-literal blockAlan Wu
2023-09-12Ensure signaled processes at opening FIFO terminatedNobuyoshi Nakada
2023-09-08Fix weak_references count testMatt Valentine-House
2023-09-07Rewrite Integer#times in Ruby (#8388)Takashi Kokubun
2023-09-07[Bug #19549] Check for variables to be interpolatedNobuyoshi Nakada
2023-09-06Fix crash in WeakMap during compactionPeter Zhu
2023-09-06Try to fix flaky test_warmup_frees_pagesPeter Zhu
2023-09-05Pattern matching has not been experimentalyui-knk
2023-09-04Add debug info for flaky test_warmup_frees_pagesPeter Zhu
2023-09-01Add regression tests for start_with?/delete_prefixywenc
2023-09-01Try to fix flaky test for Process.warmupPeter Zhu
2023-09-01Fix flaky test for Process.warmupPeter Zhu
2023-09-01[Bug #19281] Allow semicolon in parenthesis at the first argument of command ...yui-knk
2023-09-01[Bug-18878] Parse qualified const with brace block as method callNobuyoshi Nakada
2023-08-31YJIT: Handle getblockparamproxy with ifuncJohn Hawthorn
2023-08-31Correctly calculate initial pagesPeter Zhu
2023-08-31[Bug #19349] Respect `#to_int` of `base` argumentNobuyoshi Nakada
2023-08-31Separate test for `Kernel#Integer` with `base` argumentNobuyoshi Nakada
2023-08-30Change heap init environment variable namesPeter Zhu
2023-08-29Fix Array#bsearch when block returns a non-integer numeric valueKouhei Yanagita
2023-08-29[Feature #18183] Add `chars:` option to `Random#alphanumeric`Nobuyoshi Nakada
2023-08-28Fix growth in minor GC when we have initial slotsPeter Zhu
2023-08-28Remove --disable-gems in assert_in_out_errPeter Zhu
2023-08-27Free all empty heap pages in Process.warmupPeter Zhu
2023-08-25[Feature #19785] Deprecate RUBY_GC_HEAP_INIT_SLOTSPeter Zhu
2023-08-26[Bug #19784] Fix behaviors against prefix with broken encodingNobuyoshi Nakada
2023-08-26Split string testsNobuyoshi Nakada
2023-08-25Implement WeakKeyMap using weak referencesPeter Zhu
2023-08-25Implement WeakMap using weak referencesPeter Zhu
2023-08-25Expose stats about weak referencesPeter Zhu
2023-08-25[Bug #19848] Flush BOMNobuyoshi Nakada
2023-08-23Handle Array#* raising ArgumentError in testJeremy Evans
2023-08-23YJIT: Implement VM_CALL_ARGS_BLOCKARG with Proc for ISeq callsAlan Wu
2023-08-20Tempfile is not neededNobuyoshi Nakada
2023-08-17Move total_freed_objects to size poolPeter Zhu
2023-08-17Move total_allocated_objects to size poolPeter Zhu
2023-08-17YJIT: implement side chain fallback for setlocal to avoid exiting (#8227)Maxime Chevalier-Boisvert
2023-08-15Add stat force_incremental_marking_finish_countPeter Zhu
2023-08-13Fix the precedence of `--backtrace-limit` optionNobuyoshi Nakada
2023-08-11Fix range of `--backtrace-limit`Nobuyoshi Nakada
2023-08-10Deprecate Kernel#open and IO support for subprocess creation/forkingMike Dalessio
2023-08-09Prevent warnings: assigned but unused variableYusuke Endoh
2023-08-08[Bug #19833] Fix index underflow at superclasses of `BasicObject`Nobuyoshi Nakada
2023-08-04Revert "Tests to move between size pools are flaky on Windows too"Peter Zhu
2023-08-03Remove --disable-gems for assert_separatelyPeter Zhu