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-18
Faster Integer.sqrt for large bignum
tompng
2024-03-18
Update unmerged RBS to debug `EBADF` error (#10275)
Soutaro Matsumoto
2024-03-18
[ruby/irb] docs(help): Add latest options to ja help message
OKURA Masafumi
2024-03-17
[rubygems/rubygems] Ignore commented out keys in config file
David Rodriguez
2024-03-17
Refactor encdb and transdb templates
Nobuyoshi Nakada
2024-03-17
Remove no longer needed matching
Nobuyoshi Nakada
2024-03-17
Revert "Remove flip-flop usages from build scripts"
Nobuyoshi Nakada
2024-03-17
Prefer `enum ruby_tag_type` over `int`
Nobuyoshi Nakada
2024-03-17
Validate tag type to jump
Nobuyoshi Nakada
2024-03-17
[DOC] Mention about disallowed arguments in index
Nobuyoshi Nakada
2024-03-17
[Bug #20218] Reject keyword arguments in index
Nobuyoshi Nakada
2024-03-17
[Bug #19918] Reject block passing in index
Nobuyoshi Nakada
2024-03-16
[ruby/prism] Fix token incompatibility for `Prism::Translation::Parser::Lexer`
Koichi ITO
2024-03-16
Avoid caller-side hash allocation for f(*a, kw: 1) and f(*a, kw: 1, &block)
Jeremy Evans
2024-03-16
[ruby/irb] Fix irb_history saved to current directory
tomoya ishida
2024-03-16
Prefer the simple read/write `File` singleton methods
Nobuyoshi Nakada
2024-03-16
Prefer the simple read/write `File` singleton methods
Nobuyoshi Nakada
2024-03-16
[ruby/irb] Use markdown format for docs
Stan Lo
2024-03-16
[ruby/did_you_mean] Avoid division for small length2
Mau Magnaguagno
2024-03-16
[ruby/did_you_mean] Remove Integer floor and prefix index from Jaro distance
Mau Magnaguagno
2024-03-15
Initialize VM stack if VM_CHECK_MODE
Alan Wu
2024-03-15
Remove unused macro TF
Peter Zhu
2024-03-15
[ruby/prism] Fix token incompatibility for `Prism::Translation::Parser::Lexer`
Koichi ITO
2024-03-15
[ruby/prism] Fix a token incompatibility for `Prism::Translation::Parser::Lexer`
Koichi ITO
2024-03-15
Avoid a hash allocation when calling def f(kw: 1) with keyword splat
Jeremy Evans
2024-03-16
Skip warnings for duplicate keys
Nobuyoshi Nakada
2024-03-15
Refactor frozen_string_literal check during compilation
Jean Boussier
2024-03-15
[PRISM] Fix up source file when not frozen
Kevin Newton
2024-03-15
Fix compiling shareable constant nodes
Kevin Newton
2024-03-15
[ruby/prism] Add PM_STRING_FLAGS_FROZEN / PM_STRING_FLAGS_MUTABLE on PM_SOURC...
Jean Boussier
2024-03-15
[DOC] exceptions.rdoc : Add heads up about ensure not returning implicitly
Pierre Merlin
2024-03-15
Iterate the documentation of Module.const_missing
Xavier Noria
2024-03-15
Remove unnecessary else branch
Xavier Noria
2024-03-15
Minor edits to variable.c
Xavier Noria
2024-03-15
Fix the signature of Module#name in the API docs
Xavier Noria
2024-03-15
[Universal parser] Fix -Wsuggest-attribute=format warnings
HASUMI Hitoshi
2024-03-15
Cover all warning categories by using `Warning.categories`
Nobuyoshi Nakada
2024-03-15
Test deprecation warning with `$;`
Nobuyoshi Nakada
2024-03-15
[ruby/prism] Fix an AST and token incompatibility for `Prism::Translation::Pa...
Koichi ITO
2024-03-15
[ruby/prism] Shareable constant nodes
Kevin Newton
2024-03-15
Remove unused macro GC_NOTIFY in gc.c
Peter Zhu
2024-03-15
Use tag version of minitest-5.22.3
Hiroshi SHIBATA
2024-03-15
Deprecate `--dryrun` options in favor of `--dry-run`
Nobuyoshi Nakada
2024-03-15
downloader.rb: Add `--help` option
Nobuyoshi Nakada
2024-03-15
outdate-bundled-gems.rb: Add `--help` option
Nobuyoshi Nakada
2024-03-15
[ruby/stringio] NULL StringIO by `StringIO.new(nil)`
Nobuyoshi Nakada
2024-03-14
[PRISM] Fix float in case dispatch
Kevin Newton
2024-03-15
[ruby/rdoc] Use readline history when ri is interactive
Adam Daniels
2024-03-15
[ruby/rdoc] test: Add tests for RDoc::TokenStream#add_tokens, add_token ,coll...
toshimaru
2024-03-14
Fix array allocation optimization for f(*a, kw: 1)
Jeremy Evans
[next]