aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* Guard match from GC when scanning stringPeter Zhu2023-11-271-0/+4
* [PRISM] Small fixes to parameters ordering and methodsJemma Issroff2023-11-271-0/+9
* [PRISM] Compile IndexOperatorWriteNodeJemma Issroff2023-11-271-0/+25
* [PRISM] Compile IndexAndWriteNodeJemma Issroff2023-11-271-0/+22
* [PRISM] Compile IndexOrWriteNodeJemma Issroff2023-11-271-0/+21
* [PRISM] Fix compilation for SplatNodes within ArrayNodesJemma Issroff2023-11-271-0/+7
* [PRISM] Don't pop several args related nodesJemma Issroff2023-11-271-0/+9
* Fix compaction during ary_make_partialPeter Zhu2023-11-271-0/+4
* Fix flaky "Expected 499 to be >= 500" assertion in test_gc_compact.rbKJ Tsanaktsidis2023-11-271-30/+37
* Fix portability of bignum in ISeq Binary FormatNobuyoshi Nakada2023-11-261-0/+7
* Switch shape test to use exhaust_shapesPeter Zhu2023-11-241-9/+4
* [DOC] State timezone info in the string wins `in:` keywordNobuyoshi Nakada2023-11-241-0/+1
* Add tests for compaction during evacuation of ivarsPeter Zhu2023-11-231-0/+79
* Speedup test_shape.rbJean Boussier2023-11-221-114/+22
* Remove string concat node in prismKevin Newton2023-11-211-4/+1
* Fix memory leak when evacuating generic ivarsPeter Zhu2023-11-211-0/+24
* Do not change hash type in Hash#assocNobuyoshi Nakada2023-11-211-0/+22
* Raise an exception when Hash#compare_by_identity during its iterationYusuke Endoh2023-11-211-0/+9
* Add a testTSUYUSATO Kitsune2023-11-211-0/+5
* [Bug #11183] Fix rb_complex_pow for special anglesKouhei Yanagita2023-11-211-0/+65
* Fix crash when evacuating generic ivarPeter Zhu2023-11-201-0/+22
* [PRISM] Updated LocalVariableTargetNodes tooJemma Issroff2023-11-201-0/+8
* [PRISM] Fix LocalVariableWriteNodes within blocksJemma Issroff2023-11-201-0/+22
* [PRISM] Implement once node for interpolated regexeileencodes2023-11-201-0/+2
* [PRISM] Don't pop args to YieldNodeJemma Issroff2023-11-201-0/+4
* Fix crash when iterating over generic ivarsPeter Zhu2023-11-201-0/+2
* Ensure keyword splat method argument is hashJeremy Evans2023-11-181-0/+9
* Fix corruption when out of shape during ivar removePeter Zhu2023-11-171-0/+21
* Skip test_ForwardingArgumentsNodeYusuke Endoh2023-11-171-0/+25
* No need to save `$VERBOSE`Nobuyoshi Nakada2023-11-151-2/+0
* Separate tests for Hash only from tests for Hash and its subclassesNobuyoshi Nakada2023-11-151-386/+380
* test: Follow-up fix for #8916Yuta Saito2023-11-151-3/+3
* test: Assert only events originated from the test_settracefunc.rb test fileYuta Saito2023-11-141-11/+15
* Don't overwrite shape capacity when removing ivarPeter Zhu2023-11-131-0/+33
* test: Check file name in test_thread_add_trace_func alsoYuta Saito2023-11-141-10/+10
* [Bug #19969] Compact st_table after deleted if possibleNobuyoshi Nakada2023-11-111-0/+9
* [PRISM] Implement compilation for ForwardingArgumentssNodeJemma Issroff2023-11-091-0/+16
* String#force_encoding don't clear coderange if encoding is unchangedJean Boussier2023-11-091-0/+1
* [PRISM] Add tests for OptionalKeywordParameterNodeJemma Issroff2023-11-081-0/+4
* [PRISM] Added tests for ForwardingParameterNode, KeywordRestParameterNodeJemma Issroff2023-11-081-0/+8
* [PRISM] Add tests for several parameters nodesJemma Issroff2023-11-081-1/+25
* YJIT: Disable code GC (#8865)Takashi Kokubun2023-11-081-4/+27
* Improve error and memory handlingAdam Hess2023-11-081-0/+6
* Use embedded TypedData for Time objectsPeter Zhu2023-11-071-2/+5
* [PRISM] Implement compilation for different parametersJemma Issroff2023-11-071-1/+41
* [PRISM] CompileEnsureNodeMatt Valentine-House2023-11-071-0/+5
* [PRISM] Implement compilation for MultiWriteNodes, fix MultiTargetNodesJemma Issroff2023-11-061-1/+26
* generic_ivar_set: properly check for TOO_COMPLEX on capacity transitionJean Boussier2023-11-061-1/+31
* [Bug #19985] Raise LoadError with the converted feature nameNobuyoshi Nakada2023-11-061-5/+21
* ast.rb: Fix bug for source of multibyte charactersalpaca-tc2023-11-051-0/+8