summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-08should use `assert_include` here.Koichi Sasada
2021-01-08remove unused declKoichi Sasada
2021-01-08* 2021-01-08 [ci skip]git
2021-01-08[ruby/irb] Fix comment, irb gem supports 2.5.0 or olderaycabta
2021-01-08[ruby/reline] Add acknowledgments and license for rb-readlineaycabta
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-08irb: Drop lines from backtrace for tests in Ruby repositoryaycabta
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-08[ruby/irb] fix typo in `IRB::Irb#convert_invalid_byte_sequence`Nobuhiro IMAI
2021-01-07simplify assertionKoichi Sasada
2021-01-07Update bundled_gemsNobuyoshi Nakada
2021-01-07Follow the NDEBUG given to the wholeNobuyoshi Nakada
2021-01-07rbconfig.rb: extract cpu from RUBY_PLATFORM when universalNobuyoshi Nakada
2021-01-07We don't need "require 'uri'" after "require 'net/http'".Igor Zubkov
2021-01-07* 2021-01-07 [ci skip]git
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-06fix result of example [ci skip]Nobuhiro IMAI
2021-01-06strip trailing spaces [ci skip]Nobuyoshi Nakada
2021-01-06expose some C-APIs for ractorKoichi Sasada
2021-01-05600x larger timeout for RelineTakashi Kokubun
2021-01-06remove invalidated ccKoichi Sasada
2021-01-06show more info about imemo_callcacheKoichi Sasada
2021-01-06[ruby/bigdecimal] Rename BDIGIT to DECDIGKenta Murata
2021-01-06Need to convert the return value of rb_big_cmpKenta Murata
2021-01-06[ruby/bigdecimal] Optimize the conversion from small BignumKenta Murata
2021-01-06[ruby/bigdecimal] Check the function availabilities separatelyKenta Murata
2021-01-05[ruby/ostruct] Bump versionMarc-Andre Lafortune
2021-01-06* 2021-01-06 [ci skip]git
2021-01-05[ruby/ostruct] Allow ostruct to return a value on super (#4028)Adam Hess
2021-01-05[DOC] Fix grammar: "is same as" -> "is the same as"Marcus Stollsteimer
2021-01-05Fix a typo [ci skip]Kazuhiro NISHIYAMA
2021-01-05[ruby/io-console] Shrink struct query_argsNobuyoshi Nakada
2021-01-05[ruby/io-console] Pre-define chomp! IDNobuyoshi Nakada
2021-01-05[ruby/io-console] Ignore chomp! result and return the modified stringNobuyoshi Nakada
2021-01-05sync_default_gems.rb: added -a optionNobuyoshi Nakada
2021-01-05sync_default_gems.rb: reduced accesses to REPOSITORIESNobuyoshi Nakada
2021-01-05[ruby/irb] Ensure to restore $VERBOSENobuyoshi 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