aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* re-skip tests of GC.compact.Koichi Sasada2019-05-211-0/+2
* enable test for GC.compact to reproduce an issue on CIKoichi Sasada2019-05-211-2/+0
* Do not modify shared arrayNobuyoshi Nakada2019-05-211-1/+0
* Simplified the guard against old versionsNobuyoshi Nakada2019-05-211-5/+2
* skip a test to pass CIs.Koichi Sasada2019-05-181-0/+1
* Add test for UNTILNobuyoshi Nakada2019-05-181-0/+12
* Distinguish pre-condition and post-condition loopsNobuyoshi Nakada2019-05-181-0/+12
* skip tests for GC.compact to pass CI.Koichi Sasada2019-05-171-0/+2
* Test to disable ASCII-only optimizationNobuyoshi Nakada2019-05-171-0/+10
* Add object packing strategies for compactionAaron Patterson2019-05-141-3/+4
* Avoid triggering autoload in Module#const_defined?(String)Jean Boussier2019-05-071-0/+6
* Fix use of numbered parameter inside proc that is default value of optargJeremy Evans2019-05-051-0/+2
* Fix a case where numbered parameters should not be allowedJeremy Evans2019-05-051-0/+2
* parse.y: duplicated when clause warningNobuyoshi Nakada2019-05-051-3/+14
* Add exception support in `Range#first`.manga_osyo2019-05-011-0/+2
* Disallow also CR in here-doc identifierNobuyoshi Nakada2019-04-291-0/+6
* parse.y: fix here-doc identifier with newlineNobuyoshi Nakada2019-04-291-4/+3
* numeric.c: Extend Integer#[] to support range argumentsYusuke Endoh2019-04-281-0/+25
* test/ruby/test_integer.rb: Add a sane test for Integer#[]Yusuke Endoh2019-04-281-0/+14
* Always mark the string returned by File.realpath as taintedJeremy Evans2019-04-281-1/+1
* Get rid of indirect sharingNobuyoshi Nakada2019-04-271-0/+9
* Hide internal IDsNobuyoshi Nakada2019-04-262-0/+8
* Fix typos [ci skip]Kazuhiro NISHIYAMA2019-04-251-7/+7
* Defer setting gc_stress until inits doneNobuyoshi Nakada2019-04-241-0/+4
* Fix complex hash keys to work with compactionAaron Patterson2019-04-231-0/+7
* Disallow numbered parameter as the default value of optional argumentSeiei Miyagi2019-04-231-0/+1
* Fix internal error of `->x:@2{}`Seiei Miyagi2019-04-231-0/+1
* test/ruby/test_pattern_matching.rb: add missing tests for NODE_DASGN, NODE_LASGNktsj2019-04-211-0/+18
* Add missing test for p_var_refktsj2019-04-211-0/+6
* Add missing tests for p_argsktsj2019-04-211-0/+29
* skip test until we can guarantee movement of certain objectstenderlove2019-04-201-0/+2
* skip test if mjit is enabledtenderlove2019-04-201-0/+2
* Workaround Wercker check which is not working nowk0kubun2019-04-201-1/+1
* Skip test_find_collided_object on problematic CIs for nowk0kubun2019-04-201-0/+4
* Add `Time#floor`nobu2019-04-201-0/+26
* add more assertions around moved objecttenderlove2019-04-201-1/+8
* check the index rather than includetenderlove2019-04-201-1/+1
* Try harder to make objects movetenderlove2019-04-201-23/+35
* Add `GC.compact` again.tenderlove2019-04-202-0/+98
* time.c: added in: option to Time.nownobu2019-04-191-0/+5
* io.c: warn non-nil $,nobu2019-04-181-1/+1
* Suppress warningsnobu2019-04-181-1/+1
* string.c: warn non-nil $;nobu2019-04-181-3/+10
* Reverting compaction for nowtenderlove2019-04-171-97/+0
* Suppress warning in assertion tookazu2019-04-171-0/+3
* Suppress warnings in `make test-all`kazu2019-04-171-0/+7
* Define Struct#deconstructktsj2019-04-171-0/+12
* Introduce pattern matching [EXPERIMENTAL]ktsj2019-04-171-0/+1075
* call verification method in addition to compactiontenderlove2019-04-171-2/+2
* Adding `GC.compact` and compacting GC support.tenderlove2019-04-171-0/+97