aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [rubygems/rubygems] Prefer String#split with block in Gem::YAMLSerializer#loadMau Magnaguagno2023-12-051-1/+1
* [rubygems/rubygems] Prefer String#split with block in Bundler::CompactIndexCl...Mau Magnaguagno2023-12-051-1/+1
* [rubygems/rubygems] Prefer String#split with block in Bundler::YAMLSerializer...Mau Magnaguagno2023-12-051-1/+1
* VERSION file of JSON is removed from upstreamHiroshi SHIBATA2023-12-051-1/+0
* Removed obsoleted version definitionHiroshi SHIBATA2023-12-052-2/+0
* [flori/json] Detect json version from version.rbHiroshi SHIBATA2023-12-051-1/+5
* [flori/json] cosmeticsHiroshi SHIBATA2023-12-051-1/+1
* [flori/json] The modern Ruby uses utf-8 encodings by defaultHiroshi SHIBATA2023-12-054-5/+0
* [flori/json] [DOC] RDoc for additionsBurdette Lamar2023-12-0513-85/+344
* [flori/json] Fix JSON.dump overload combinationtompng2023-12-052-24/+31
* [flori/json] Overload kwargs in JSON.dumpTakashi Kokubun2023-12-052-3/+12
* [flori/json] JSON.dump: handle unenclosed hashes regressionJean Boussier2023-12-052-2/+12
* [ruby/syntax_suggest] Bump minimum Ruby version & update standardrbSchneems2023-12-0415-89/+89
* [ruby/syntax_suggest] Update standardrb to Ruby 3.0 standardsSchneems2023-12-045-9/+9
* [PRISM] Fixed redo nodeJemma Issroff2023-12-042-13/+81
* [PRISM] Handle percent literals for `defined?`eileencodes2023-12-042-0/+12
* [PRISM] Implement `PM_INTERPOLATED_REGULAR_EXPRESSION_NODE`eileencodes2023-12-042-0/+2
* [PRISM] Implement `PM_INTERPOLATED_STRING_NODE`eileencodes2023-12-042-0/+2
* [PRISM] Fix `PM_PARENTHESES_NODE`eileencodes2023-12-042-1/+11
* [Prism] Implement backref and numbered reference for `defined?`eileencodes2023-12-042-0/+27
* [PRISM] Fix compilation for NextNodeJemma Issroff2023-12-042-8/+104
* Use 32-bit integers for redblack_id_tPeter Zhu2023-12-041-2/+2
* [ruby/prism] Fix up docs for lex_compatKevin Newton2023-12-041-4/+4
* [ruby/prism] Ripper compat docs updateKevin Newton2023-12-042-39/+52
* [PRISM] Fix dependenciesPeter Zhu2023-12-041-0/+3
* YJIT: Mark and update stubs in invalidated blocks (#9104)Alan Wu2023-12-042-49/+121
* Make rb_obj_copy_ivs_to_hash_table_i staticPeter Zhu2023-12-041-1/+1
* [ruby/prism] Refactor pm_diagnostic_t and pm_comment_t to use pm_location_tLily Lyons2023-12-046-28/+18
* [ruby/prism] Check "void value expression" for array literalsTSUYUSATO Kitsune2023-12-042-3/+25
* Revert "Add missing GVL hooks for M:N threads and ractors"John Hawthorn2023-12-034-94/+46
* Fix format specifiers for `size_t`Nobuyoshi Nakada2023-12-041-1/+2
* Remove `rb_libruby_selfpath` for MJITNobuyoshi Nakada2023-12-041-20/+3
* Win32: ruby-runner is unnecessary on Windows in favor of SxS [ci skip]Nobuyoshi Nakada2023-12-041-0/+4
* Update default gems list at 52eabf2e329485088672beefe4bc59 [ci skip]git2023-12-031-1/+1
* [ruby/irb] Bump version to v1.10.0Stan Lo2023-12-031-2/+2
* [ruby/irb] Disable pager in eval_history testtomoya ishida2023-12-031-0/+1
* [Fix] Support when nil is assigned to variable `name` (#9105)jinroq2023-12-021-1/+1
* Add missing GVL hooks for M:N threads and ractorsJohn Hawthorn2023-12-024-46/+94
* [DOC] More on What's Here (#9099)Burdette Lamar2023-12-021-1/+4
* Pin instruction storagePeter Zhu2023-12-023-10/+17
* [DOC] Markup class name `Time` as codeNobuyoshi Nakada2023-12-023-36/+36
* [DOC] Include timezones document in timev.rbNobuyoshi Nakada2023-12-023-14/+14
* [ruby/rdoc] Markup punctuations need to be separated with a spaceNobuyoshi Nakada2023-12-022-2/+14
* [ruby/irb] Implement `history` commandGary Tou2023-12-023-0/+117
* Lrama v0.5.11yui-knk2023-12-0221-423/+526
* Implement paren node for `defined?`eileencodes2023-12-012-2/+4
* [DOC] Update ARGF.readlines documentation to match/reference IO.readlines.Ryan Davis2023-12-011-6/+8
* Make expandarray compaction safePeter Zhu2023-12-012-24/+30
* [ruby/prism] Prism.parse_success?(source)Kevin Newton2023-12-016-1/+133
* Remove unneeded local variablesPeter Zhu2023-12-011-2/+0