summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-11-20Shrink the blocking region for compile_compact_jit_codeTakashi Kokubun
2020-11-20Remove obsoleted str_new_emptyTakashi Kokubun
2020-11-20Eliminate IVC sync between JIT and Ruby threads (#3799)Takashi Kokubun
2020-11-20Update NEWS for String subclass method change [ci skip]Jeremy Evans
2020-11-20Make String methods return String instances when called on a subclass instanceJeremy Evans
2020-11-20[DOC] Ripper.{lex,tokenize} now always return full tokens. [ci skip]Nobuhiro IMAI
2020-11-21* 2020-11-21 [ci skip]git
2020-11-20Do not allow Module#include to insert modules before the origin in the lookup...Jeremy Evans
2020-11-20Update expected IRB resultNobuyoshi Nakada
2020-11-20[Feature #17276] Moved raise_errors support to Ripper::Lexer#parseNobuyoshi Nakada
2020-11-20[Bug #11213] let defined?(super) call respond_to_missing?Nobuyoshi Nakada
2020-11-20Try to fix download errorKazuhiro NISHIYAMA
2020-11-20renameS-H-GAMELINKS
2020-11-20fix codeS-H-GAMELINKS
2020-11-20add flo_prev_or_next funcS-H-GAMELINKS
2020-11-20Ripper.{lex,tokenize} return full tokens even if syntax errorNobuhiro IMAI
2020-11-20* 2020-11-20 [ci skip]git
2020-11-20Document Different Coverage ModesKevin Murphy
2020-11-19Added assertionsNobuyoshi Nakada
2020-11-19Update the default gems section in NEWS.mdHiroshi SHIBATA
2020-11-19Make RubyVM::InstructionSequence.compile_file use same encoding as loadJeremy Evans
2020-11-19* 2020-11-19 [ci skip]git
2020-11-19Fix USE_TRANSIENT_HEAP macro usage in hash.cCristian Greco
2020-11-18[ruby/net-smtp] Bump version to 0.2.1Hiroshi SHIBATA
2020-11-18Update TypeProf to 0.6.1Yusuke Endoh
2020-11-17Update documentation for Ripper.{lex,tokenize,sexp,sexp_raw} [ci skip]Jeremy Evans
2020-11-17Support raise_errors keyword for Ripper.{lex,tokenize,sexp,sexp_raw}Jeremy Evans
2020-11-18Move the declaration into the functionKazuhiro NISHIYAMA
2020-11-18Add Fiddle 1.0.2 to NEWSSutou Kouhei
2020-11-18Update Fiddle's dependenciesSutou Kouhei
2020-11-18[ruby/fiddle] Remove needless returnSutou Kouhei
2020-11-18[ruby/fiddle] Bump versionSutou Kouhei
2020-11-18[ruby/fiddle] test: suppress shadowing outer local variable warningSutou Kouhei
2020-11-18[ruby/fiddle] Remove needless workaroundSutou Kouhei
2020-11-18[ruby/fiddle] Add workaround for ruby head for mingwSutou Kouhei
2020-11-18[ruby/fiddle] Use msys2_mingw_dependenciesSutou Kouhei
2020-11-18[ruby/fiddle] Use ruby_xcalloc() instead of ruby_xmalloc() and memset()Sutou Kouhei
2020-11-18[ruby/fiddle] Remove needless rescueSutou Kouhei
2020-11-18[ruby/fiddle] Add workaround for RubyInstaller for WindowsSutou Kouhei
2020-11-18[ruby/fiddle] Add a "pinning" reference (#44)Aaron Patterson
2020-11-18[ruby/fiddle] Add support for specifying types by name as String or SymbolSutou Kouhei
2020-11-18[ruby/fiddle] Add TYPE_CONST_STRING and SIZEOF_CONST_STRING for "const char *"Sutou Kouhei
2020-11-18test/net/smtp - use TCPSocket when UNIXSocket unavailableMSP-Greg
2020-11-17NEWS: Add --backtrace-limit option [ci skip]Junichi Ito
2020-11-17Remove NEWS entry about taint deprecation warnings [ci skip]Jeremy Evans
2020-11-18* 2020-11-18 [ci skip]git
2020-11-18fix public interfaceKoichi Sasada
2020-11-17Skip tests related TLS with Windows platform.Hiroshi SHIBATA
2020-11-17Import net-smtp-0.2.0 from https://github.com/ruby/net-smtpHiroshi SHIBATA
2020-11-17configure.ac: fix for upcoming autoconf-2.70Sergei Trofimovich