summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [ci-skip][Feature #18910][lldb] New directory structureMatt Valentine-House2022-08-186-6/+11
* [ci-skip][Feature #18910][lldb] Port rclass_ext to new LLDB FrameworkMatt Valentine-House2022-08-182-19/+14
* [ci-skip][Feature #18910][lldb] Port heap_page command to new LLDB frameworkMatt Valentine-House2022-08-182-14/+26
* [ci-skip][Feature #18910][lldb] Provide class framework for lldb commandsMatt Valentine-House2022-08-185-5/+124
* Allow strings in assert_pattern_listNobuyoshi Nakada2022-08-192-4/+14
* * 2022-08-19 [ci skip]git2022-08-191-1/+1
* Harden SizedQueue#push timeout testNobuyoshi Nakada2022-08-191-3/+3
* Add tests for assert_pattern_listNobuyoshi Nakada2022-08-181-0/+16
* [DOC] `offset` argument of Regexp#matchNobuyoshi Nakada2022-08-181-1/+6
* rb_str_resize: Only clear coderange on truncationJean Boussier2022-08-184-8/+23
* Implement SizedQueue#push(timeout: sec)Jean Boussier2022-08-184-35/+111
* Update bundled gems list at 2022-08-18git2022-08-182-2/+2
* [Bug #18964] Update the code range of appended portionNobuyoshi Nakada2022-08-184-4/+59
* ext/pty/extconf.rb: Try libutil only on OpenBSDYusuke Endoh2022-08-181-2/+4
* Suppress detached head warnings [ci skip]Nobuyoshi Nakada2022-08-181-1/+4
* * 2022-08-18 [ci skip]git2022-08-181-1/+1
* Added vm setivar benchmark from yjit-benchJemma Issroff2022-08-171-0/+35
* Fix flaky test for GC thrashingPeter Zhu2022-08-171-0/+4
* Extract common code from `rb_enc_vsprintf` and `rb_str_vcatf`Nobuyoshi Nakada2022-08-171-33/+25
* Update dependenciesNobuyoshi Nakada2022-08-171-5/+0
* yjit.h is not necessary for all sources using mjit.hNobuyoshi Nakada2022-08-172-1/+1
* Move `mjit_exec` to vm.cNobuyoshi Nakada2022-08-172-95/+97
* Make date in installed gemspec files stableNobuyoshi Nakada2022-08-171-0/+1
* Refactor `RbInstall::Specs::FileCollector`Nobuyoshi Nakada2022-08-171-66/+41
* * 2022-08-17 [ci skip]git2022-08-171-1/+1
* The tzdata 2022c removed Amsterdam Mean TimeNobuyoshi Nakada2022-08-171-0/+2
* [ruby/cgi] Implement `CGI.url_encode` and `CGI.url_decode`Jean Boussier2022-08-163-17/+142
* Update the excluding message for Psych [ci skip]Nobuyoshi Nakada2022-08-161-1/+4
* Optimize Marshal dump/load for large (> 31-bit) FIXNUM (#6229)John Hawthorn2022-08-154-25/+148
* Do not clone method entries when bind_call is usedPenelope Phippen2022-08-151-4/+14
* [ruby/rdoc] [DOC] Remove duplicated line in RDoc::MarkupReferencePeter Zhu2022-08-161-1/+0
* * 2022-08-16 [ci skip]git2022-08-161-1/+1
* Simplify around `USE_YJIT` macro (#6240)Nobuyoshi Nakada2022-08-155-31/+21
* Add test for GC thrashing of young object creationPeter Zhu2022-08-151-0/+22
* [ruby/date] [DOC] Enhanced intro for Date (https://github.com/ruby/date/pull/72)Burdette Lamar2022-08-151-133/+51
* [rubygems/rubygems] Fix Ruby platform incorrectly removed on `bundle update`David Rodríguez2022-08-152-1/+42
* * 2022-08-15 [ci skip]git2022-08-151-1/+1
* [ruby/rinda] Handle situations where IPv4 multicast is not availableJeremy Evans2022-08-151-30/+41
* Update dependenciesNobuyoshi Nakada2022-08-141-6/+3
* * 2022-08-14 [ci skip]git2022-08-141-1/+1
* Silent configure does not output cached configurationsNobuyoshi Nakada2022-08-141-2/+3
* [DOC] Add the link to [Feature #18809]Nobuyoshi Nakada2022-08-131-0/+1
* Add a NEWS entry about Integer#ceildiv [ci skip]Kouhei Yanagita2022-08-131-0/+3
* * 2022-08-13 [ci skip]git2022-08-131-1/+1
* [ruby/rdoc] [DOC] Enhances text about escapes (https://github.com/ruby/rdoc/p...Burdette Lamar2022-08-131-31/+87
* Adjust columns in gems/bundled_gems [ci skip]Nobuyoshi Nakada2022-08-121-15/+15
* Preserve each column positions in gems/bundled_gemsNobuyoshi Nakada2022-08-121-1/+3
* Bundle unreleased debugNobuyoshi Nakada2022-08-121-1/+1
* Introduce with_warn_vsprintf macroS-H-GAMELINKS2022-08-121-27/+22
* Short-circuit `Process._fork`Nobuyoshi Nakada2022-08-121-9/+22