aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [ruby/irb] Add "show_cmds" command to list all commands'Stan Lo2022-12-0825-17/+182
* MJIT: Mark MJIT's objects from mjit_markTakashi Kokubun2022-12-081-2/+5
* ObjectSpace.dump_all: dump shapes as wellJean Boussier2022-12-087-40/+248
* Use the built bundled gems in test-all as well as test-bundled-gemsNobuyoshi Nakada2022-12-091-5/+7
* [DOC] Update `rb_gc_mark_locations` docJimmy Bourassa2022-12-091-1/+1
* Ignore .o.tmp filesJean Boussier2022-12-081-0/+1
* [ruby/net-protocol] Failing test case for #19Jean Boussier2022-12-081-0/+29
* Update default gems list at 6f44dc8edf5b444a45ea9f0a375a26 [ci skip]git2022-12-081-1/+1
* [ruby/net-protocol] Bump version to 0.2.1Hiroshi SHIBATA2022-12-081-1/+1
* [ruby/net-protocol] Undo BufferedIO#rbuf_consume_all_shareable! optimizationJean Boussier2022-12-081-14/+4
* [rubygems/rubygems] Avoid deprecated Gem::Platform.match in Gem::Resolver::In...Benoit Daloze2022-12-081-1/+1
* MJIT: Remove Windows-specific codeTakashi Kokubun2022-12-071-4/+0
* MJIT: Deal with a TODO with assertionTakashi Kokubun2022-12-071-1/+2
* Introduce `IO.new(..., path:)` and promote `File#path` to `IO#path`. (#6867)Samuel Williams2022-12-0810-90/+112
* Update default gems list at b9d055d7604ea41f54268076622c8a [ci skip]git2022-12-081-1/+1
* [ruby/stringio] bump up to 3.0.4Sutou Kouhei2022-12-081-1/+1
* [ruby/logger] Another performance improvement on the Formatter byAkira Matsuda2022-12-081-3/+2
* [ruby/logger] Only assign to `@filename` if the path is valid.Samuel Williams2022-12-081-2/+4
* Don't sync jar artifact of CGIHiroshi SHIBATA2022-12-081-0/+1
* [ruby/logger] Drop RDoc development dependency to avoid CI failures.Samuel Williams2022-12-081-1/+0
* Update default gems list at 9fce6014b52852265c6b34a04a2057 [ci skip]git2022-12-081-1/+1
* [ruby/psych] Bump version to 5.0.1Hiroshi SHIBATA2022-12-081-1/+1
* Add debug counters to RubyVM.stat (#6086)Chris Seaton2022-12-072-4/+23
* [ruby/irb] Lazily load the multi-irb extensionStan Lo2022-12-071-5/+18
* Update yjit.mdMaxime Chevalier-Boisvert2022-12-071-27/+23
* Update YJIT warning, mention need to install rustc (#6873)Maxime Chevalier-Boisvert2022-12-071-1/+2
* Update NEWS.mdMaxime Chevalier-Boisvert2022-12-071-7/+7
* Update spec/bundler/bundler/fetcher/compact_index_spec.rbAaron Patterson2022-12-071-2/+0
* Stop transitioning to UNDEF when undefining an instance variableAaron Patterson2022-12-0710-88/+152
* Fix a typo in NEWS.md. [ci-skip]nagachika2022-12-071-1/+1
* [rubygems/rubygems] Remove remaining dev profile testIan Ker-Seymer2022-12-071-10/+0
* [rubygems/rubygems] Better tests are betterIan Ker-Seymer2022-12-071-1/+2
* [rubygems/rubygems] Fix string match in testIan Ker-Seymer2022-12-071-1/+1
* [rubygems/rubygems] Always build in release modeIan Ker-Seymer2022-12-072-43/+2
* [rubygems/rubygems] Updates rb-sys to 0.9.46Ian Ker-Seymer2022-12-074-66/+46
* NEWS.md: Remove an extraneous word [ci skip]Nobuyoshi Nakada2022-12-071-2/+2
* [Bug #19187] Fix for tzdata-2022gNobuyoshi Nakada2022-12-071-6/+15
* NEWS.md: Remove white space only lines [ci skip]Nobuyoshi Nakada2022-12-072-1/+1
* Mention `rb_hash_new_capa` and `rb_internal_thread_*` in NEWS.mdJean Boussier2022-12-071-0/+12
* NEWS.md: Added some missing featuresYusuke Endoh2022-12-072-1/+59
* MJIT: Fix an assertion broken with --mjit-wait enabledTakashi Kokubun2022-12-061-1/+1
* MJIT: Refactor mjit_waitTakashi Kokubun2022-12-062-40/+12
* MJIT: Remove obsoleted MJIT countersTakashi Kokubun2022-12-065-77/+1
* MJIT: Use xfree for unitsTakashi Kokubun2022-12-061-3/+3
* MJIT: Explain why we have MJIT_CFLAGS_PIPE [ci skip]Takashi Kokubun2022-12-061-2/+2
* MJIT: Just use ZALLOC_N in create_unitTakashi Kokubun2022-12-061-9/+1
* MJIT: Remove an unused argument and unused countersTakashi Kokubun2022-12-062-11/+4
* document for commit 5bbba76489628f450949 [ci skip]卜部昌平2022-12-072-3/+31
* MJIT: Refactor the jit_func enum for MJITTakashi Kokubun2022-12-063-28/+27
* NEWS.md: Explain the change of [Feature #18367]Yusuke Endoh2022-12-071-0/+6