summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-17Fix a spec failureKazuhiro NISHIYAMA
2021-07-17* 2021-07-17 [ci skip]git
2021-07-17One-line pattern matching is no longer experimentalKazuki Tsujimoto
2021-07-16Emit deprecatation warnings for rb_iterate()Benoit Daloze
2021-07-16Add Integer.try_convert [Feature #15211]Nobuyoshi Nakada
2021-07-16io.c: Clarify the behavior of `IO.read` when called as `File.read`Yusuke Endoh
2021-07-16[rubygems/rubygems] Add missing `require 'fileutils'` in `Gem::ConfigFile`Masafumi Koba
2021-07-16[rubygems/rubygems] Fix `bundle plugin install --help` showing `bundle instal...David Rodríguez
2021-07-16[rubygems/rubygems] fix dangling empty hooksAndre Arko
2021-07-16[rubygems/rubygems] test loading bad plugins with nil/empty namesAndre Arko
2021-07-16[rubygems/rubygems] remove focusAndre Arko
2021-07-16[rubygems/rubygems] lock for development on macosAndre Arko
2021-07-16[rubygems/rubygems] Fix development gem unintentionally removed on an edge caseDavid Rodríguez
2021-07-16[rubygems/rubygems] Fix contradictory message about deletion of default gemJared Beck
2021-07-16[ruby/error_highlight] Fix leaked tempfilesNobuyoshi Nakada
2021-07-16Add debug assertion in `rb_funcall*` that the current thread has the gvl.Samuel Williams
2021-07-16Adjust the release version of ruby2_keywordsHiroshi SHIBATA
2021-07-16Added code fence to the example in [Feature #17724] [ci skip]Nobuyoshi Nakada
2021-07-15Copy hash compare_by_identity setting in more casesJeremy Evans
2021-07-15Add pattern matching pin support for instance/class/global variablesJeremy Evans
2021-07-16[ruby/irb] Show code page by irb_info on Windowsaycabta
2021-07-16[ruby/irb] Escape space in free-spacing modeaycabta
2021-07-16* 2021-07-16 [ci skip]git
2021-07-15[Bug #18014] Add assertion to verify freelistPeter Zhu
2021-07-15[Bug #18014] Fix memory leak in GC when using RactorsPeter Zhu
2021-07-15[Bug #18014] Fix rb_gc_force_recycle unmark before sweepPeter Zhu
2021-07-15Make Struct#keyword_init? return nil by default [Feature #18008]Nobuyoshi Nakada
2021-07-15Regularize keyword_init values not to hold the argument objectNobuyoshi Nakada
2021-07-15Add tests and NEWS [Feature #18008]NARUSE, Yui
2021-07-15struct.c: Add keyword_init? singleton method for StructClass (#4609)hkdnet
2021-07-15rb_interned_id_p: does not exist卜部昌平
2021-07-15rb_enc_casefold: does not exist卜部昌平
2021-07-15process.c: Call rb_thread_atfork in rb_fork_rubyYusuke Endoh
2021-07-15Fix typo in flag in NEWS.mdPatrik Ragnarsson
2021-07-15[ruby/fiddle] Handle#file_name results in very platform dependentNobuyoshi Nakada
2021-07-15* 2021-07-15 [ci skip]git
2021-07-15[ruby/fiddle] Module file name may be the realpathNobuyoshi Nakada
2021-07-14[ruby/fiddle] fixed the test on case-insensitive filesystemNobuyoshi Nakada
2021-07-14[ruby/fiddle] Add Fiddle::Handle#file_name (https://github.com/ruby/fiddle/pu...Kenta Murata
2021-07-14[ruby/fiddle] Check HAVE_RUBY_MEMORY_VIEW_H rather than API version (https://...Nobuyoshi Nakada
2021-07-14[ruby/fiddle] Return the module handle value in Fiddle::Handle#to_i and add F...Kenta Murata
2021-07-14* 2021-07-14 [ci skip]git
2021-07-14Merge RubyGems/Bundler master from 8459ebd6ad65ce3397233416dc64083ae7572bb9Hiroshi SHIBATA
2021-07-13Get `ruby_nonempty_memcpy` to have C linkagextkoba
2021-07-13[ruby/fiddle] update dependenciesNobuyoshi Nakada
2021-07-13[ruby/irb] Add an explanation of default sub commands of "measure", which are...aycabta
2021-07-13[ruby/fiddle] Check HAVE_RUBY_MEMORY_VIEW_H rather than API versionNobuyoshi Nakada
2021-07-13[ruby/error_highlight] Set the binary mode for Tempfile creation in a testYusuke Endoh
2021-07-13[ruby/fiddle] Update required_ruby_version (https://github.com/ruby/fiddle/pu...Nobuyoshi Nakada
2021-07-13[ruby/fiddle] Use have_header and have_type to detect memory view availabilitySutou Kouhei