aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [ruby/prism] Fix parsing heredoc endsHaldun Bayhantopcu2023-12-015-28/+147
* Implements missing literals for `defined?`eileencodes2023-12-012-1/+16
* Make String#undump compaction safePeter Zhu2023-12-012-0/+13
* Pin embedded shared stringsPeter Zhu2023-12-013-23/+10
* [rubygems/rubygems] Reduce array allocations when loading definitionSamuel Giddins2023-12-012-4/+14
* [Bug #20033] Dynamic regexp should not assign capturesNobuyoshi Nakada2023-12-023-10/+23
* [ruby/prism] Provide heredoc? queriesKevin Newton2023-12-012-16/+53
* [PRISM] Account for RescueNodes with no statementsJemma Issroff2023-12-012-0/+11
* [PRISM] Fix behavior of BlockParameters with only one parameterJemma Issroff2023-12-012-4/+23
* [ruby/irb] Scrub past history input before splithogelog2023-12-012-3/+20
* [rubygems/rubygems] Many major_deprecations supply :removed_messageEric Mueller2023-12-017-46/+91
* [rubygems/rubygems] major_deprecation accepts :removed_messageEric Mueller2023-12-012-3/+35
* [Bug #19838] Flush delayed token nonconsecutive with the next tokenNobuyoshi Nakada2023-12-022-0/+69
* Extract `end_with_newline_p`Nobuyoshi Nakada2023-12-021-1/+7