aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [ruby/psych] Fix RestrictedYAMLTree allowing the Symbol class should allow al...Jean Boussier2023-01-232-4/+7
* [DOC] Fix a link [ci skip]Kazuhiro NISHIYAMA2023-01-231-1/+2
* Fix Integer#ceildiv to respect #coerce (#7118)Kouhei Yanagita2023-01-222-1/+5
* Adjust braces [ci skip]Nobuyoshi Nakada2023-01-221-6/+4
* More coverage tests & specs. (#7171)Samuel Williams2023-01-224-1/+17
* Ensure main file has default coverage if required. (#7169)Samuel Williams2023-01-221-2/+11
* Windows build instructions documentation. (#6956)Samuel Williams2023-01-221-0/+42
* Add `doc/distribution.md` to help reduce some of the confusion. (#6856)Samuel Williams2023-01-221-0/+51
* tool/leaked-globals: ignore function typedef [ci skip]Nobuyoshi Nakada2023-01-212-3/+4
* Add `offsetof` so we can get the offset of membersAaron Patterson2023-01-201-0/+6
* YJIT: Avoid BorrowError on GC.compact (#7164)Takashi Kokubun2023-01-201-2/+4
* Fix typo in RHASH_ST_CLEARPeter Zhu2023-01-201-1/+1
* Document thread-safety issues with Hash default_procJeremy Evans2023-01-201-0/+4
* Remove unused struct member thgroup->groupMatt Valentine-House2023-01-201-2/+0
* YJIT: get rid of unneeded `.into()`Jimmy Miller2023-01-201-1/+1
* In `UNALIGNED_MEMBER_PTR` cast through `void` pointerNobuyoshi Nakada2023-01-211-1/+11
* Add `queue_list` and `szqueue_list` macrosNobuyoshi Nakada2023-01-211-2/+4
* Make all of the references of iseq movablePeter Zhu2023-01-205-29/+30
* [ruby/reline] Add autoindent test for indent after bracket and newlinetompng2023-01-201-0/+12
* [ruby/reline] accept new_indent > cursor_maxtompng2023-01-201-2/+3
* [rubygems/rubygems] Update bundle-exec man page for with_unbundled_envJosh Nichols2023-01-202-9/+9
* Add a NEWS entry for [Feature #19314] [ci skip]Shugo Maeda2023-01-201-0/+1
* [rubygems/rubygems] Clean test outputNobuyoshi Nakada2023-01-201-2/+1
* [Feature #19314] Add new arguments of String#bytespliceShugo Maeda2023-01-202-58/+147
* OpenSSL, libyaml and zlib is always required to build. see test/test_extlibs.rbHiroshi SHIBATA2023-01-201-3/+3
* Added supported versions to OpenSSL and libyamlHiroshi SHIBATA2023-01-201-2/+2
* Added version policy of BASERUBYHiroshi SHIBATA2023-01-201-0/+1
* Separate dependencies section from quick startHiroshi SHIBATA2023-01-201-8/+10
* fixed wrong version of baserubyHiroshi SHIBATA2023-01-201-1/+1
* Bundle RBS 2.8.4 (#7159)Soutaro Matsumoto2023-01-200-0/+0
* Update bundled gems list at 2023-01-20git2023-01-202-2/+2
* [ci skip] Add ticket label to testPeter Zhu2023-01-191-1/+1
* don't allow setting class variable on module that's frozen [Bug #19341]lukeg2023-01-192-0/+16
* YJIT: Refactor side_exitsJimmy Miller2023-01-192-49/+50
* YJIT: Remove duplicated information in BranchTarget (#7151)Takashi Kokubun2023-01-191-55/+87
* [ruby/net-http] [DOC] Header docBurdette Lamar2023-01-191-2/+16
* Implement splat for cfuncs. Split exit exit cases to better capture where we ...Jimmy Miller2023-01-195-21/+203
* Fix compilation warnings in thread_sync.cPeter Zhu2023-01-191-2/+2
* Combine code paths for marking ccPeter Zhu2023-01-191-7/+19
* Add rb_gc_mark_and_move and implement on iseqPeter Zhu2023-01-193-165/+105
* [Bug #19289] Retain `ruby_abi_version` functionNobuyoshi Nakada2023-01-201-2/+5
* Run `after-update` in the same main make process [ci skip]Nobuyoshi Nakada2023-01-202-1/+5
* Fix a typo in BUG message [ci skip]Nobuyoshi Nakada2023-01-201-1/+1
* ci in iseq can only be object or nullPeter Zhu2023-01-191-2/+2
* String#bytesplice should return selfShugo Maeda2023-01-192-3/+3
* YJIT: Use .as_side_exit() for jumps to counted exitsAlan Wu2023-01-181-9/+9
* YJIT: Set RUST_BACKTRACE=1 on YJIT GitHub Actions (#7152)Takashi Kokubun2023-01-181-0/+1
* Test some missing coverage too. (#7041)Samuel Williams2023-01-191-5/+7
* [ruby/net-http] [DOC] Enhanced RDoc for set_formBurdette Lamar2023-01-181-50/+102
* YJIT: implement codegen for `String#empty?` (#7148)Maxime Chevalier-Boisvert2023-01-184-0/+49