summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2022-06-26[rubygems/rubygems] Fix pending Bundler specsDavid Rodríguez
2022-06-26* 2022-06-26 [ci skip]git
2022-06-26[rubygems/rubygems] Clean up temporary directory after generate_index --updateTomas Volf
2022-06-25Prevent accidental use of assert_raisesNobuyoshi Nakada
2022-06-25Copy `IO#wait*` methods from `io-wait` gem to `io.c`.Samuel Williams
2022-06-25Update default gems list at 50e13870bffa3561be13faa31c3fcb [ci skip]git
2022-06-25[ruby/io-wait] Bump upNobuyoshi Nakada
2022-06-25[ruby/io-wait] Remove C99-ism for some platforms [ci skip]Nobuyoshi Nakada
2022-06-25[ruby/io-wait] Fix usage of `assert_raises` -> `assert_raise`. (https://githu...Samuel Williams
2022-06-25* remove trailing spaces. [ci skip]git
2022-06-25[ruby/io-wait] Don't add `IO#wait*` methods when `RUBY_IO_WAIT_METHODS` is de...Samuel Williams
2022-06-25Fix a variable name typo in the docsShannon Skipper
2022-06-25iseq.c: Use ntz_intptr for faster bitmap scanJean Boussier
2022-06-25* 2022-06-25 [ci skip]git
2022-06-24Dump inline storage partition information to binary formatAaron Patterson
2022-06-24Sync RubyGems & Bundler with upstream repoDavid Rodríguez
2022-06-23YJIT: Add regression test for local type trackingAlan Wu
2022-06-23Free bitmap buffer if it's not usedAaron Patterson
2022-06-23Flatten bitmap when there is only one elementAaron Patterson
2022-06-23When YJIT is not built, hide options and use MJIT for --jitAlan Wu