summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-29Use iseq bitmap when updating referencesAaron Patterson
2022-06-29Move function to `static inline` so we don't have leaked globalsAaron Patterson
2022-06-29Fix ISeq dump / load in array casesAaron Patterson
2022-06-29Refactor tests for moving strings with compactionPeter Zhu
2022-06-30[rubygems/rubygems] Use modern style hashes in Gemfile DSL docsDavid Rodríguez
2022-06-29Add a check-yjit-bindgen-unused target. Add to CI. (#6066)Noah Gibbs
2022-06-30* 2022-06-30 [ci skip]git
2022-06-29Do not call `exit()` directlyNobuyoshi Nakada
2022-06-29[Bug #18884] `class` cannot be just followed by modifiersNobuyoshi Nakada
2022-06-29Remove no longer used label [ci skip]Nobuyoshi Nakada
2022-06-29[rubygems/rubygems] Support ruby 2.3 and 2.4Ian Ker-Seymer
2022-06-29[rubygems/rubygems] Upgrade rb-sys to 0.9.14Ian Ker-Seymer
2022-06-29[rubygems/rubygems] Add `gem env user_gemhome` and `gem env user_gemdir`David Rodríguez
2022-06-29[rubygems/rubygems] Add missing test for user installation directoryDavid Rodríguez
2022-06-29[rubygems/rubygems] Also document `gem env` argument aliasesDavid Rodríguez
2022-06-29[rubygems/rubygems] Document better names for `gem env` argumentsDavid Rodríguez
2022-06-29[ruby/fileutils] [DOC] Changes to examples (https://github.com/ruby/fileutils...Burdette Lamar
2022-06-29* 2022-06-29 [ci skip]git
2022-06-29[ruby/irb] Properly reset USE_COLORIZE after changing it in testsst0012
2022-06-28[rubygems/rubygems] Fix test_install_location_extra_slash on alpineTomas Volf
2022-06-28[ci skip] Improve man page docs around --dump optionsMatt Valentine-House
2022-06-28[ruby/irb] Color.colorable? needs to consider the condition when irb is not l...st0012
2022-06-28[ruby/irb] Centralize coloring control (https://github.com/ruby/irb/pull/374)Stan Lo
2022-06-28[ruby/rdoc] Remove dead codeNobuyoshi Nakada
2022-06-28[DOC] Document `Process::Tms`Nobuyoshi Nakada
2022-06-28[ruby/rdoc] Support attributes defined by `rb_struct_define`Nobuyoshi Nakada
2022-06-28[ruby/rdoc] Refinement is added since ruby 3.1Nobuyoshi Nakada
2022-06-28[ruby/rdoc] Parse also InitVM-prefixed functionsNobuyoshi Nakada
2022-06-28* 2022-06-28 [ci skip]git
2022-06-27Make sure string-operation assertions happen inside a method to be sure YJIT ...Noah Gibbs (and/or Benchmark CI)
2022-06-27Separate Type::String into Type::CString and Type::TString.Noah Gibbs (and/or Benchmark CI)
2022-06-27[rubygems/rubygems] Print error messages just once in verbose modeDavid Rodríguez
2022-06-27[ruby/reline] Enable to change the background color of dialogs. (https://gith...pocari
2022-06-27Check availability of `utimensat` on macOSNobuyoshi Nakada
2022-06-27mac: Remove debug option fro MJIT_DEBUGFLAGSNobuyoshi Nakada
2022-06-27[rubygems/rubygems] Improve error message when `operating_system.rb` fails to...David Rodríguez
2022-06-26Skip TupleSpaceProxyTest on MINGW64 tooTakashi Kokubun
2022-06-26Fix Process.clock_gettime specs on OpenBSDJeremy Evans
2022-06-27* 2022-06-27 [ci skip]git
2022-06-27[Bug #18879] Fix macOS version detectionsNobuyoshi Nakada
2022-06-26Fix Rinda test teardown for omitted testsAlan Wu
2022-06-26Update to ruby/spec@ab32a1aBenoit Daloze
2022-06-26Update to ruby/mspec@78b5d86Benoit Daloze
2022-06-26YJIT: Fix copy pasted comment [ci skip]Alan Wu
2022-06-26YJIT: Undef YJIT_SUPPORTED_P for hygieneAlan Wu
2022-06-25Try skipping TupleSpaceProxyTest on MinGW UCRT64Takashi Kokubun
2022-06-26[ruby/irb] Set prompt mode explictlyNobuyoshi Nakada
2022-06-26[ruby/irb] Require stringio to use StringIONobuyoshi Nakada
2022-06-26[ruby/irb] Ensure stdout is a TTY before calling winsizePeter Jones
2022-06-26[DOC] Fix a typo [ci skip]Kazuhiro NISHIYAMA