summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-08Run the tests on a subclass of StringNobuyoshi Nakada
2022-01-08Prefer the dedecated conversion functionNobuyoshi Nakada
2022-01-07YJIT: Discard local var type info on routine callAlan Wu
2022-01-07Use unsigned short for length of embedded stringsPeter Zhu
2022-01-07Improve string info in rb_raw_obj_infoPeter Zhu
2022-01-07Enable Variable Width Allocation by defaultPeter Zhu
2022-01-08* 2022-01-08 [ci skip]git
2022-01-07Change termlen when changing encoding during concatenationPeter Zhu
2022-01-07[DOC] Fix typos in a doxygen comment [ci skip]Nobuyoshi Nakada
2022-01-07Fix typo [ci skip]Kazuhiro NISHIYAMA
2022-01-07[ruby/pathname] Make Pathname#each_entry return enumerator if called without ...Jeremy Evans
2022-01-07Use chomp: option when chomp modeNobuyoshi Nakada
2022-01-07Explicitly pass $/ when loop modeNobuyoshi Nakada
2022-01-06Revert "Set encoding before concatenating to string"Peter Zhu
2022-01-06Revert "Enable Variable Width Allocation by default"Peter Zhu
2022-01-06Set correct termlen for frozen stringsPeter Zhu
2022-01-06Set encoding before concatenating to stringPeter Zhu
2022-01-06Update lldb_cruby.py for VWA stringsPeter Zhu
2022-01-06Compile with USE_RVARGC=0 on CIPeter Zhu
2022-01-06Enable Variable Width Allocation by defaultPeter Zhu
2022-01-07io_buffer.c: use mremap based resizing only when mremap availableYuta Saito
2022-01-06Enhanced RDoc for IO (#5402)Burdette Lamar
2022-01-07Add bugs.ruby links.manga_osyo
2022-01-07* 2022-01-07 [ci skip]git
2022-01-06Update test/ruby/test_module.rbJeremy Evans
2022-01-06Remove unneeded lineJeremy Evans
2022-01-06Allow include before calling Module#initializeJeremy Evans
2022-01-06[rubygems/rubygems] Fix suggestions flagximenasandoval
2022-01-06[rubygems/rubygems] Let fetch understand gem:version syntaxximenasandoval
2022-01-06[rubygems/rubygems] Fix `gem install <non-existent-gem> --force` crashDavid Rodríguez
2022-01-06[ruby/reline] windows: test_yamatanooroti fixYO4
2022-01-06tool/rbinstall.rb: instal ruby.wasm produced by EmscriptenYuta Saito
2022-01-06Update bundled gems list at 2022-01-06git
2022-01-06NEWS: "taintedness" and "trustedness" methods are removedNobuyoshi Nakada
2022-01-06NEWS: Separate removed constants sectionNobuyoshi Nakada
2022-01-06Remove useless code [Bug #18185]Nobuyoshi Nakada
2022-01-06Fix spec failure on ruby 3.1Kazuhiro NISHIYAMA
2022-01-05Enhanced RDoc for IO (#5395)Burdette Lamar
2022-01-06* 2022-01-06 [ci skip]git
2022-01-05Remove Refinement#{extend_object,append_features,prepend_features}Jeremy Evans
2022-01-05test/ruby/test_refinement.rb: Remove "assigned but unused variable"Yusuke Endoh
2022-01-05Remove assertion causing read barrier to triggerPeter Zhu
2022-01-05[rubygems/rubygems] Exclude bin directory for newgem template, Because it con...Hiroshi SHIBATA
2022-01-05NEWS: Links to the tickets to remove deprecated featuresNobuyoshi Nakada
2022-01-05NEWS: Removal of `Kernel#=~` [Feature #15231]Nobuyoshi Nakada
2022-01-05Add Module#refinements and Refinement#refined_class [Feature #12737]Shugo Maeda
2022-01-05Add Module.used_refinementsShugo Maeda
2022-01-05`res.response_body_permitted?` is not definedKazuhiro NISHIYAMA
2022-01-04Enhanced RDoc for Enumerable (#5393)Burdette Lamar
2022-01-05Fix `Leaked file descriptor: TestIO_Console#test_console_kw`Kazuhiro NISHIYAMA