aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* irb: Drop lines from backtrace for tests in Ruby repositoryaycabta2021-01-081-0/+1
* [ruby/irb] Fix BACK_TRACE_LIMIT logicaycabta2021-01-081-2/+2
* [ruby/irb] Use Exception#full_message to show backtrace in the correct orderaycabta2021-01-081-40/+34
* [ruby/irb] refactoring an error handling in `IRB::Inspector`Nobuhiro IMAI2021-01-081-9/+7
* [ruby/irb] do not escape a predicate method for doc namespaceNobuhiro IMAI2021-01-081-11/+11
* [ruby/irb] fix typo in `IRB::Irb#convert_invalid_byte_sequence`Nobuhiro IMAI2021-01-081-1/+1
* We don't need "require 'uri'" after "require 'net/http'".Igor Zubkov2021-01-071-1/+0
* [ruby/ostruct] Bump versionMarc-Andre Lafortune2021-01-051-1/+1
* [ruby/ostruct] Allow ostruct to return a value on super (#4028)Adam Hess2021-01-051-0/+1
* [ruby/irb] Ensure to restore $VERBOSENobuyoshi Nakada2021-01-052-1/+3
* [ruby/irb] Use error tokens if there are no correct tokens in the same placeaycabta2021-01-051-6/+23
* [ruby/irb] Use Ripper::Lexer#scan to take broken tokensaycabta2021-01-051-1/+11
* [ruby/irb] Heredoc may contain multiple newlines in a single tokenaycabta2021-01-051-2/+21
* [ruby/irb] Handle indentations related to keyword "do" correctlyaycabta2021-01-051-17/+47
* [ruby/irb] Escape invalid byte sequence in Exceptionaycabta2021-01-051-1/+25
* [ruby/irb] Newline in oneliner def doesn't reset indentaycabta2021-01-051-6/+8
* [ruby/irb] Stringify when a non-object is passed to PP#textaycabta2021-01-041-1/+6
* Track Bundler master(2.3.0.dev) branch at 55634a8af18a52df86c4275d70fa1179118...Hiroshi SHIBATA2021-01-0441-74/+3260
* Track RubyGems master(3.3.0.dev) branch at 55634a8af18a52df86c4275d70fa117911...Hiroshi SHIBATA2021-01-0417-110/+149
* [ruby/timeout] Removed deprecated names that had been warned for 5 yearsNobuyoshi Nakada2021-01-031-12/+0
* mkmf.rb: always try_compile as try_headerNobuyoshi Nakada2021-01-021-1/+1
* transcode-tblgen.rb: make silent a little when just -vNobuyoshi Nakada2020-12-291-0/+1
* [ruby/irb] Remove unnecessary ignore_error in dispatch_seqTakashi Kokubun2020-12-281-3/+3
* [ruby/irb] Do not colorize partially-correct inspectTakashi Kokubun2020-12-281-1/+9
* irb: add more syntax errors colorizing support (#3967)Nobuhiro IMAI2020-12-281-0/+4
* [ruby/irb] Add color_printer.rb to gemspecTakashi Kokubun2020-12-281-0/+1
* [ruby/irb] Enhance colored inspect outputTakashi Kokubun2020-12-283-10/+32
* [ruby/drb] Removed needless files from Gem::Specification#filesHiroshi SHIBATA2020-12-281-5/+18
* [ruby/pp] Removed needless files from Gem::Specification#filesHiroshi SHIBATA2020-12-281-3/+5
* [ruby/pp] Drop to support < Ruby 2.7Hiroshi SHIBATA2020-12-281-1/+2
* [ruby/csv] Fix typo [ci skip]Kenta Murata2020-12-271-1/+1
* [ruby/csv] Bump versionSutou Kouhei2020-12-271-1/+1
* [ruby/racc] Bump version to 1.5.2Hiroshi SHIBATA2020-12-261-1/+1
* [ruby/racc] Use Racc::VERSION for gemspecHiroshi SHIBATA2020-12-261-1/+7
* [ruby/reline] 0.2.0aycabta2020-12-251-1/+1
* [ruby/irb] Version 1.3.0aycabta2020-12-251-2/+2
* [ruby/reline] Doesn't contain terminate spaces by cwaycabta2020-12-242-2/+6
* [ruby/reline] Use #bytesize for vi_replace_charaycabta2020-12-241-2/+2
* [ruby/reline] Delete the last char of a line by dwaycabta2020-12-241-3/+3
* [ruby/reline] Suppress crashing when boken prompt_list is givenaycabta2020-12-241-0/+1
* [ruby/reline] Discard prompt cache by changing mode iconaycabta2020-12-241-25/+30
* [ruby/irb] Try not to register the exact same measuring method twiceaycabta2020-12-242-4/+14
* [ruby/irb] Change StdioInputMethod#eof? to non-blockingaycabta2020-12-231-1/+9
* [ruby/irb] Suppress "shadowing outer" warningaycabta2020-12-231-1/+1
* [DOC] Add doc to sharing_detection= [ci skip]Kazuhiro NISHIYAMA2020-12-231-0/+1
* Merge RubyGems 3.2.3 and Bundler 2.2.3Hiroshi SHIBATA2020-12-2326-174/+295
* [ruby/reline] [ruby/irb] Handle multiple newlines in a token correctlyaycabta2020-12-231-4/+9
* [ruby/irb] Make it possible to use measure even if it is installed as gemTakeru Naito2020-12-231-0/+1
* [ruby/reline] [ruby/reline] Remove unused `attr_writer`ima1zumi2020-12-221-1/+0
* [ruby/reline] Fixed an exception occurred when ambiguous width character was ...ima1zumi2020-12-221-2/+7