summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [ci skip] Improve man page docs around --dump optionsMatt Valentine-House2022-06-281-19/+21
* [ruby/irb] Color.colorable? needs to consider the condition when irb is not l...st00122022-06-281-1/+9
* [ruby/irb] Centralize coloring control (https://github.com/ruby/irb/pull/374)Stan Lo2022-06-289-58/+46
* [ruby/rdoc] Remove dead codeNobuyoshi Nakada2022-06-281-1/+0
* [DOC] Document `Process::Tms`Nobuyoshi Nakada2022-06-281-1/+16
* [ruby/rdoc] Support attributes defined by `rb_struct_define`Nobuyoshi Nakada2022-06-282-1/+23
* [ruby/rdoc] Refinement is added since ruby 3.1Nobuyoshi Nakada2022-06-281-0/+1
* [ruby/rdoc] Parse also InitVM-prefixed functionsNobuyoshi Nakada2022-06-282-1/+18
* * 2022-06-28 [ci skip]git2022-06-281-1/+1
* Make sure string-operation assertions happen inside a method to be sure YJIT ...Noah Gibbs (and/or Benchmark CI)2022-06-271-51/+92
* Separate Type::String into Type::CString and Type::TString.Noah Gibbs (and/or Benchmark CI)2022-06-272-19/+45
* [rubygems/rubygems] Print error messages just once in verbose modeDavid Rodríguez2022-06-273-13/+35
* [ruby/reline] Enable to change the background color of dialogs. (https://gith...pocari2022-06-274-25/+83
* Check availability of `utimensat` on macOSNobuyoshi Nakada2022-06-271-9/+42
* mac: Remove debug option fro MJIT_DEBUGFLAGSNobuyoshi Nakada2022-06-271-1/+4
* [rubygems/rubygems] Improve error message when `operating_system.rb` fails to...David Rodríguez2022-06-272-7/+11
* Skip TupleSpaceProxyTest on MINGW64 tooTakashi Kokubun2022-06-261-1/+1
* Fix Process.clock_gettime specs on OpenBSDJeremy Evans2022-06-261-1/+3
* * 2022-06-27 [ci skip]git2022-06-271-1/+1
* [Bug #18879] Fix macOS version detectionsNobuyoshi Nakada2022-06-272-7/+31
* Fix Rinda test teardown for omitted testsAlan Wu2022-06-261-0/+4
* Update to ruby/spec@ab32a1aBenoit Daloze2022-06-2674-318/+1195
* Update to ruby/mspec@78b5d86Benoit Daloze2022-06-268-11/+69
* YJIT: Fix copy pasted comment [ci skip]Alan Wu2022-06-261-2/+1
* YJIT: Undef YJIT_SUPPORTED_P for hygieneAlan Wu2022-06-261-0/+2
* Try skipping TupleSpaceProxyTest on MinGW UCRT64Takashi Kokubun2022-06-251-0/+3
* [ruby/irb] Set prompt mode explictlyNobuyoshi Nakada2022-06-261-0/+1
* [ruby/irb] Require stringio to use StringIONobuyoshi Nakada2022-06-261-0/+1
* [ruby/irb] Ensure stdout is a TTY before calling winsizePeter Jones2022-06-262-5/+13
* [DOC] Fix a typo [ci skip]Kazuhiro NISHIYAMA2022-06-261-1/+1
* [rubygems/rubygems] Fix pending Bundler specsDavid Rodríguez2022-06-269-12/+16
* * 2022-06-26 [ci skip]git2022-06-261-1/+1
* [rubygems/rubygems] Clean up temporary directory after generate_index --updateTomas Volf2022-06-263-0/+12
* Prevent accidental use of assert_raisesNobuyoshi Nakada2022-06-252-4/+4
* Copy `IO#wait*` methods from `io-wait` gem to `io.c`.Samuel Williams2022-06-252-0/+220
* Update default gems list at 50e13870bffa3561be13faa31c3fcb [ci skip]git2022-06-251-1/+1
* [ruby/io-wait] Bump upNobuyoshi Nakada2022-06-251-1/+1
* [ruby/io-wait] Remove C99-ism for some platforms [ci skip]Nobuyoshi Nakada2022-06-251-12/+12
* [ruby/io-wait] Fix usage of `assert_raises` -> `assert_raise`. (https://githu...Samuel Williams2022-06-251-2/+2
* * remove trailing spaces. [ci skip]git2022-06-251-2/+2
* [ruby/io-wait] Don't add `IO#wait*` methods when `RUBY_IO_WAIT_METHODS` is de...Samuel Williams2022-06-252-41/+103
* Fix a variable name typo in the docsShannon Skipper2022-06-251-2/+2
* iseq.c: Use ntz_intptr for faster bitmap scanJean Boussier2022-06-251-16/+12
* * 2022-06-25 [ci skip]git2022-06-251-1/+1
* Dump inline storage partition information to binary formatAaron Patterson2022-06-241-41/+17
* Sync RubyGems & Bundler with upstream repoDavid Rodríguez2022-06-2447-334/+530
* YJIT: Add regression test for local type trackingAlan Wu2022-06-231-0/+20
* Free bitmap buffer if it's not usedAaron Patterson2022-06-232-6/+27
* Flatten bitmap when there is only one elementAaron Patterson2022-06-233-24/+71
* When YJIT is not built, hide options and use MJIT for --jitAlan Wu2022-06-231-6/+6