aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* YJIT: Pad more spaces to accommodate delimiters (#7302)Takashi Kokubun2023-02-141-33/+33
* YJIT: Don't side-exit on too-complex shapes (#7298)Takashi Kokubun2023-02-142-16/+5
* [rubygems/rubygems] Bump rb-sysdependabot[bot]2023-02-142-5/+5
* Suppress -Wunused-but-set-variable warningNobuyoshi Nakada2023-02-141-0/+1
* Check if objcopy works to localize symbolNobuyoshi Nakada2023-02-141-0/+10
* Add utility macros `DECIMAL_SIZE_OF` and `DECIMAL_SIZE_OF_BYTES`Nobuyoshi Nakada2023-02-143-2/+11
* [Bug #19259] `Data#with` should call `initialize` methodNobuyoshi Nakada2023-02-142-17/+22
* YJIT: Fix a typo in a counter nameTakashi Kokubun2023-02-131-1/+1
* Remove ibf_dumper's WB_PROTECTED statusAlan Wu2023-02-131-1/+1
* Marshal.load: also freeze extended objectsJean Boussier2023-02-132-0/+21
* [ruby/net-http] Enhanced RDoc for CompressionBurdetteLamar2023-02-131-5/+23
* Override release date in Makefile if possibleNobuyoshi Nakada2023-02-131-0/+7
* Apply zone offset to the last modified timeNobuyoshi Nakada2023-02-131-0/+1
* [ruby/irb] Fix colorize backtick symboltomoya ishida2023-02-122-1/+2
* [DOC] Move old ChangeLog files to doc/ChangeLog (#7293)Takashi Kokubun2023-02-1013-2/+2
* [DOC] Make the header levels consistent againTakashi Kokubun2023-02-101-1/+1
* Fix minor issues in doc/maintainers.md (#7292)Jeremy Evans2023-02-101-26/+26
* [DOC] debug.rb is a bundled gem from 3.1Takashi Kokubun2023-02-101-4/+3
* [DOC] Add a link to [ruby-core:25764]Takashi Kokubun2023-02-101-1/+1
* [DOC] Update a link to maintainers.rdocTakashi Kokubun2023-02-101-1/+1
* Convert doc/maintainers.rdoc to .md (#7291)Takashi Kokubun2023-02-102-424/+527
* YJIT: add counters for polymorphic send and send with known class (#7288)Maxime Chevalier-Boisvert2023-02-104-23/+40
* Remove duplicate definitionsMatt Valentine-House2023-02-101-3/+0
* 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