aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* time.c: added in: option to Time.nownobu2019-04-191-0/+5
* io.c: warn non-nil $,nobu2019-04-182-1/+5
* 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-174-0/+1427
* call verification method in addition to compactiontenderlove2019-04-171-2/+2
* Adding `GC.compact` and compacting GC support.tenderlove2019-04-171-0/+97
* Import CSV 3.0.9kou2019-04-151-1/+1
* Import CSV 3.0.8kou2019-04-1416-534/+993
* Prefer uintptr_t over ptrdiff_t for i686k0kubun2019-04-141-6/+0
* Revert "Try to set false explicitly"k0kubun2019-04-141-0/+6
* Revert "Skip recompiling tests on i686 Linux"k0kubun2019-04-141-6/+0
* Fix typo in platform matcherk0kubun2019-04-141-2/+2
* Skip recompiling tests on i686 Linuxk0kubun2019-04-141-0/+6
* Recompile JIT-ed code without optimizationk0kubun2019-04-141-2/+3
* ext/openssl/ossl_bn.c (ossl_bn_initialize): get rid of SEGVmame2019-04-101-0/+5
* Reverting all commits from r67479 to r67496 because of CI failureskazu2019-04-103-109/+0
* ext/openssl/ossl_bn.c (ossl_bn_initialize): get rid of SEGVmame2019-04-101-0/+5
* Don't fail the build if we can't get objects to movetenderlove2019-04-091-2/+6
* Pin weakmap referencestenderlove2019-04-091-3/+3
* Just a check to see what is breaking in CItenderlove2019-04-091-3/+3
* Try to make compaction more likelytenderlove2019-04-091-1/+5
* Adding `GC.compact` and compacting GC support.tenderlove2019-04-092-0/+96
* date: support for Reiwa, new Japanese eranobu2019-04-092-0/+26
* object.c: fix searching nested const pathsnobu2019-04-081-0/+4
* test_module.rb: fix a typonobu2019-04-081-1/+1
* struct.c: force hash values fixablenobu2019-04-081-0/+1
* range.c: force hash values fixablenobu2019-04-081-0/+1
* range.c: force hash values fixablenobu2019-04-081-0/+1
* enumerator.c: force hash values fixablenobu2019-04-081-0/+1
* Add debug message for test_rinda crashk0kubun2019-04-071-0/+2
* Cover all insns in test_jit againk0kubun2019-04-061-5/+24
* Suppress unnecessary warnings in test_jitk0kubun2019-04-061-6/+6
* Resurrect a test dropped in r67442k0kubun2019-04-061-0/+12
* add definemethod/definesmethod insn.ko12019-04-051-14/+5
* update to Unicode Version 12.1.0 (beta)duerst2019-04-052-0/+7
* enumerator.c: make arith_seq_first support nil beginmrkn2019-04-041-0/+10
* ruby/test_arithmetic_sequence.rb: add assertions for beginless and endless ra...mrkn2019-04-041-0/+20
* range.c: support to make beginless arithmetic sequencesmrkn2019-04-041-0/+2
* date: make zone a substring to copy encoding and taintednessnobu2019-04-031-1/+8
* Revive accidentally removed assertionkazu2019-04-031-0/+1
* range.c (r_cover_range_p): support beginless rangemame2019-04-031-0/+5
* Introduce beginless range [Feature#14799]mame2019-04-032-2/+24
* Merge rubygems/rubygems from upstream.hsbt2019-04-0220-70/+201
* Added tests for end of Heiseinobu2019-04-012-1/+64
* exp is String, so it's always truthykazu2019-03-311-1/+1