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
2024-04-03
[ruby/prism] Fix up location tests
Kevin Newton
2024-04-03
[ruby/prism] Update fixtures to be all valid Ruby
Kevin Newton
2024-04-03
[ruby/prism] Correct errors for invalid retry
Kevin Newton
2024-04-03
[ruby/prism] Log errors for invalid jumps
Kevin Newton
2024-04-03
[ruby/prism] Update unparser tests
Kevin Newton
2024-04-03
[ruby/prism] Update seattlerb/ruby_parser tests
Kevin Newton
2024-04-03
[ruby/prism] Update whitequark/parser tests
Kevin Newton
2024-04-03
[ruby/prism] Use tilde for extended error lines
Kevin Newton
2024-04-03
[ruby/prism] Match circular parameter error message
Kevin Newton
2024-04-03
YJIT: update code optimization tips in yjit.md (#10445)
Maxime Chevalier-Boisvert
2024-04-03
YJIT: Let sp_opnd take the number of slots (#10442)
Takashi Kokubun
2024-04-03
Do not rely on ripper for magic comment test
Kevin Newton
2024-04-03
YJIT: Suppress warn(static_mut_refs) (#10440)
Takashi Kokubun
2024-04-03
Revert "Migrate auto_request_review back to CODEOWNERS" (#10441)
Takashi Kokubun
2024-04-03
Check if a fatal signal is from kernel
Nobuyoshi Nakada
2024-04-03
Reapply "Mark iseq structs with rb_gc_mark_movable"
Peter Zhu
2024-04-03
Ignore warnings on the bundled gems repo
Hiroshi SHIBATA
2024-04-03
Reset `$.` before matching
Nobuyoshi Nakada
2024-04-03
Launchable: Add lineNumber field
Naoto Ono
2024-04-03
[DOC] Fix examples for `u` packing directive
Adam Daniels
2024-04-02
Remove with_gc functions in darray
Peter Zhu
2024-04-02
YJIT: A64: Use ADDS/SUBS/CMP (immediate) when possible (#10402)
Alan Wu
2024-04-02
[PRISM] Fix ISEQ load
Kevin Newton
2024-04-02
[PRISM] Document more reasons for failures
Kevin Newton
2024-04-02
Launchable: Refactor the logic of JsonStreamWriter
Naoto Ono
2024-04-02
[DOC] Fix wheather -> whether typos in configure.
Matt Valentine-House
2024-04-02
[PRISM] Enable more passing parsing tests
Kevin Newton
2024-04-02
Remove `rb_imemo_tmpbuf_t` from parser
yui-knk
2024-04-02
Warn pstore for Ruby 3.5
Hiroshi SHIBATA
2024-04-02
Update to ruby/spec@573cf97
Andrew Konchin
2024-04-02
[Feature #20345] Add `--target-rbconfig` option to mkmf
Yuta Saito
2024-04-02
Update bundled gems list at a65d49ce77af76b29ee17ec64c15b7 [ci skip]
git
2024-04-02
Use Rake 13.2.0
Hiroshi SHIBATA
2024-04-02
Use fixed version of rake with ostruct
Hiroshi SHIBATA
2024-04-02
Warn ostruct for Ruby 3.5
Hiroshi SHIBATA
2024-04-02
[Feature #20331] Simplify parser warnings for hash keys duplication and when ...
yui-knk
2024-04-02
Remove VALUE from `struct rb_strterm_struct`
yui-knk
2024-04-01
[ruby/prism] Replace . with decimal point for strtod
Kevin Newton
2024-04-01
[ruby/prism] Match more error messages
Kevin Newton
2024-04-01
[ruby/prism] Fix up error messages for empty global variable
Kevin Newton
2024-04-01
[ruby/prism] Match error messages for invalid instance/class variables
Kevin Newton
2024-04-01
[ruby/prism] Match error message for invalid class/module name
Kevin Newton
2024-04-01
[ruby/prism] Match error message for invalid class/module definition
Kevin Newton
2024-04-01
[ruby/prism] Match error message for multiple blocks given
Kevin Newton
2024-04-01
[ruby/prism] Add better error messages for invalid block-locals
Kevin Newton
2024-04-01
[ruby/prism] Fix up error message for invalid numbered reference alias
Kevin Newton
2024-04-01
[PRISM] Enable passing pattern matching tests
Kevin Newton
2024-04-01
[ruby/prism] Do not track locals starting with _
Kevin Newton
2024-04-01
[ruby/prism] Use RubyVM::InstructionSequence instead of Ripper for validity c...
Kevin Newton
2024-04-01
[ruby/prism] Track duplicate hash keys for pattern matching
Kevin Newton
[next]