summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2023-09-18[Bug #19887] RUBYOPT should work without leading `-`Nobuyoshi Nakada
2023-09-18Simplify restoring ENVNobuyoshi Nakada
2023-09-16Fix regression when testing inclusion in unbounded rangesJeremy Evans
2023-09-16[Feature #19839] Fix `Range#overlap?` for empty rangesNobuyoshi Nakada
2023-09-16[Feature #19839] Add Range#overlap?Shouichi Kamiya
2023-09-15[Bug #19882] Reject tokens invalid as symbolsNobuyoshi Nakada
2023-09-15Fix Thread#native_thread_id being cached across fork (#8418)KJ Tsanaktsidis
2023-09-15[Bug #19877] Fix flip-flop in blockNobuyoshi Nakada
2023-09-15[Bug #19877] Named captures should take place from regexps in blockNobuyoshi Nakada
2023-09-15[Bug #19877] Literals cannot have singleton methods even in blocksNobuyoshi Nakada
2023-09-14Fix `io_buffer_get_string` default length computation. (#8427)Samuel Williams
2023-09-14[Bug #19868] Deprecate `Process::Status#&` and `Process::Status#>>`Nobuyoshi Nakada
2023-09-14[Bug #19868] Suggest other Process::Status method for `&` and `>>`Nobuyoshi Nakada
2023-09-14Negative value to Process::Status method for compatibilityNobuyoshi Nakada
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