aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* should not free local hook_list here.Koichi Sasada2019-07-241-0/+17
* Make Object#singleton_methods work correctly for singleton classes of objectsJeremy Evans2019-07-231-0/+23
* Removed duplicate highlightingNobuyoshi Nakada2019-07-151-0/+3
* add tests for orphan/not-orphan proc/lambda.Tanaka Akira2019-07-152-0/+54
* add tests for "break" in lambda.Tanaka Akira2019-07-151-0/+15
* Check the result of String#-@Nobuyoshi Nakada2019-07-141-3/+5
* MJIT Support for getblockparamproxyTakashi Kokubun2019-07-141-2/+12
* Method#inspect with source location.Koichi Sasada2019-07-142-9/+9
* add encoding conversion from/to CESU-8Martin Dürst2019-07-141-0/+22
* Relaxed delta of nanosec from Float timeNobuyoshi Nakada2019-07-131-1/+1
* Fixed duplicate test nameNobuyoshi Nakada2019-07-121-1/+1
* Check exception flag as a bool [Bug #15987]Nobuyoshi Nakada2019-07-115-0/+36
* Revert "parse.y: Deprecate flip-flops"Nobuyoshi Nakada2019-07-111-2/+0
* $LOAD_PATH.resolve_feature_pathNobuyoshi Nakada2019-07-111-3/+3
* Restore support library for only test files.Hiroshi SHIBATA2019-07-093-3/+3
* Check indent of `end` against `else` if presentNobuyoshi Nakada2019-07-081-5/+6
* Message to pipe should end with a newlineNobuyoshi Nakada2019-07-071-10/+14
* Enable indentation warning against `if` just after `else`Nobuyoshi Nakada2019-07-071-5/+8
* Fix segfault when using method reference operator without using resultJeremy Evans2019-07-051-0/+7
* Multiple codepoints are not allowed at single character literalNobuyoshi Nakada2019-07-051-0/+1
* Revert self-referencing finalizer warning [Feature #15974]Nobuyoshi Nakada2019-07-041-29/+3
* Just disable inlining with local varaible for nowTakashi Kokubun2019-07-031-0/+14
* Fix up [Feature #15974]Nobuyoshi Nakada2019-07-031-3/+29
* Revert "Avoid corrupting VM stack on inlined setlocal"Koichi Sasada2019-07-031-14/+0
* Check that String#scrub block does not modify receiverJeremy Evans2019-07-021-0/+13
* Make String#-@ not freeze receiver if called on unfrozen subclass instanceJeremy Evans2019-07-021-0/+16
* Implement Array#minmaxJeremy Evans2019-07-021-0/+19
* Avoid corrupting VM stack on inlined setlocalTakashi Kokubun2019-07-021-0/+14
* The behavior of statx(2) depends on the filesystemNobuyoshi Nakada2019-07-021-1/+1
* Adjust jit_support file path.Hiroshi SHIBATA2019-07-023-3/+3
* Renamed to get rid of name clashNobuyoshi Nakada2019-07-021-1/+1
* Raise TypeError if calling ENV.freezeJeremy Evans2019-07-011-0/+4
* marshal.c: check instance variable countNobuyoshi Nakada2019-07-011-1/+13
* marshal.c: check instance variable countNobuyoshi Nakada2019-07-011-0/+32
* Producer threads check is the primary conditionNobuyoshi Nakada2019-06-301-1/+1
* Suppress "statement not reached" warningNobuyoshi Nakada2019-06-301-1/+1
* Suppress method redefinition warningsNobuyoshi Nakada2019-06-301-1/+2
* Suppress "literal in condition" warningsNobuyoshi Nakada2019-06-301-4/+4
* Suppress void context warnings in verbose modeNobuyoshi Nakada2019-06-302-6/+12
* Skip instead of returnNobuyoshi Nakada2019-06-301-1/+2
* Fixed non-working testNobuyoshi Nakada2019-06-301-6/+10
* Fixed ClosedQueueError by a timing issueNobuyoshi Nakada2019-06-301-2/+5
* Reset the result between assertionsNobuyoshi Nakada2019-06-301-0/+1
* Fixed an assertionNobuyoshi Nakada2019-06-301-1/+1
* Suppress unused variable warningsNobuyoshi Nakada2019-06-3012-7/+19
* Wait for the helper thread to terminateNobuyoshi Nakada2019-06-301-0/+1
* Removed unused variablesNobuyoshi Nakada2019-06-306-8/+3
* Escape control codes in regexp warning messageNobuyoshi Nakada2019-06-291-0/+2
* Should not warn massign parameters as unusedNobuyoshi Nakada2019-06-291-4/+6
* Rmove old TestTimeTZ::TZ#abbr attributeNobuyoshi Nakada2019-06-291-1/+1