summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2023-01-17Fix crash when defining ivars on special constantsPeter Zhu
2023-01-15[Bug #19335] `Integer#remainder` should respect `#coerce` (#7120)Nobuyoshi Nakada
2023-01-13Remove MIN_PRE_ALLOC_SIZE from Strings.Matt Valentine-House
2023-01-13Skip time-related assertions on /dev/nullNobuyoshi Nakada
2023-01-13Do not use VM stack for splat arg on cfuncKoichi Sasada
2023-01-11Remove Encoding#replicateBenoit Daloze
2023-01-10YJIT: Save PC and SP before calling leaf builtins (#7090)Alan Wu
2023-01-09Assert that resizing arrays will re-embed themPeter Zhu
2023-01-09Assert that resizing objects will re-embed themPeter Zhu
2023-01-09Fix re-embedding of strings during compactionPeter Zhu
2023-01-08[Bug #19323] Raise `RangeError` instead of integer overflowNobuyoshi Nakada
2023-01-06[Bug #19312] Return end-of-input at `__END__`Nobuyoshi Nakada
2023-01-06Check if the argument is Thread::Backtrace::Location objectyui-knk
2023-01-05Raise an ArgumentError for unknown pack/unpack directiveBenoit Daloze
2023-01-04Fix crash in TracePoint c_call for removed methodPeter Zhu
2023-01-03YJIT: Fix `yield` into block with >=30 locals on ARMAlan Wu
2023-01-03Fix Error in GC Compaction specsMatt Valentine-House
2023-01-02[Bug #19296] Precheck bits of time componentsNobuyoshi Nakada
2023-01-02Add missing assertionNobuyoshi Nakada
2023-01-02[Bug #19291] Rewind to the previous lineNobuyoshi Nakada
2023-01-01Make IO#set_encoding with binary external encoding use nil internal encodingJeremy Evans
2023-01-01[Bug #19292] Re-initialize tm when wday or yday is not setNobuyoshi Nakada
2022-12-30Fix test when Ruby is verbosePeter Zhu
2022-12-30Fix integer underflow when using HEAP_INIT_SLOTSPeter Zhu
2022-12-28Fix [Bug 19273], set correct value to `outer_repeat` on `OP_REPEAT` (#7035)TSUYUSATO Kitsune
2022-12-26numeric.c: Fix round_half_even for specific values (#7023)Kenta Murata
2022-12-26Suppress method redefinition warningsNobuyoshi Nakada
2022-12-25MJIT: Fix JIT code for multiple values in a single caseTakashi Kokubun
2022-12-25Rewrite Kernel#loop in Ruby (#6983)Takashi Kokubun
2022-12-24Test of environment variables order for HOME on WindowsNobuyoshi Nakada
2022-12-24Add Dir.home test with encodingNobuyoshi Nakada
2022-12-24MJIT: Cancel all on disastrous situations (#7019)Takashi Kokubun
2022-12-24Extract setup of environment variablesNobuyoshi Nakada
2022-12-24Fix missing handling of offset argument in `IO::Buffer` `pread` and `pwrite`....Samuel Williams
2022-12-23Add tests for compacting shared arraysPeter Zhu
2022-12-23Don't allow re-embedding frozen arraysPeter Zhu
2022-12-22Clean intermediate source file in `TestMJIT#test_jit_failure` (#6994)Nobuyoshi Nakada
2022-12-22Always issue deprecation warning when calling Regexp.new with 3rd positional ...Jeremy Evans
2022-12-22Share argument parsing in `Regexp#initialize` and `Regexp.linear_time?`Nobuyoshi Nakada
2022-12-21Make sure TracePoint#binding returns nil for c_call/c_return eventsJeremy Evans
2022-12-21Add copy with changes functionality for Data objects (#6766)Ufuk Kayserilioglu
2022-12-21Make Enumerartor.product return nil when called with a blockAkinori MUSHA
2022-12-21Make product consistently yield an array of N elements instead of N argumentsAkinori MUSHA
2022-12-20[Bug #19242] Prohibit circular causes to be loadedNobuyoshi Nakada
2022-12-17Prevent a "method redefined" warningYusuke Endoh
2022-12-17Prevent warning "assigned but unused variable - initial_shape"Yusuke Endoh
2022-12-16Clean up Ruby Shape APIJemma Issroff
2022-12-16[Feature #18033] Parse more strictly conformant with ISO-8601Nobuyoshi Nakada
2022-12-16[Feature #18033] Add `precision:` optionNobuyoshi Nakada
2022-12-16[Feature #18033] More strict checksNobuyoshi Nakada