summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-08[ruby/prism] Simplify the ASCII-only check in regexpKevin Newton
2024-03-08[ruby/prism] Fix a token incompatibility for `Prism::Translation::Parser`Koichi ITO
2024-03-08[ruby/prism] Fix up regexp memory leaksKevin Newton
2024-03-08[ruby/prism] Extract out pm_regexp_token_buffer_tKevin Newton
2024-03-08[ruby/prism] Add initial implementation of `Regexp` validation.Kevin Menard
2024-03-08[ruby/prism] Extract a magic value to a named constant.Kevin Menard
2024-03-08[ruby/prism] Track both the unescaped bytes and source string for a regular e...Kevin Menard
2024-03-08Retire RUBY_MARK_UNLESS_NULLJean Boussier
2024-03-08Fix an error for `Prism::Translation::Parser::Lexer`Koichi ITO
2024-03-08[ruby/rdoc] Fix ToMarkdown missing newlines for label-listsHartley McGuire
2024-03-08[ruby/irb] rdoc version lock is requiredalpaca-tc
2024-03-08[rubygems/rubygems] Bump rb-sysdependabot[bot]
2024-03-08Remove duplicate dependency lineNobuyoshi Nakada
2024-03-08Try to run CI with Ubuntu 22.04Hiroshi SHIBATA
2024-03-07[ruby/prism] Fix up test suiteKevin Newton
2024-03-07[PRISM] Use new integer logicKevin Newton
2024-03-07[ruby/prism] Shared integer parsing logicKevin Newton
2024-03-07[ruby/prism] Style and allocation functionsKevin Newton
2024-03-07[ruby/prism] Change pm_integer_t structuretompng
2024-03-07[ruby/prism] Faster pm_integer_parse pm_integer_string using karatsuba algorithmtompng
2024-03-07[ruby/prism] Add bignum parse testtompng
2024-03-07[ruby/prism] Make pm_integer -> Integer fastertompng
2024-03-07[ruby/prism] Remove restrict to fix windows 2015Kevin Newton
2024-03-07[ruby/prism] Support parsing streamsKevin Newton
2024-03-07[ruby/prism] Fix up tilde heredoc line continuationsKevin Newton
2024-03-07Clear all refined CCs on reopening refinement modJohn Hawthorn
2024-03-08Setup ruby before setup directoriesNobuyoshi Nakada
2024-03-07[ruby/prism] Fix an AST and token incompatibility for `Prism::Translation::Pa...Koichi ITO
2024-03-07RMDIRS includes `-p` option [ci skip]Nobuyoshi Nakada
2024-03-07Clean up files made by runnable in clean-runnable [ci skip]Nobuyoshi Nakada
2024-03-07Ingore errors when removing intermediate files recursively [ci skip]Nobuyoshi Nakada
2024-03-07Clean up dump file generated by `--yjit-exit-locations` [ci skip]Nobuyoshi Nakada
2024-03-07Clean up the incidentals to encoding/transcoding objects [ci skip]Nobuyoshi Nakada
2024-03-07[Bug #20327] Do not count subsecond to calculate UTC offsetNobuyoshi Nakada
2024-03-06[PRISM] Update dependencies for prism diagnosticsKevin Newton
2024-03-06[ruby/prism] Fix rebase templatesKevin Newton
2024-03-06[ruby/prism] Use the diagnostic types in the parser translation layerKevin Newton
2024-03-06[ruby/prism] Dispatch on_tlambda and on_tlambegKevin Newton
2024-03-06[ruby/prism] Use the diagnostic types in the ripper translation layerKevin Newton
2024-03-06[ruby/prism] Expose types on diagnosticsKevin Newton
2024-03-07Update default gems list at 9fcb2bd5c0ddf5356287d23f7c33b8 [ci skip]git
2024-03-07[ruby/irb] Bump version to v1.12.0Stan Lo
2024-03-07Removed unused fixtures at time examplesHiroshi SHIBATA
2024-03-06Add 'In brief' for Array#[]BurdetteLamar
2024-03-06[ruby/prism] Fix parsing errors for `:!@` and `:~@` in SorbetUfuk Kayserilioglu
2024-03-06[ruby/prism] Small changes to make type-checking passUfuk Kayserilioglu
2024-03-06[ruby/prism] Move polyfill to separate file to type-check it independently.Ufuk Kayserilioglu
2024-03-06[ruby/prism] `Prism::Compiler` should be a subclass of `Prism::Visitor`Ufuk Kayserilioglu
2024-03-06[ruby/prism] Fix some type-checking errors by using different method callsUfuk Kayserilioglu
2024-03-06[ruby/prism] Fix some missing methods/signatures in RBIsUfuk Kayserilioglu