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
2023-01-13
Remove MIN_PRE_ALLOC_SIZE from Strings.
Matt Valentine-House
2023-01-13
[DOC] Add gem lists to NEWS.md automatically
Nobuyoshi Nakada
2023-01-13
[DOC] Changed gem list style in NEWS.md
Nobuyoshi Nakada
2023-01-13
[DOC] Extract tool/update-NEWS-gemlist.rb
Nobuyoshi Nakada
2023-01-13
[ruby/error_highlight] Identify which node in `Foo::Bar::Baz` causes a NameError
Yusuke Endoh
2023-01-13
Skip time-related assertions on /dev/null
Nobuyoshi Nakada
2023-01-13
fix `unused variables` warning
Koichi Sasada
2023-01-12
Return 0 if there is no CFP on the EC yet
Aaron Patterson
2023-01-13
[DOC] Fix markup [ci skip]
Kazuhiro NISHIYAMA
2023-01-13
Do not use VM stack for splat arg on cfunc
Koichi Sasada
2023-01-12
Fix write barrier order for `klass` to `cme` edge
Alan Wu
2023-01-12
YJIT: Do not refer to an undefined constant (#7112)
Takashi Kokubun
2023-01-12
Enable `clippy` checks for yjit in CI (#7093)
Ian Ker-Seymer
2023-01-12
Add str_enc_copy_direct
Peter Zhu
2023-01-12
[ruby/irb] Avoid calling private methods on the main object
Stan Lo
2023-01-12
Update bundled gems list at b7598b535e49d316110aa96542a746 [ci skip]
git
2023-01-12
Bump up typeprof-0.21.4
Hiroshi SHIBATA
2023-01-12
Try to use https://github.com/ruby/rbs/pull/1207
Hiroshi SHIBATA
2023-01-12
[ruby/irb] Remove redundant argument defaults from some RubyLex
Stan Lo
2023-01-12
[ruby/reline] Update to Unicode 15.0.0
elfham
2023-01-11
Assert possible hash functions in RHASH_ST_TABLE (#7107)
Takashi Kokubun
2023-01-12
[ruby/mutex_m] Avoid anonymous eval
Jean Boussier
2023-01-12
[ruby/mutex_m] Drop to support Ruby 2.4
Hiroshi SHIBATA
2023-01-12
Suppressing installation messages with test-bundler
Hiroshi SHIBATA
2023-01-12
enhance build matrix
卜部昌平
2023-01-12
Strip trailing spaces [ci skip]
Nobuyoshi Nakada
2023-01-12
[ruby/reline] Pass unmodifined lines(that does not include escape
tomoya ishida
2023-01-12
Generate parser-text.rb with bcdc058e50674aedb180eea91e0fdb15bcf529db
Hiroshi SHIBATA
2023-01-12
[ruby/racc] Get rid of anonymous eval calls
Jean Boussier
2023-01-12
[ruby/racc] Make racc Ractor compatible
Masataka Pocke Kuwabara
2023-01-11
[ruby/irb] Formatting to header styles
Hiroshi SHIBATA
2023-01-11
[ruby/irb] After Ruby 2.0, coding is always utf-8
Hiroshi SHIBATA
2023-01-11
[ruby/irb] Removed Release Version and Revisions for old VCS software
Hiroshi SHIBATA
2023-01-11
[ruby/irb] Drop unused arguments in `RubyLex`
Stan Lo
2023-01-11
YJIT: Add a few asm comments (#7105)
Takashi Kokubun
2023-01-11
Remove unnecessary set of INVALID_SHAPE_ID in rb_callcache
Jemma Issroff
2023-01-11
Move classpath to rb_classext_t
Peter Zhu
2023-01-11
Make variation_count an unsigned char
Peter Zhu
2023-01-11
[DOC] Mention the conditional regexp
Nobuyoshi Nakada
2023-01-11
Remove check for RCLASS_EXT in variable.c
Peter Zhu
2023-01-11
Skip rbs Encoding#replicate test
Benoit Daloze
2023-01-11
Remove Encoding#replicate
Benoit Daloze
2023-01-11
[ruby/reline] Reset IOGate in test_reset
Phillip Hellewell
2023-01-11
[ruby/reline] Change IOGate back to GeneralIO
Phillip Hellewell
2023-01-11
Suppressing pending messages with RSpec
Hiroshi SHIBATA
2023-01-11
[ruby/psych] Get rid of anonymous eval calls
Jean Boussier
2023-01-11
[ruby/set] Avoid the `block or return` pattern to save Proc allocations
Jean Boussier
2023-01-11
Skip unfixed assertion about objspace/dump_all
Koichi Sasada
2023-01-11
Remove about ext/psych/yaml which is no longer bundled [ci skip]
Kazuhiro NISHIYAMA
2023-01-10
Differentiate T_ARRAY and array subclasses (#7091)
Aaron Patterson
[next]