aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Tell VSCode to debug test.rb by default [ci-skip]Matt Valentine-House2023-02-101-1/+1
* Implement Write Barrier for RMatch objectsJean Boussier2023-02-102-13/+23
* [DOC] Fix typo in document of regexp [ci skip]OKURA Masafumi2023-02-101-2/+2
* use correct svar even if env is escapedKoichi Sasada2023-02-106-20/+122
* [DOC] Fix the help messages for cleanNobuyoshi Nakada2023-02-101-2/+2
* st.c: spell `perturb' properlyEric Wong2023-02-101-18/+18
* [ruby/fileutils] Add mkdir_p to FileUtils.installSatadru Pramanik, DO, MPH, MEng2023-02-102-1/+15
* [ruby/logger] Add Logger#with_level{...} for block-scoped log level.Mike Perham2023-02-103-18/+72
* Add internals glossaryAaron Patterson2023-02-091-0/+40
* Enhancement github releases generatorHiroshi SHIBATA2023-02-101-1/+21
* YJIT: format numbers in stats printouts with comma separators (#7281)Maxime Chevalier-Boisvert2023-02-091-31/+43
* YJIT: optimized codegen for `rb_ary_empty_p` (WIP) (#7242)Maxime Chevalier-Boisvert2023-02-091-0/+28
* Rename rb_str_splice_{0,1} -> rb_str_update_{0,1}Matt Valentine-House2023-02-091-6/+6
* Remove alias macro rb_str_spliceMatt Valentine-House2023-02-091-7/+5
* Copy cvar table on cloneeileencodes2023-02-092-0/+37
* Remove unused preprocessor blockPeter Zhu2023-02-091-3/+0
* YJIT: Support invokesuper in a block (#7264)Maple Ong2023-02-092-14/+37
* YJIT: Add counter for megamorphic send (#7274)Takashi Kokubun2023-02-092-1/+4
* YJIT: Use the system page size when the code page size is too small (#7267)Alan Wu2023-02-093-30/+63
* [ruby/irb] Make tests more compatible with TruffleRubyStan Lo2023-02-091-9/+4
* Merge gc.h and internal/gc.hMatt Valentine-House2023-02-0930-194/+167
* YJIT: Add counters for ivar exits (#7266)Takashi Kokubun2023-02-092-1/+9
* [Bug #19426] Fix endless `Range#step` with `#succ` methodNobuyoshi Nakada2023-02-092-1/+45
* [rubygems/rubygems] Avoid crashing with a corrupted lockfileDaniel Colson2023-02-093-3/+55
* Avoid to duplicate entries that own redmine and github idsHiroshi SHIBATA2023-02-091-6/+5
* Remove `REG_LITERAL` flagNobuyoshi Nakada2023-02-091-4/+0
* Added helper script for generate github releasesHiroshi SHIBATA2023-02-091-0/+40
* [rubygems/rubygems] Improve wording of unmet dependencies warningDaniel Colson2023-02-082-4/+4
* Rename iseq_mark_and_update to iseq_mark_and_movePeter Zhu2023-02-084-7/+7
* [DOC] Refine/fix doc/contributing/building_ruby.md [ci skip]Nobuyoshi Nakada2023-02-081-3/+7
* Use Thread.pass until thread.stop? to wait for thread to blockJean Boussier2023-02-081-1/+1
* Add TAGS rule [ci skip]Nobuyoshi Nakada2023-02-082-0/+22
* Only emit circular dependency warning for owned thread shieldsJean byroot Boussier2023-02-086-4/+29
* Add RUBY_GC_HEAP_INIT_SIZE_%d_SLOTS to pre-init pools granularlyJean Boussier2023-02-083-5/+41
* Removed svn feature from make-snapshotHiroshi SHIBATA2023-02-081-8/+3
* Replace `PACKED_STRUCT` and `PACKED_STRUCT_UNALIGNED`Nobuyoshi Nakada2023-02-084-13/+15
* Replace `PACKED_STRUCT` in includeNobuyoshi Nakada2023-02-081-3/+4
* Extract include/ruby/internal/attr/packed_struct.hNobuyoshi Nakada2023-02-0899-21/+411
* Use more agressive RUBY_GC_HEAP_OLDOBJECT_LIMIT_FACTOR for GC testsJean Boussier2023-02-071-4/+6
* Revert "Revert "Consider DATA objects without a mark function as protected""Jean byroot Boussier2023-02-071-2/+3
* [rubygems/rubygems] Add Ruby 3.2 and 3.3 platforms to Gemfile DSLDaniel Colson2023-02-074-4/+25
* * remove trailing spaces. [ci skip]git2023-02-071-1/+1
* Make Time objects WB protectedPeter Zhu2023-02-072-40/+73
* Remove unused code in time.cPeter Zhu2023-02-071-102/+4
* Fix confusing "Benoit Daloze2023-02-071-1/+1
* Add Building the Tarball section in distribution docsBenoit Daloze2023-02-071-0/+4
* Clarify section about getting the Ruby tarballBenoit Daloze2023-02-071-8/+14
* Use write barriers for Backtrace objectsJohn Hawthorn2023-02-071-5/+6
* Fix typo in gc.h [ci skip]Peter Zhu2023-02-071-1/+1
* [ruby/net-http] Enhanced RDoc for Net::HTTPBurdetteLamar2023-02-071-6/+13