summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-05[rubygems/rubygems] Fix crash when duplicating a dev dependency in Gemfile & ...David Rodríguez
2023-12-05[rubygems/rubygems] Instead of checking writability, try to writeDavid Rodríguez
2023-12-05[rubygems/rubygems] Set specs as pending at the beginningDavid Rodríguez
2023-12-05[rubygems/rubygems] Simplify `--no-user-install` specDavid Rodríguez
2023-12-05[rubygems/rubygems] Prefer String#split with block in Gem::YAMLSerializer#loadMau Magnaguagno
2023-12-05[rubygems/rubygems] Prefer String#split with block in Bundler::CompactIndexCl...Mau Magnaguagno
2023-12-05[rubygems/rubygems] Prefer String#split with block in Bundler::YAMLSerializer...Mau Magnaguagno
2023-12-05VERSION file of JSON is removed from upstreamHiroshi SHIBATA
2023-12-05Removed obsoleted version definitionHiroshi SHIBATA
2023-12-05[flori/json] Detect json version from version.rbHiroshi SHIBATA
2023-12-05[flori/json] cosmeticsHiroshi SHIBATA
2023-12-05[flori/json] The modern Ruby uses utf-8 encodings by defaultHiroshi SHIBATA
2023-12-05[flori/json] [DOC] RDoc for additionsBurdette Lamar
2023-12-05[flori/json] Fix JSON.dump overload combinationtompng
2023-12-05[flori/json] Overload kwargs in JSON.dumpTakashi Kokubun
2023-12-05[flori/json] JSON.dump: handle unenclosed hashes regressionJean Boussier
2023-12-04[ruby/syntax_suggest] Bump minimum Ruby version & update standardrbSchneems
2023-12-04[ruby/syntax_suggest] Update standardrb to Ruby 3.0 standardsSchneems
2023-12-04[PRISM] Fixed redo nodeJemma Issroff
2023-12-04[PRISM] Handle percent literals for `defined?`eileencodes
2023-12-04[PRISM] Implement `PM_INTERPOLATED_REGULAR_EXPRESSION_NODE`eileencodes
2023-12-04[PRISM] Implement `PM_INTERPOLATED_STRING_NODE`eileencodes
2023-12-04[PRISM] Fix `PM_PARENTHESES_NODE`eileencodes
2023-12-04[Prism] Implement backref and numbered reference for `defined?`eileencodes
2023-12-04[PRISM] Fix compilation for NextNodeJemma Issroff
2023-12-04Use 32-bit integers for redblack_id_tPeter Zhu
2023-12-04[ruby/prism] Fix up docs for lex_compatKevin Newton
2023-12-04[ruby/prism] Ripper compat docs updateKevin Newton
2023-12-04[PRISM] Fix dependenciesPeter Zhu
2023-12-04YJIT: Mark and update stubs in invalidated blocks (#9104)Alan Wu
2023-12-04Make rb_obj_copy_ivs_to_hash_table_i staticPeter Zhu
2023-12-04[ruby/prism] Refactor pm_diagnostic_t and pm_comment_t to use pm_location_tLily Lyons
2023-12-04[ruby/prism] Check "void value expression" for array literalsTSUYUSATO Kitsune
2023-12-03Revert "Add missing GVL hooks for M:N threads and ractors"John Hawthorn
2023-12-04Fix format specifiers for `size_t`Nobuyoshi Nakada
2023-12-04Remove `rb_libruby_selfpath` for MJITNobuyoshi Nakada
2023-12-04Win32: ruby-runner is unnecessary on Windows in favor of SxS [ci skip]Nobuyoshi Nakada
2023-12-03Update default gems list at 52eabf2e329485088672beefe4bc59 [ci skip]git
2023-12-03[ruby/irb] Bump version to v1.10.0Stan Lo
2023-12-03[ruby/irb] Disable pager in eval_history testtomoya ishida
2023-12-02[Fix] Support when nil is assigned to variable `name` (#9105)jinroq
2023-12-02Add missing GVL hooks for M:N threads and ractorsJohn Hawthorn
2023-12-02[DOC] More on What's Here (#9099)Burdette Lamar
2023-12-02Pin instruction storagePeter Zhu
2023-12-02[DOC] Markup class name `Time` as codeNobuyoshi Nakada
2023-12-02[DOC] Include timezones document in timev.rbNobuyoshi Nakada
2023-12-02[ruby/rdoc] Markup punctuations need to be separated with a spaceNobuyoshi Nakada
2023-12-02[ruby/irb] Implement `history` commandGary Tou
2023-12-02Lrama v0.5.11yui-knk
2023-12-01Implement paren node for `defined?`eileencodes