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-09-25
[win32/registry] Fallback to UTF-8 for unknown codepages
Josh Cooper
2024-09-25
Fix size modifier for `size_t`
Nobuyoshi Nakada
2024-09-25
Implement BLOCK_PASS NODE keyword locations
ydah
2024-09-25
Implement RETURN NODE keyword locations
ydah
2024-09-25
doc: Remove description of experimental warnings related pattern matching fro...
masatoshi_moritsuka
2024-09-24
Further split up pm_compile_node to work on -O0 builds
Kevin Newton
2024-09-24
[DOC] More on Array#fill (#11610)
Burdette Lamar
2024-09-24
[ruby/psych] Use `String#match?` over `String#=~` when applicable
Jean Boussier
2024-09-24
Use rb_bug instead of UNREACHABLE for assertions
Peter Zhu
2024-09-24
Fix undefined behavior in String#append_as_bytes
Peter Zhu
2024-09-24
Free scope node in prism
Peter Zhu
2024-09-24
Fix memory leak in constant ID list in prism
Peter Zhu
2024-09-24
[rubygems/rubygems] Fix `bundler/inline` overwriting lockfiles
David Rodríguez
2024-09-24
[ruby/irb] Use proper locale in history encoding test
tomoya ishida
2024-09-24
[ruby/error_highlight] Fix error with prism when method given no arguments
Luke Gruber
2024-09-24
[ruby/prism] Accept version shorthand like 3.4
Kevin Newton
2024-09-24
Set node_id to -1 in add_adjust_info
Peter Zhu
2024-09-24
Update deps for prism/options.c
Kevin Newton
2024-09-24
[ruby/prism] Accept all 3.3.x and 3.4.x Ruby versions for Prism.parse
Benoit Daloze
2024-09-24
[ruby/prism] check_string() should always return a valid C string
Benoit Daloze
2024-09-24
[rubygems/rubygems] Restore `gem_dir` as an instance variable accessor
David Rodríguez
2024-09-24
[rubygems/rubygems] Remove TODO I can't make much sense of
David Rodríguez
2024-09-24
[ruby/error_highlight] Prism added node_id and Node#breadth_first_search in t...
Adam Hess
2024-09-24
fix rb_memsearch() document
NAITOH Jun
2024-09-24
mingw.yml - fixup to use ucrt, logging
MSP-Greg
2024-09-24
Bump github/codeql-action from 3.26.7 to 3.26.8
dependabot[bot]
2024-09-24
Windows: Use Unicode aware WinAPI function for ENV[]=
Lars Kanis
2024-09-24
Windows: Remove ENV code targeting Windows before Vista
Lars Kanis
2024-09-24
Windows: Remove compatibility to ancient MSVCRT API
Lars Kanis
2024-09-24
Show volume details at Windows platform of GHA
Hiroshi SHIBATA
2024-09-23
Fix a typo
Takashi Kokubun
2024-09-23
Fix a -Wsign-compare warning
Takashi Kokubun
2024-09-23
Remove write barrier for non-Ruby object
Peter Zhu
2024-09-23
Revert "GC guard current_string in the putobject instruction"
Peter Zhu
2024-09-23
Assert that objects in write barrier are not dead
Peter Zhu
2024-09-23
Add anonymous module name spec.
Samuel Williams
2024-09-23
[rubygems/rubygems] Don't try to auto-install dev versions of Bundler not ava...
David Rodríguez
2024-09-23
[rubygems/rubygems] Ensure refs directory in cached git source
Daniel Colson
2024-09-23
[rubygems/rubygems] Fix `bundle outdated` with `--group` option
David Rodríguez
2024-09-23
Refactor `Time#xmlschema`
Nobuyoshi Nakada
2024-09-23
Implement CASE3 NODE keyword locations
ydah
2024-09-23
Implement CASE2 NODE keyword locations
ydah
2024-09-23
Implement CASE NODE keyword locations
ydah
2024-09-23
Unpoison page->freelist before trying to assert on it
KJ Tsanaktsidis
2024-09-22
Reuse dedent_string function in rb_ruby_ripper_dedent_string function
S-H-GAMELINKS
2024-09-21
Make Complex#{inspect,to_s} work correctly if real part #inspect returns froz...
Jeremy Evans
2024-09-20
[ruby/prism] Fix `kDO_LAMBDA` token incompatibility for `Prism::Translation::...
Koichi ITO
2024-09-20
GC guard current_string in the putobject instruction
Peter Zhu
2024-09-20
[rubygems/rubygems] Disallow RubyGems warnings during Bundler test suite
David Rodríguez
2024-09-20
[rubygems/rubygems] I don't think we need a conditional shebang
David Rodríguez
[next]