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-01-14
Add tests for Proc#parameters on `it` blocks
Alan Wu
2025-01-14
[ruby/mmtk] Exit with error message if MMTK_HEAP_MODE is invalid
Peter Zhu
2025-01-14
[ruby/mmtk] Add tests for when MMTK_HEAP_MIN >= MMTK_HEAP_MAX
Peter Zhu
2025-01-14
[ruby/mmtk] Also test invalid values for MMTK_HEAP_MIN and MMTK_HEAP_MAX
Peter Zhu
2025-01-14
Remove incorrectly committed snapshots
Kevin Newton
2025-01-14
[ruby/mmtk] Add framework for tests
Peter Zhu
2025-01-14
[ruby/prism] Fix parse.y translation for locals test
Kevin Newton
2025-01-14
[ruby/prism] Be a bit stricter when comparing parser translator tokens
Earlopain
2025-01-14
[ruby/prism] Fix block parameters and it for RubyParser
Justin Collins
2025-01-14
[ruby/prism] Refactor serializer
Kevin Newton
2025-01-14
[ruby/prism] Freeze AST option
Kevin Newton
2025-01-14
Simplify gc/mmtk/extconf.rb
Nobuyoshi Nakada
2025-01-14
[Bug #21024] <cstdbool> header has been useless
Nobuyoshi Nakada
2025-01-14
[ruby/openssl] ssl: update test_verify_hostname_on_connect for LibreSSL
Kazuki Yamaguchi
2025-01-14
[ruby/openssl] engine: remove mention of LibreSSL from OpenSSL::Engine
Kazuki Yamaguchi
2025-01-14
[ruby/openssl] ossl.c: use OPENSSL_init_ssl() and OpenSSL_version() with Libr...
Kazuki Yamaguchi
2025-01-14
[ruby/openssl] Require LibreSSL 3.9 or later
Kazuki Yamaguchi
2025-01-14
[ruby/openssl] Refactor buffer usage to only use `append_as_bytes`
Jean Boussier
2025-01-14
[ruby/openssl] Reduce OpenSSL::Buffering#do_write overhead
Jean Boussier
2025-01-14
Use LRAMA instead of YACC
ydah
2025-01-14
Use LRAMA instead of BISON
ydah
2025-01-14
[ruby/json] Fix a method redefinition warning in C parser
Jean Boussier
2025-01-14
[ruby/json] Refactor JSON::Ext::Parser to split configuration and parsing state
Jean Boussier
2025-01-14
Sync lockfile from rubygems/rubygems
Hiroshi SHIBATA
2025-01-14
[DOC] About `create_makefile`
Nobuyoshi Nakada
2025-01-14
Restore lockfile for test-bundler
Hiroshi SHIBATA
2025-01-14
[ruby/yaml] We should load rubygems for optional pstore gem
Hiroshi SHIBATA
2025-01-14
Remove explicit test dependency on uri
David Rodríguez
2025-01-14
Remove test dependency on logger
David Rodríguez
2025-01-14
Remove base64 as an explicit test dependency
David Rodríguez
2025-01-14
Add basic tapioca check to CI
David Rodríguez
2025-01-14
Remove Generator::State#_generate
Étienne Barrié
2025-01-14
Use ronn-ng again for documentation generation
David Rodríguez
2025-01-14
[ruby/fiddle] add regex for bool parsing & test struct w/ bool
Dmitrii
2025-01-14
[rubygems/rubygems] Bump the rb-sys group across 2 directories with 1 update
dependabot[bot]
2025-01-14
[rubygems/rubygems] Don't remove platform specific variants from the lockfile...
David Rodríguez
2025-01-14
[rubygems/rubygems] Tiny parameter rename
David Rodríguez
2025-01-14
[rubygems/rubygems] Extract `SpecSet#version_for`
David Rodríguez
2025-01-14
[rubygems/rubygems] re-add removed pre-evaluated gemspec test
Joshua.LeBlanc
2025-01-14
[rubygems/rubygems] Serialize gemspec when caching git source
Josh LeBlanc
2025-01-14
[rubygems/rubygems] Do not fail on start when cannot find writable user direc...
Vasily Fedoseyev
2025-01-14
[rubygems/rubygems] Print message when blocking on a file lock.
Ellen Marie Dash
2025-01-14
[rubygems/rubygems] Remove no longer used spec filter
David Rodríguez
2025-01-14
CI: Make parents of PATH directories world-unwritable
Nobuyoshi Nakada
2025-01-14
Mark `rb_path_check` as internal only
Nobuyoshi Nakada
2025-01-13
[ruby/mmtk] Remove accidentally committed files
Peter Zhu
2025-01-13
[ruby/mmtk] Exit with error message if MMTK_HEAP_MAX is invalid
Peter Zhu
2025-01-13
[ruby/mmtk] Exit with error message if MMTK_HEAP_MIN is invalid
Peter Zhu
2025-01-13
[ruby/mmtk] Exit with error message if MMTK_THREADS is invalid
Peter Zhu
2025-01-13
[ruby/prism] Fix parser translator tokens for `%x(#{})`
Earlopain
[next]