index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
ruby_4_0
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-03-08
[ruby/prism] Simplify the ASCII-only check in regexp
Kevin 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 leaks
Kevin Newton
2024-03-08
[ruby/prism] Extract out pm_regexp_token_buffer_t
Kevin 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-08
Retire RUBY_MARK_UNLESS_NULL
Jean Boussier
2024-03-08
Fix an error for `Prism::Translation::Parser::Lexer`
Koichi ITO
2024-03-08
[ruby/rdoc] Fix ToMarkdown missing newlines for label-lists
Hartley McGuire
2024-03-08
[ruby/irb] rdoc version lock is required
alpaca-tc
2024-03-08
[rubygems/rubygems] Bump rb-sys
dependabot[bot]
2024-03-08
Remove duplicate dependency line
Nobuyoshi Nakada
2024-03-08
Try to run CI with Ubuntu 22.04
Hiroshi SHIBATA
2024-03-07
[ruby/prism] Fix up test suite
Kevin Newton
2024-03-07
[PRISM] Use new integer logic
Kevin Newton
2024-03-07
[ruby/prism] Shared integer parsing logic
Kevin Newton
2024-03-07
[ruby/prism] Style and allocation functions
Kevin Newton
2024-03-07
[ruby/prism] Change pm_integer_t structure
tompng
2024-03-07
[ruby/prism] Faster pm_integer_parse pm_integer_string using karatsuba algorithm
tompng
2024-03-07
[ruby/prism] Add bignum parse test
tompng
2024-03-07
[ruby/prism] Make pm_integer -> Integer faster
tompng
2024-03-07
[ruby/prism] Remove restrict to fix windows 2015
Kevin Newton
2024-03-07
[ruby/prism] Support parsing streams
Kevin Newton
2024-03-07
[ruby/prism] Fix up tilde heredoc line continuations
Kevin Newton
2024-03-07
Clear all refined CCs on reopening refinement mod
John Hawthorn
2024-03-08
Setup ruby before setup directories
Nobuyoshi Nakada
2024-03-07
[ruby/prism] Fix an AST and token incompatibility for `Prism::Translation::Pa...
Koichi ITO
2024-03-07
RMDIRS includes `-p` option [ci skip]
Nobuyoshi Nakada
2024-03-07
Clean up files made by runnable in clean-runnable [ci skip]
Nobuyoshi Nakada
2024-03-07
Ingore errors when removing intermediate files recursively [ci skip]
Nobuyoshi Nakada
2024-03-07
Clean up dump file generated by `--yjit-exit-locations` [ci skip]
Nobuyoshi Nakada
2024-03-07
Clean up the incidentals to encoding/transcoding objects [ci skip]
Nobuyoshi Nakada
2024-03-07
[Bug #20327] Do not count subsecond to calculate UTC offset
Nobuyoshi Nakada
2024-03-06
[PRISM] Update dependencies for prism diagnostics
Kevin Newton
2024-03-06
[ruby/prism] Fix rebase templates
Kevin Newton
2024-03-06
[ruby/prism] Use the diagnostic types in the parser translation layer
Kevin Newton
2024-03-06
[ruby/prism] Dispatch on_tlambda and on_tlambeg
Kevin Newton
2024-03-06
[ruby/prism] Use the diagnostic types in the ripper translation layer
Kevin Newton
2024-03-06
[ruby/prism] Expose types on diagnostics
Kevin Newton
2024-03-07
Update default gems list at 9fcb2bd5c0ddf5356287d23f7c33b8 [ci skip]
git
2024-03-07
[ruby/irb] Bump version to v1.12.0
Stan Lo
2024-03-07
Removed unused fixtures at time examples
Hiroshi SHIBATA
2024-03-06
Add 'In brief' for Array#[]
BurdetteLamar
2024-03-06
[ruby/prism] Fix parsing errors for `:!@` and `:~@` in Sorbet
Ufuk Kayserilioglu
2024-03-06
[ruby/prism] Small changes to make type-checking pass
Ufuk 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 calls
Ufuk Kayserilioglu
2024-03-06
[ruby/prism] Fix some missing methods/signatures in RBIs
Ufuk Kayserilioglu
[next]