aboutsummaryrefslogtreecommitdiffstats
path: root/test/-ext-
Commit message (Expand)AuthorAgeFilesLines
* merge revision(s) cbe4f75ef802f13d05f94e42274b65a062bd3666: [Backport #16834]nagachika2020-07-251-6/+34
* merge revision(s) 72c02aa4b79731c7f25c9267f74b347f1946c704: [Backport #16662]nagachika2020-07-231-0/+7
* Clear all trace events during teardownAlan Wu2020-03-301-0/+4
* Reword keyword arguments warning messages to convey these are deprecation war...Marc-Andre Lafortune2019-12-232-17/+17
* vm_args.c: rephrase the warning message of keyword argument separationYusuke Endoh2019-12-201-3/+3
* Fixed misspellingsNobuyoshi Nakada2019-12-201-1/+1
* check interrupts at each frame pop timing.Koichi Sasada2019-11-291-2/+2
* test/-ext-/string/test_fstring.rb: suppress a warning for taintYusuke Endoh2019-11-181-1/+6
* Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans2019-11-182-39/+0
* Fix typosKazuki Tsujimoto2019-11-091-2/+2
* Revert "[EXPERIMENTAL] Make Symbol#to_s return a frozen String [Feature #16150]"NARUSE, Yui2019-11-051-3/+1
* more use of RbConfig::LIMITS卜部昌平2019-10-081-2/+1
* Add rb_enumeratorize_with_size_kw and related macrosJeremy Evans2019-09-301-0/+11
* test/-ext-/string/test_fstring.rb: suppress "possibly useless use of -@"Yusuke Endoh2019-09-301-1/+1
* Add three more C-API functions for handling keywordsJeremy Evans2019-09-291-2/+54
* [EXPERIMENTAL] Make Symbol#to_s return a frozen StringBenoit Daloze2019-09-261-1/+3
* Tag string shared roots to fix use-after-freeAlan Wu2019-09-261-0/+9
* Make rb_scan_args handle keywords more similar to Ruby methods (#2460)Jeremy Evans2019-09-251-22/+115
* Warn instance variable `E`Nobuyoshi Nakada2019-08-101-2/+6
* fix tracepoint + backtrace SEGV卜部昌平2019-08-011-0/+12
* Fixed inadvertent ID creation in rb_iv_getNobuyoshi Nakada2019-07-011-0/+9
* Suppress "statement not reached" warningNobuyoshi Nakada2019-06-301-1/+3
* Suppress unused literal warnings in verbose modeNobuyoshi Nakada2019-06-301-1/+3
* Removed unused variablesNobuyoshi Nakada2019-06-281-1/+1
* Resize capacity for fstringJohn Hawthorn2019-06-261-0/+19
* Get rid of error with frozen string literalNobuyoshi Nakada2019-06-232-1/+3
* Ignore warnings about argument prefix with operator symbol.Hiroshi SHIBATA2019-06-011-1/+1
* Adjust indentNobuyoshi Nakada2019-05-101-1/+1
* str_duplicate: Don't share with a frozen shared stringAlan Wu2019-05-091-0/+16
* The combination of non-Symbol keys and Symbol keys is now allowed againmame2019-03-111-12/+12
* numeric.c: fix infinite loopnobu2019-03-111-0/+11
* Symbol creation is not a problem now unless pinned downnobu2019-03-061-10/+2
* introduce rb_nogvl C-API to mark ubf as async-signal-safenormal2019-01-041-0/+20
* test_iseq_load.rb: increase timeout for stressful roundtripk0kubun2018-12-291-1/+1
* test_iseq_load.rb: increase timeout for RubyCIk0kubun2018-12-281-1/+1
* Add test cases of rb_arithmetic_sequence_extractmrkn2018-12-121-0/+40
* Show diff in failure messagesnobu2018-12-061-22/+23
* revisit more MJIT test skipsk0kubun2018-10-221-4/+0
* revert revert of r65285k0kubun2018-10-211-2/+0
* revert r65285k0kubun2018-10-211-0/+2
* try to remove some test skips for MJITk0kubun2018-10-211-2/+0
* * remove trailing spaces.svn2018-09-211-7/+7
* escape all env properly.ko12018-09-211-0/+16
* Add more assertions for NotImplementedError of instance methodkazu2018-08-211-0/+4
* non-symbol keys in kwargsnobu2018-08-141-12/+12
* Add some tests for *method_defined?usa2018-08-131-0/+14
* Fix test bugkazu2018-08-131-1/+1
* Add test for method_defined?(notimplement)kazu2018-08-131-0/+4
* test_iseq_load.rb: reduce timeout of test_stressful_roundtripk0kubun2018-08-111-1/+1
* test_iseq_load.rb: increase timeoutk0kubun2018-08-101-1/+1