summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add Module#refinements and Refinement#refined_class [Feature #12737]Shugo Maeda2022-01-053-1/+76
* Add Module.used_refinementsShugo Maeda2022-01-053-0/+73
* `res.response_body_permitted?` is not definedKazuhiro NISHIYAMA2022-01-051-1/+1
* Enhanced RDoc for Enumerable (#5393)Burdette Lamar2022-01-041-3/+19
* Fix `Leaked file descriptor: TestIO_Console#test_console_kw`Kazuhiro NISHIYAMA2022-01-051-1/+3
* Fix failures on ruby 3.1Kazuhiro NISHIYAMA2022-01-051-2/+2
* [rubygems/rubygems] Fix race conditon on JRubyDavid Rodríguez2022-01-052-19/+0
* Fix documentation for Dir.globJeremy Evans2022-01-041-1/+1
* Fix crash on bootup when RGENGC_CHECK_MODE=2 with GC stressPeter Zhu2022-01-041-1/+4
* Enhanced RDoc for IO (#5381)Burdette Lamar2022-01-041-100/+208
* Don't segfault if Warning.warn is undefinedJeremy Evans2022-01-042-1/+10
* * 2022-01-05 [ci skip]git2022-01-051-1/+1
* Switch `is_pointer_to_heap` to use library bsearchMatt Valentine-House2022-01-041-23/+50
* [Feature #18364] Add GC.stat_heap to get stats for memory heapsPeter Zhu2022-01-043-0/+222
* [ruby/error_highlight] Add a test to check if it is robust against a spoofed ...Yusuke Endoh2022-01-041-0/+17
* [ruby/error_highlight] Fix the spurious TypeError.Christian Boos2022-01-042-3/+1
* [ruby/error_highlight] Reproduce the error seen when calling .to_s in embedde...Christian Boos2022-01-041-0/+16
* Fix the previous commitYusuke Endoh2022-01-041-1/+1
* test/ruby/test_method.rb: Fix a random failure during `make COVERAGE=1`Yusuke Endoh2022-01-041-1/+1
* Use omit instead of skip: test/ruby/**/*.rbHiroshi SHIBATA2022-01-0432-112/+112
* [ruby/optparse] Use `require_relative` for internal requires (https://github....David Rodríguez2022-01-046-6/+6
* [rubygems/rubygems] Test the actual checksums of the mock gemsNobuyoshi Nakada2022-01-041-0/+7
* [rubygems/rubygems] Fix the test to use the mock gem pathNobuyoshi Nakada2022-01-041-3/+5
* [rubygems/rubygems] Append a newline to the checksum fileNobuyoshi Nakada2022-01-042-2/+2
* [rubygems/rubygems] Fix checksumNobuyoshi Nakada2022-01-042-1/+7
* [ruby/net-http] Handle invalid use of IP addresses in SNIJeremy Evans2022-01-041-1/+1
* * 2022-01-04 [ci skip]git2022-01-041-1/+1
* YJIT: Fix confusing self reference when initializing variableAlan Wu2022-01-031-1/+1
* YJIT: Refine commentsAlan Wu2022-01-031-5/+21
* Kernel#=~: delete卜部昌平2022-01-034-39/+21
* * 2022-01-03 [ci skip]git2022-01-031-1/+1
* [ruby/reline] Remove test TODO comments that have been confirmed by E2E testsaycabta2022-01-031-12/+0
* Update RBS to skip testing `Kernel#=~` (#5386)Soutaro Matsumoto2022-01-021-1/+1
* Remove UTF-8 from documentation.Samuel Williams2022-01-021-7/+0
* [DOC] Adjust IO::Buffer docs (#5374)Victor Shepelev2022-01-021-20/+57
* [ruby/etc] Note for rb_deprecate_constant [ci skip]Nobuyoshi Nakada2022-01-021-0/+1
* Update default gems list at 6f53425825eb71d71c7fdd424801a2 [ci skip]git2022-01-021-0/+1
* NEWS: Removed constantsNobuyoshi Nakada2022-01-021-0/+6
* [ruby/etc] Remove deprecate constants under StructNobuyoshi Nakada2022-01-021-4/+0
* [ruby/etc] bump up to 1.4.0Nobuyoshi Nakada2022-01-021-1/+1
* [ruby/etc] bump up to 1.3.1Nobuyoshi Nakada2022-01-021-1/+1
* [ruby/etc] [DOC] Refine Etc::Passwd#passwd descriptionNobuyoshi Nakada2022-01-021-2/+1
* [ruby/etc] [DOC] Document Etc::Passwd and Etc::Group as classesNobuyoshi Nakada2022-01-021-6/+5
* [ruby/etc] [DOC] Add document taskNobuyoshi Nakada2022-01-021-0/+8
* [ruby/etc] Update ruby versionsNobuyoshi Nakada2022-01-021-1/+1
* [ruby/reline] Check capname of tigetstr/tigetflag/tigetnumaycabta2022-01-022-0/+6
* [ruby/reline] Add test_tigetstr_with_erroraycabta2022-01-021-0/+4
* Update default gems list at 6d1b406dc8dea6f618ae14899dc6b7 [ci skip]git2022-01-021-0/+1
* [ruby/reline] Version 0.3.1aycabta2022-01-021-1/+1
* [ruby/reline] Implement Reline::Terminfo.tigetnumaycabta2022-01-022-1/+30