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-08-16
[ruby/yarp] Simplify creation of numerics
Kevin Newton
2023-08-16
[ruby/yarp] Use common fields for yp_string_t
Benoit Daloze
2023-08-16
[ruby/yarp] Test YARP.parse_file by using it in tests
Benoit Daloze
2023-08-16
[ruby/yarp] Add comment that extension.c should not contain non-trivial logic
Benoit Daloze
2023-08-16
[ruby/yarp] Move efficient file reading using demand paging to librubyparser
Benoit Daloze
2023-08-16
[ruby/yarp] Add simpler exported unescape function to librubyparser
Benoit Daloze
2023-08-16
[ruby/yarp] Handle missing block parameters
Kevin Newton
2023-08-16
[ruby/yarp] **nil can be a STAR_STAR token
Kevin Newton
2023-08-16
[ruby/yarp] Handle invalid regexps more gracefully
Kevin Newton
2023-08-16
[ruby/yarp] Add error cases for ustar appearing in infix position
Kevin Newton
2023-08-16
[ruby/yarp] For errored % characters, use TOKEN_PERCENT and not TOKEN_STRING_...
Kevin Newton
2023-08-16
[ruby/yarp] Don't read off the end when parsing % literals
Kevin Newton
2023-08-16
[ruby/yarp] Enable all of -wconversion
Kevin Newton
2023-08-16
[ruby/yarp] Split out newline test
Kevin Newton
2023-08-16
[ruby/yarp] Mark locations in the tree where newlines can occur
Kevin Newton
2023-08-16
[ruby/yarp] Handle pound terminator in isolation
Kevin Newton
2023-08-16
[ruby/yarp] Remove trailing whitespace
Thomas E. Enebo
2023-08-16
[ruby/yarp] WIP - Introduce contextually parsing programs vs evals
Thomas E. Enebo
2023-08-16
[ruby/yarp] Move the gem's C extension into lib/yarp/
Mike Dalessio
2023-08-16
Sync script updates
Jemma Issroff
2023-08-17
RJIT: Remove macros inherited from MJIT but no longer used
Nobuyoshi Nakada
2023-08-16
Consider the special node when printing
Nobuyoshi Nakada
2023-08-16
Extract GC for fd parts as `TRY_WITH_GC `
Nobuyoshi Nakada
2023-08-16
Extract platform dependent part as `fdopen_internal`
Nobuyoshi Nakada
2023-08-16
Silent test-all on AppVeyor
Nobuyoshi Nakada
2023-08-16
[DOC] Specify the unit of return value for `Time#-`
haseponpon
2023-08-16
[ruby/irb] Encapsulate input details in Statement objects
Stan Lo
2023-08-16
Resync Lrama v0.5.3
yui-knk
2023-08-16
[rubygems/rubygems] Show better error when PAT can't authenticate to a privat...
David Rodríguez
2023-08-16
[rubygems/rubygems] Bad auth should not fallback either
David Rodríguez
2023-08-16
[rubygems/rubygems] Use better status for authentication failures
David Rodríguez
2023-08-16
[rubygems/rubygems] Fix git source conservativeness
David Rodríguez
2023-08-16
[rubygems/rubygems] Extract s.name to a variable
David Rodríguez
2023-08-16
[rubygems/rubygems] Remove unneeded stuff
David Rodríguez
2023-08-16
[rubygems/rubygems] Don't update locked sources when not necessary
David Rodríguez
2023-08-16
[rubygems/rubygems] Extract a `default_source` method
David Rodríguez
2023-08-16
[rubygems/rubygems] Move `lockfile_source` variable out of condition branch
David Rodríguez
2023-08-16
[rubygems/rubygems] Refactor locked dep filtering more
David Rodríguez
2023-08-16
[rubygems/rubygems] Avoid unnecessary loop through dependencies
David Rodríguez
2023-08-16
[ruby/openssl] Enhance printing OpenSSL versions.
Jun Aruga
2023-08-16
[ruby/openssl] test/openssl/test_pkey.rb: Fix pending tests in FIPS case.
Jun Aruga
2023-08-16
[ruby/openssl] Use openssl? instead of OpenSSL::OPENSSL_VERSION_NUMBER.
Jun Aruga
2023-08-16
[ruby/openssl] Include "additional data" message in OpenSSL errors
Kazuki Yamaguchi
2023-08-16
[ruby/openssl] config: relax test assertions against error messages
Kazuki Yamaguchi
2023-08-16
[ruby/openssl] ssl: raise SSLError if loading ca_file or ca_path fails
Kazuki Yamaguchi
2023-08-16
[ruby/openssl] Raise an error when the specified OpenSSL library directory do...
Jun Aruga
2023-08-16
[ruby/openssl] [DOC] enhance RDoc for exporting pkeys
Kazuki Yamaguchi
2023-08-16
[ruby/openssl] [DOC] prefer PKey#private_to_pem and #public_to_pem in RDoc
Kazuki Yamaguchi
2023-08-16
[ruby/openssl] [DOC] prefer "password" to "passphrase"
Kazuki Yamaguchi
2023-08-16
[ruby/openssl] Revert "Relax error message check for OpenSSL 3.1"
Kazuki Yamaguchi
[next]