aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [ruby/irb] skip a failling test on TruffleRubyNobuhiro IMAI2021-01-181-0/+1
* [ruby/irb] handle repeated exception separatelyNobuhiro IMAI2021-01-181-0/+18
* [ruby/irb] handle `__ENCODING__` as a keyword as wellNobuhiro IMAI2021-01-181-1/+2
* [ruby/reline] Windows needs more times to wait renderingaycabta2021-01-181-1/+3
* [ruby/reline] Tests with yamatanooroti don't need chdiraycabta2021-01-181-2/+0
* Use the dedicated assertionNobuyoshi Nakada2021-01-171-2/+2
* Warn Struct#initialize with only keyword args (#4070)Takashi Kokubun2021-01-171-0/+12
* Fix Ripper with heredoc.manga_osyo2021-01-171-0/+10
* [ruby/bigdecimal] Fix for the coerce cases in divide and DoDivmodKenta Murata2021-01-161-0/+13
* Keep encoding in the result of File.expand_path [Bug #17517]Nobuyoshi Nakada2021-01-151-0/+2
* Make Module#prepend affect ancestor chain even if argument already included i...Jeremy Evans2021-01-141-1/+36
* Rename RubyVM::MJIT to RubyVM::JITTakashi Kokubun2021-01-1320-55/+55
* Guard callinfoAaron Patterson2021-01-131-0/+10
* Capture to reserved name variables if already defined [Bug #17533]Nobuyoshi Nakada2021-01-131-0/+11
* Positional and keyword arguments for timezone are exclusiveNobuyoshi Nakada2021-01-131-0/+1
* Added `in:` timezone option to `Time.new` [Feature #17485]Nobuyoshi Nakada2021-01-131-0/+1
* Make warning values consistent [Bug #17523]Nobuyoshi Nakada2021-01-131-0/+9
* Revert "[Bug #11213] let defined?(super) call respond_to_missing?"Nobuyoshi Nakada2021-01-131-33/+0
* Allow UTC offset without colons per ISO-8601 [Bug #17504]Nobuyoshi Nakada2021-01-131-0/+6
* Fix method protection for modules in the ancestry chain.Marc-Andre Lafortune2021-01-121-0/+34
* [ruby/bigdecimal] Allow digits=0 in BigDecimal(flt) and Float#to_dKenta Murata2021-01-132-3/+7
* Skip test when UDP server is no response.Hiroshi SHIBATA2021-01-131-0/+3
* [ruby/bigdecimal] Use pre-allocated objects for special valuesKenta Murata2021-01-131-1/+7
* [ruby/bigdecimal] Fix exception message raised in Kernel.BigDecimalKenta Murata2021-01-131-1/+13
* [ruby/reline] Move the cursor correctly when deleting at eolaycabta2021-01-131-0/+18
* [ruby/reline] Handle ed_search_{prev,next}_history in multiline correctlyaycabta2021-01-132-0/+61
* Fix the failing test with XDG_CONFIG_HOMEHiroshi SHIBATA2021-01-121-0/+4
* Remove "." and ".." from Dir.glob with FNM_DOTMATCH [Bug #17280]Nobuyoshi Nakada2021-01-122-2/+5
* Convert time component strings to integers more strictlyNobuyoshi Nakada2021-01-121-0/+1
* Show seconds of utc_offset if not zeroNobuyoshi Nakada2021-01-121-0/+4
* Suppress constant redefinition warningsNobuyoshi Nakada2021-01-113-1/+9
* Get rid of defining methods for tests in core classesNobuyoshi Nakada2021-01-0914-317/+323
* [ruby/bigdecimal] Add test cases of conversion from FloatKenta Murata2021-01-091-0/+6
* parse.y: handle "duplicated argument name" appropriately on ripper.yNobuhiro IMAI2021-01-091-0/+1
* [ruby/irb] Make IRB::ColorPrinter.pp compatible with PP.ppTakashi Kokubun2021-01-071-3/+3
* should use `assert_include` here.Koichi Sasada2021-01-081-1/+1
* [ruby/reline] Suppress auto indent for adding newlines in pastingaycabta2021-01-081-0/+15
* [ruby/reline] Suppress crashing when dynamic_prompt_proc returns a broken pro...aycabta2021-01-081-0/+12
* [ruby/reline] Suppress crashing when auto_indent_proc returns broken indent infoaycabta2021-01-081-0/+14
* [ruby/reline] Remove debug printaycabta2021-01-081-1/+0
* [ruby/reline] Correct var names in Reline were different from vi-*-mode-stringaycabta2021-01-081-6/+6
* [ruby/reline] Update cursor correctly when just cursor movingaycabta2021-01-081-0/+18
* [ruby/irb] Fix BACK_TRACE_LIMIT logicaycabta2021-01-081-0/+66
* [ruby/irb] Use Exception#full_message to show backtrace in the correct orderaycabta2021-01-082-2/+63
* [ruby/irb] refactoring an error handling in `IRB::Inspector`Nobuhiro IMAI2021-01-081-8/+15
* [ruby/irb] do not escape a predicate method for doc namespaceNobuhiro IMAI2021-01-081-0/+8
* [ruby/bigdecimal] Fix trailing zero handling in rb_uint64_convert_to_BigDecimalKenta Murata2021-01-071-0/+4
* [ruby/bigdecimal] Include TestBigDecimalBase in TestBigDecimalUtilKenta Murata2021-01-075-5/+6
* strip trailing spaces [ci skip]Nobuyoshi Nakada2021-01-061-1/+1
* 600x larger timeout for RelineTakashi Kokubun2021-01-051-1/+1