summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2019-05-07Avoid triggering autoload in Module#const_defined?(String)Jean Boussier
2019-05-05Fix use of numbered parameter inside proc that is default value of optargJeremy Evans
2019-05-05Fix a case where numbered parameters should not be allowedJeremy Evans
2019-05-05parse.y: duplicated when clause warningNobuyoshi Nakada
2019-05-01Add exception support in `Range#first`.manga_osyo
2019-04-29Disallow also CR in here-doc identifierNobuyoshi Nakada
2019-04-29parse.y: fix here-doc identifier with newlineNobuyoshi Nakada
2019-04-28numeric.c: Extend Integer#[] to support range argumentsYusuke Endoh
2019-04-28test/ruby/test_integer.rb: Add a sane test for Integer#[]Yusuke Endoh
2019-04-28Always mark the string returned by File.realpath as taintedJeremy Evans
2019-04-27Get rid of indirect sharingNobuyoshi Nakada
2019-04-26Hide internal IDsNobuyoshi Nakada
2019-04-25Fix typos [ci skip]Kazuhiro NISHIYAMA
2019-04-24Defer setting gc_stress until inits doneNobuyoshi Nakada
2019-04-23Fix complex hash keys to work with compactionAaron Patterson
2019-04-23Disallow numbered parameter as the default value of optional argumentSeiei Miyagi
2019-04-23Fix internal error of `->x:@2{}`Seiei Miyagi
2019-04-21test/ruby/test_pattern_matching.rb: add missing tests for NODE_DASGN, NODE_LASGNktsj
2019-04-21Add missing test for p_var_refktsj
2019-04-21Add missing tests for p_argsktsj
2019-04-20skip test until we can guarantee movement of certain objectstenderlove
2019-04-20skip test if mjit is enabledtenderlove
2019-04-20Workaround Wercker check which is not working nowk0kubun
2019-04-20Skip test_find_collided_object on problematic CIs for nowk0kubun
2019-04-20Add `Time#floor`nobu
2019-04-20add more assertions around moved objecttenderlove
2019-04-20check the index rather than includetenderlove
2019-04-20Try harder to make objects movetenderlove
2019-04-20Add `GC.compact` again.tenderlove
2019-04-19time.c: added in: option to Time.nownobu
2019-04-18io.c: warn non-nil $,nobu
2019-04-18Suppress warningsnobu
2019-04-18string.c: warn non-nil $;nobu
2019-04-17Reverting compaction for nowtenderlove
2019-04-17Suppress warning in assertion tookazu
2019-04-17Suppress warnings in `make test-all`kazu
2019-04-17Define Struct#deconstructktsj
2019-04-17Introduce pattern matching [EXPERIMENTAL]ktsj
2019-04-17call verification method in addition to compactiontenderlove
2019-04-17Adding `GC.compact` and compacting GC support.tenderlove
2019-04-14Prefer uintptr_t over ptrdiff_t for i686k0kubun
2019-04-14Revert "Try to set false explicitly"k0kubun
2019-04-14Revert "Skip recompiling tests on i686 Linux"k0kubun
2019-04-14Fix typo in platform matcherk0kubun
2019-04-14Skip recompiling tests on i686 Linuxk0kubun
2019-04-14Recompile JIT-ed code without optimizationk0kubun
2019-04-10Reverting all commits from r67479 to r67496 because of CI failureskazu
2019-04-09Don't fail the build if we can't get objects to movetenderlove
2019-04-09Try to make compaction more likelytenderlove
2019-04-09Adding `GC.compact` and compacting GC support.tenderlove