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-07-23
[rubygems/rubygems] Keep only the bare clone in the per app cache
David Rodríguez
2024-07-23
[rubygems/rubygems] Don't serialize gemspec in the cache location
David Rodríguez
2024-07-23
[rubygems/rubygems] Stop using the cache path as the install location
David Rodríguez
2024-07-23
[rubygems/rubygems] Stop removing the `.git` folder from cached git gems
David Rodríguez
2024-07-23
[rubygems/rubygems] Refactor `set_paths!`
David Rodríguez
2024-07-23
[rubygems/rubygems] Restrict local behaviour of git gems to local overrides
David Rodríguez
2024-07-23
[rubygems/rubygems] Prefer `install_path` alias
David Rodríguez
2024-07-23
[rubygems/rubygems] Move duplicated code to a method
David Rodríguez
2024-07-23
[rubygems/rubygems] Add debugging message to `Bundler::Source::Git#specs`
David Rodríguez
2024-07-23
[rubygems/rubygems] Explicitly encode Gem::Dependency to yaml
Samuel Giddins
2024-07-23
[rubygems/rubygems] Fix `bundle exec gem uninstall`
David Rodríguez
2024-07-23
[rubygems/rubygems] Enable checksums on Bundler 3 for fresh lockfiles
David Rodríguez
2024-07-23
[rubygems/rubygems] Extract a `rake_path` helper
David Rodríguez
2024-07-23
[rubygems/rubygems] Normalize a few specs using sources
David Rodríguez
2024-07-23
[rubygems/rubygems] Enforce passing a block to `simulate_platform`
David Rodríguez
2024-07-23
Fix running GC in finalizer when RUBY_FREE_AT_EXIT
Peter Zhu
2024-07-23
[ruby/prism] Single line method bodies should not be marked as newline
Kevin Newton
2024-07-23
[DOC] Allow linking to File#path in Tempfile.create
Peter Zhu
2024-07-23
[DOC] Fix code formatting for Tempfile.create
Peter Zhu
2024-07-23
[PRISM] Fix up ensure compilation, match compile.c
Kevin Newton
2024-07-23
[DOC] Doc for BasicObject (#11139)
Burdette Lamar
2024-07-23
[ruby/prism] Recurse upward to detect invalid returns
Kevin Newton
2024-07-23
Fix memory leak in parser when loading non-ASCII file
Peter Zhu
2024-07-23
Implement UNLESS NODE keyword locations
yui-knk
2024-07-23
[Feature #20624] Enhance `RubyVM::AbstractSyntaxTree::Node#locations`
yui-knk
2024-07-22
newobj_of(): Use parameter instead of GET_RACTOR()
Alan Wu
2024-07-22
[ruby/prism] Ignore shebangs in evals
Kevin Newton
2024-07-22
[ruby/prism] Implement mismatched indentation warning
Kevin Newton
2024-07-22
[PRISM] Use xcalloc for constants instead of calloc
Peter Zhu
2024-07-22
[PRISM] Fix memory leak in constants
Peter Zhu
2024-07-22
Document the reasoning behind the fix for [Bug #20641]
Jean Boussier
2024-07-22
Add newline when printing dlopen error message
Peter Zhu
2024-07-22
bundled_gems.rb: Add a fast path
Jean Boussier
2024-07-22
Bump github/codeql-action from 3.25.12 to 3.25.13
dependabot[bot]
2024-07-21
[ruby/uri] Restrict constant checks to current namespace to avoid conflicts w...
Randy Stauner
2024-07-21
Fix a typo in setup of block-after-blockcall tests
Nobuyoshi Nakada
2024-07-21
Remove unneeded local variable
Nobuyoshi Nakada
2024-07-21
Fix SEGV on method call with empty args and brace block for do block command ...
yui-knk
2024-07-20
Do not set Enumerator::Lazy#zip to use packed format
Jeremy Evans
2024-07-20
Include `undef` keyword into UNDEF NODE location
yui-knk
2024-07-20
Change UNDEF Node structure
yui-knk
2024-07-19
Remove redundant :use_block with yield (#11203)
Takashi Kokubun
2024-07-19
Make rb_check_frozen_inline() static inline again
Alan Wu
2024-07-19
Don't call `Kernel#require` in hot loop
Jean Boussier
2024-07-19
[PRISM] Fix compiler warning for min_tmp_array_size
Peter Zhu
2024-07-19
[PRISM] Fix compiler warning for min_tmp_hash_length
Peter Zhu
2024-07-19
[PRISM] Define DATA constant when parsing stdin and __END__
Kevin Newton
2024-07-19
[ruby/prism] Fix parsing parentheses in hash patterns
Kevin Newton
2024-07-19
Move frozen check out of rb_gc_impl_undefine_finalizer
Peter Zhu
2024-07-19
Make rb_gc_impl_undefine_finalizer return void
Peter Zhu
[prev]
[next]