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
2025-11-03
[ruby/json] Fix duplicate 'inline' declaration specifier
Jean Boussier
2025-11-03
[ruby/json] Fix check_dependency
Takashi Kokubun
2025-11-03
[ruby/json] parser.c: Always inline `json_eat_whitespace`
Jean Boussier
2025-11-03
[ruby/json] parser.c: use `rb_str_to_interned_str` over `rb_funcall`
Jean Boussier
2025-11-03
[ruby/json] parser.c: Extract `json_string_cacheable_p`
Jean Boussier
2025-11-03
[ruby/json] parser.c: simplify sorted insert loop in rstring_cache_fetch
Jean Boussier
2025-11-03
[ruby/json] parser.c: Skip checking for escape sequences in `rstring_cache_fe...
Jean Boussier
2025-11-03
[ruby/json] Centralize macro definitions
Jean Boussier
2025-11-02
[DOC] Tweaks for String#to_f
BurdetteLamar
2025-11-03
pend on Windows for timeouts
Satoshi Tagomori
2025-11-03
Fix incorrect RUBY_DEBUG range
Satoshi Tagomori
2025-11-03
Make Namespace.root visible not only for debugging
Satoshi Tagomori
2025-11-03
Use CFUNC namespace only for IFUNC frames, its behavior should be unchanged
Satoshi Tagomori
2025-11-03
Fix use of inappropriate debug flag
Satoshi Tagomori
2025-11-03
Add flag to ignore EXPERIMENTAL warnings
Satoshi Tagomori
2025-11-03
No need to call rb_define_class/module_under_id
Satoshi Tagomori
2025-11-03
Add basic namespace tests
Satoshi Tagomori
2025-11-02
[ruby/json] Invoke `as_json` callback for strings with invalid encoding
Jean Boussier
2025-11-02
[DOC] Update bundled gems list at ee7ce9e6d71c7707d13541e9baa3a5
git
2025-11-02
Update power_assert to 3.0.0
Kazuki Tsujimoto
2025-11-02
Make rb_str_embed_size aware of termlen
Peter Zhu
2025-11-02
Fix array allocation when slot size < 40 bytes
Peter Zhu
2025-11-02
Fix string allocation when slot size < 40 bytes
Peter Zhu
2025-11-02
minor code allignment (related to bug 21559)
Martin Dürst
2025-11-02
[ruby/erb] Fix typo in documentation
Alejandro Exojo
2025-11-02
[DOC] Update bundled gems list at 22496e2fe6ea4d354d039927a33458
git
2025-11-02
Update bundled irb and repl_type_completor version (#15030)
tomoya ishida
2025-11-02
Remove recursion in UnicodeNormalize.nfc_one, fixing bug 21159.
Martin Dürst
2025-11-02
Add test for Unicode normalization of Gurung Khema.
Martin Dürst
2025-11-02
Add regression test for bug 21559.
Martin Dürst
2025-11-01
Fix rescue in test_ractor.rb
Benoit Daloze
2025-11-01
Fix memory leak in String#encode when StringValue raises
Peter Zhu
2025-11-01
[ruby/json] Enable JSON_DEBUG for parser/extconf.rb
Jean Boussier
2025-11-01
[ruby/json] Enable JSON_DEBUG for parser/extconf.rb
Jean Boussier
2025-11-01
[ruby/json] parser.c: Appease GCC warning
Jean Boussier
2025-11-01
[ruby/json] parser.c: Use SWAR to skip consecutive spaces
Jean Boussier
2025-11-01
Make the expectation more precise in Ractor.make_shareable(Proc) test
Benoit Daloze
2025-11-01
Fix the description and logic for the Ractor.make_shareable(Proc) test
Benoit Daloze
2025-11-01
[ruby/json] Use SWAR for parsing integers on little endian machines
Jean Boussier
2025-11-01
[DOC] How to use `make matz`
Nobuyoshi Nakada
2025-11-01
Flush NEWS.md only when NEW is not given
Nobuyoshi Nakada
2025-11-01
[ruby/json] parser.c: Introduce `rest()` helper
Jean Boussier
2025-11-01
[ruby/json] Add test coverage for T_BIGNUM parsing
Jean Boussier
2025-11-01
[ruby/json] parser.c: Introduce `peek()` and `eos()` helpers
Jean Boussier
2025-11-01
[ruby/json] parser.c: Extract json_parse_digits
Jean Boussier
2025-11-01
[ruby/json] parser.c: Extract `json_parse_number`
Jean Boussier
2025-11-01
Update bundled gems list as of 2025-10-31
git
2025-11-01
[DOC] Fix typo in `Hash#compare_by_identity` docs
Sam Westerman
2025-10-31
ZJIT: Fix incorrect elision of call to BasicObject#!=
Alan Wu
2025-10-31
ZJIT: Standardize variable name for callable method entry (#15021)
Stan Lo
[prev]
[next]