summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-14[ruby/cgi] doc: fix method nameAlexandre ZANNI
2023-10-14[ruby/irb] Restore encoding in InputCompletor testtomoya ishida
2023-10-14Update default gems list at 177d8ee056636511379f6971a6c4e4 [ci skip]git
2023-10-14[ruby/irb] Bump version to 1.8.3tomoya ishida
2023-10-14[ruby/prism] Put names on back reference read nodesKevin Newton
2023-10-14[ruby/irb] Restore IRB::InputCompletor for compatibilitytomoya ishida
2023-10-14Ignore symbols even in empty shared libraryNobuyoshi Nakada
2023-10-14release sched_lock before VM lockKoichi Sasada
2023-10-13Avoid using MATZBOT_GITHUB_TOKEN for pull requestsTakashi Kokubun
2023-10-14[Bug #19926] Fix Range#size for ranges with a Rational endpointKouhei Yanagita
2023-10-14Fix node type castsyui-knk
2023-10-14Delete heredoc line mark referencesNobuyoshi Nakada
2023-10-14Shorten `rb_strterm_literal_t` membersNobuyoshi Nakada
2023-10-14Manage `rb_strterm_t` without imemoNobuyoshi Nakada
2023-10-14Remove unions in `rb_strterm` structs for alignmentNobuyoshi Nakada
2023-10-13Use the variable to skip the checkoutTakashi Kokubun
2023-10-13Skip a duplicated checkoutTakashi Kokubun
2023-10-13Update default gems list at 0950f22cc0c848a73f1b80d0e63fcd [ci skip]git
2023-10-13Just reorder the checkoutTakashi Kokubun
2023-10-13secrets cannot be templated in a shared actionTakashi Kokubun
2023-10-13Give a token to the shared checkout as wellTakashi Kokubun
2023-10-14Allow `NON_SCALAR_THREAD_ID` machinesKoichi Sasada
2023-10-13Use matzbot's token to push misc commitsTakashi Kokubun
2023-10-13[ruby/prism] Simplify DedentingHeredoc#to_aMau Magnaguagno
2023-10-13[ruby/prism] Make PM_NODE_FLAG_COMMON_MASK into a constantKevin Newton
2023-10-13[ruby/prism] Bump version to 0.14.0Kevin Newton
2023-10-13[ruby/prism] Move common flags to top bitseileencodes
2023-10-13[prism] Remove unused make targetKevin Newton
2023-10-13[prism] Remove unescape targetsKevin Newton
2023-10-13[ruby/prism] Fix up PR failingsKevin Newton
2023-10-13[ruby/prism] Remove now-defunct semantic_field from nodesKevin Newton
2023-10-13[ruby/prism] Final unescapes cleanupKevin Newton
2023-10-13[ruby/prism] Refactor unescape test to simplifyKevin Newton
2023-10-13Remove old unescaping codeKevin Newton
2023-10-13[ruby/prism] Properly handle unescaping in regexpKevin Newton
2023-10-13[ruby/prism] Use current_string to handle :" symbolsKevin Newton
2023-10-13[ruby/prism] Use current_string for :' symbolsKevin Newton
2023-10-13[ruby/prism] Use current_string for %s symbol literalsKevin Newton
2023-10-13[ruby/prism] Split up lines in tilde heredocsKevin Newton
2023-10-13[ruby/prism] Calculate heredoc common whitespace while lexingKevin Newton
2023-10-13[ruby/prism] Enable remaining heredoc unescape testsKevin Newton
2023-10-13[ruby/prism] Use current_string for escapes in heredocsKevin Newton
2023-10-13[ruby/prism] Use create_unescaped functions for empty heredocsKevin Newton
2023-10-13[ruby/prism] Use current_string for x string escape sequencesKevin Newton
2023-10-13[ruby/prism] Use token buffer for string lexingKevin Newton
2023-10-13[ruby/prism] Extract out a couple more token buffer functionsKevin Newton
2023-10-13[ruby/prism] Capture the token buffer logic into its own struct and functionsKevin Newton
2023-10-13[ruby/prism] Use current_string to handle escapes in string literalsKevin Newton
2023-10-13[ruby/prism] Use current_string to handle %IKevin Newton
2023-10-13[ruby/prism] Use current_string for handling %W listsKevin Newton