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-07-18
[rubygems/rubygems] Bump rb-sys
dependabot[bot]
2023-07-19
Add tests for `return` in `BEGIN` and `END` blocks
Nobuyoshi Nakada
2023-07-18
[ruby/irb] Reduce boilerplate code in RubyLexTest
Stan Lo
2023-07-19
Reset signal handler before aborting due to sanitizer
Nobuyoshi Nakada
2023-07-19
Unify `writev` and `write` operations in `check_reserved_signal_`
Nobuyoshi Nakada
2023-07-19
[flori/json] Re-generate parser.c
Nobuyoshi Nakada
2023-07-19
[flori/json] Remove unnecessary code
Nobuyoshi Nakada
2023-07-19
[flori/json] [DOC] Remove duplicate sentence
Nobuyoshi Nakada
2023-07-19
[flori/json] Remove `HAVE_RB_SCAN_ARGS_OPTIONAL_HASH` check
Nobuyoshi Nakada
2023-07-18
[ruby/irb] Declare rdoc as dependency
Stan Lo
2023-07-18
[DOC] Fix a magic comment in the section for `experimental_copy`
Ivanov-Anton
2023-07-18
[flori/json] Skip BigDecimal tests when it's missing to load
Hiroshi SHIBATA
2023-07-18
[flori/json] Skip unsupported test on JRuby
Nobuyoshi Nakada
2023-07-18
[flori/json] Rename JSON::ParseError to JSON:ParserError
Dimitar Haralanov
2023-07-18
[ruby/psych] Skip BigDecimal tests when it's missing to load
Hiroshi SHIBATA
2023-07-17
Remove __bp__ and speed-up bmethod calls (#8060)
Alan Wu
2023-07-17
Fix logarithm of 0 with base
Nobuyoshi Nakada
2023-07-17
YJIT: refactoring to allow for fancier call threshold logic (#8078)
Maxime Chevalier-Boisvert
2023-07-17
Move `posix_signal` declaration internal with prefix `ruby_`
Nobuyoshi Nakada
2023-07-17
objspace is not used in parent process [ci skip]
Nobuyoshi Nakada
2023-07-17
Fix up to require objspace
Nobuyoshi Nakada
2023-07-17
Run `Process.warmup` tests in separate processes
Nobuyoshi Nakada
2023-07-17
Implement Process.warmup
Jean Boussier
2023-07-17
Fix a typo [ci skip]
Nobuyoshi Nakada
2023-07-16
Fix `#line` directive filename of ripper.c
yui-knk
2023-07-16
Fix null pointer access in Ripper#initialize
Nobuyoshi Nakada
2023-07-16
Prefer integer as base of intermediate logarithms
Nobuyoshi Nakada
2023-07-15
[ruby/irb] Indent multiline percent literals
tomoya ishida
2023-07-15
Update default gems list at 7ffb995f5e3b6d749adb700e014f80 [ci skip]
git
2023-07-15
[ruby/irb] Bump 1.7.4 (https://github.com/ruby/irb/pull/645)
ima1zumi
2023-07-16
Add `--backtrace-limit` option to the man page
Tom Stuart
2023-07-16
Allow -1 as the value of `--backtrace-limit` option
Tom Stuart
2023-07-16
Test that command line `--backtrace-limit` overrides RUBYOPT
Nobuyoshi Nakada
2023-07-16
Allow `--backtrace-limit` option to appear in RUBYOPT
Tom Stuart
2023-07-15
[Bug #19769] Fix range of size 1 in `String#tr`
alexandre184
2023-07-15
Fix stack trace for rescued StopIteration
Marcelo Pereira
2023-07-15
Use functions defined by parser_st.c to reduce dependency on st.c
yui-knk
2023-07-14
[ruby/yarp] Remove pattern matching pinning to enable support for <= Ruby 3.0
Jemma Issroff
2023-07-14
Remove RGENGC_OLD_NEWOBJ_CHECK
Peter Zhu
2023-07-14
Remove unused branch in write barrier
Peter Zhu
2023-07-14
[Doc] Make build instructions easier to copy-and-paste
jinroq
2023-07-14
[ruby/irb] Fix history-saving feature
Stan Lo
2023-07-14
Make dtoa.c buildable alone
Nobuyoshi Nakada
2023-07-14
Include headers for `ruby_qsort` only if needed
Nobuyoshi Nakada
2023-07-14
Delete a macro that has never been used, probably added by mistake
Nobuyoshi Nakada
2023-07-14
Sort by URL [ci skip]
Kazuhiro NISHIYAMA
2023-07-13
Tighten Time.new(string) parsing
Jeremy Evans
2023-07-13
YJIT: Make ratio_in_yjit always available (#8064)
Takashi Kokubun
2023-07-13
Fix a CI failure on rbs
Takashi Kokubun
2023-07-13
Don't pass array into ary_heap_alloc
Peter Zhu
[next]