summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2021-01-14Make Module#prepend affect ancestor chain even if argument already included i...Jeremy Evans
2021-01-13Rename RubyVM::MJIT to RubyVM::JITTakashi Kokubun
2021-01-13Guard callinfoAaron Patterson
2021-01-13Capture to reserved name variables if already defined [Bug #17533]Nobuyoshi Nakada
2021-01-13Positional and keyword arguments for timezone are exclusiveNobuyoshi Nakada
2021-01-13Added `in:` timezone option to `Time.new` [Feature #17485]Nobuyoshi Nakada
2021-01-13Make warning values consistent [Bug #17523]Nobuyoshi Nakada
2021-01-13Revert "[Bug #11213] let defined?(super) call respond_to_missing?"Nobuyoshi Nakada
2021-01-13Allow UTC offset without colons per ISO-8601 [Bug #17504]Nobuyoshi Nakada
2021-01-12Fix method protection for modules in the ancestry chain.Marc-Andre Lafortune
2021-01-13[ruby/bigdecimal] Allow digits=0 in BigDecimal(flt) and Float#to_dKenta Murata
2021-01-13Skip test when UDP server is no response.Hiroshi SHIBATA
2021-01-13[ruby/bigdecimal] Use pre-allocated objects for special valuesKenta Murata
2021-01-13[ruby/bigdecimal] Fix exception message raised in Kernel.BigDecimalKenta Murata
2021-01-13[ruby/reline] Move the cursor correctly when deleting at eolaycabta
2021-01-13[ruby/reline] Handle ed_search_{prev,next}_history in multiline correctlyaycabta
2021-01-12Fix the failing test with XDG_CONFIG_HOMEHiroshi SHIBATA
2021-01-12Remove "." and ".." from Dir.glob with FNM_DOTMATCH [Bug #17280]Nobuyoshi Nakada
2021-01-12Convert time component strings to integers more strictlyNobuyoshi Nakada
2021-01-12Show seconds of utc_offset if not zeroNobuyoshi Nakada
2021-01-11Suppress constant redefinition warningsNobuyoshi Nakada
2021-01-09Get rid of defining methods for tests in core classesNobuyoshi Nakada
2021-01-09[ruby/bigdecimal] Add test cases of conversion from FloatKenta Murata
2021-01-09parse.y: handle "duplicated argument name" appropriately on ripper.yNobuhiro IMAI
2021-01-07[ruby/irb] Make IRB::ColorPrinter.pp compatible with PP.ppTakashi Kokubun
2021-01-08should use `assert_include` here.Koichi Sasada
2021-01-08[ruby/reline] Suppress auto indent for adding newlines in pastingaycabta
2021-01-08[ruby/reline] Suppress crashing when dynamic_prompt_proc returns a broken pro...aycabta
2021-01-08[ruby/reline] Suppress crashing when auto_indent_proc returns broken indent infoaycabta
2021-01-08[ruby/reline] Remove debug printaycabta
2021-01-08[ruby/reline] Correct var names in Reline were different from vi-*-mode-stringaycabta
2021-01-08[ruby/reline] Update cursor correctly when just cursor movingaycabta
2021-01-08[ruby/irb] Fix BACK_TRACE_LIMIT logicaycabta
2021-01-08[ruby/irb] Use Exception#full_message to show backtrace in the correct orderaycabta
2021-01-08[ruby/irb] refactoring an error handling in `IRB::Inspector`Nobuhiro IMAI
2021-01-08[ruby/irb] do not escape a predicate method for doc namespaceNobuhiro IMAI
2021-01-07[ruby/bigdecimal] Fix trailing zero handling in rb_uint64_convert_to_BigDecimalKenta Murata
2021-01-07[ruby/bigdecimal] Include TestBigDecimalBase in TestBigDecimalUtilKenta Murata
2021-01-06strip trailing spaces [ci skip]Nobuyoshi Nakada
2021-01-05600x larger timeout for RelineTakashi Kokubun
2021-01-05[ruby/ostruct] Allow ostruct to return a value on super (#4028)Adam Hess
2021-01-05[ruby/io-console] Ignore chomp! result and return the modified stringNobuyoshi Nakada
2021-01-05[ruby/irb] Use error tokens if there are no correct tokens in the same placeaycabta
2021-01-05[ruby/irb] Use Ripper::Lexer#scan to take broken tokensaycabta
2021-01-05[ruby/irb] Heredoc may contain multiple newlines in a single tokenaycabta
2021-01-05[ruby/irb] Handle indentations related to keyword "do" correctlyaycabta
2021-01-05[ruby/irb] Escape invalid byte sequence in Exceptionaycabta
2021-01-05[ruby/irb] Newline in oneliner def doesn't reset indentaycabta
2021-01-04[ruby/irb] Stringify when a non-object is passed to PP#textaycabta
2021-01-04Fix broken JIT of getinlinecacheTakashi Kokubun