summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-07-23[rubygems/rubygems] Keep only the bare clone in the per app cacheDavid Rodríguez
2024-07-23[rubygems/rubygems] Don't serialize gemspec in the cache locationDavid Rodríguez
2024-07-23[rubygems/rubygems] Stop using the cache path as the install locationDavid Rodríguez
2024-07-23[rubygems/rubygems] Stop removing the `.git` folder from cached git gemsDavid 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 overridesDavid Rodríguez
2024-07-23[rubygems/rubygems] Prefer `install_path` aliasDavid Rodríguez
2024-07-23[rubygems/rubygems] Move duplicated code to a methodDavid 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 yamlSamuel 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 lockfilesDavid Rodríguez
2024-07-23[rubygems/rubygems] Extract a `rake_path` helperDavid Rodríguez
2024-07-23[rubygems/rubygems] Normalize a few specs using sourcesDavid Rodríguez
2024-07-23[rubygems/rubygems] Enforce passing a block to `simulate_platform`David Rodríguez
2024-07-23Fix running GC in finalizer when RUBY_FREE_AT_EXITPeter Zhu
2024-07-23[ruby/prism] Single line method bodies should not be marked as newlineKevin Newton
2024-07-23[DOC] Allow linking to File#path in Tempfile.createPeter Zhu
2024-07-23[DOC] Fix code formatting for Tempfile.createPeter Zhu
2024-07-23[PRISM] Fix up ensure compilation, match compile.cKevin Newton
2024-07-23[DOC] Doc for BasicObject (#11139)Burdette Lamar
2024-07-23[ruby/prism] Recurse upward to detect invalid returnsKevin Newton
2024-07-23Fix memory leak in parser when loading non-ASCII filePeter Zhu
2024-07-23Implement UNLESS NODE keyword locationsyui-knk
2024-07-23[Feature #20624] Enhance `RubyVM::AbstractSyntaxTree::Node#locations`yui-knk
2024-07-22newobj_of(): Use parameter instead of GET_RACTOR()Alan Wu
2024-07-22[ruby/prism] Ignore shebangs in evalsKevin Newton
2024-07-22[ruby/prism] Implement mismatched indentation warningKevin Newton
2024-07-22[PRISM] Use xcalloc for constants instead of callocPeter Zhu
2024-07-22[PRISM] Fix memory leak in constantsPeter Zhu
2024-07-22Document the reasoning behind the fix for [Bug #20641]Jean Boussier
2024-07-22Add newline when printing dlopen error messagePeter Zhu
2024-07-22bundled_gems.rb: Add a fast pathJean Boussier
2024-07-22Bump github/codeql-action from 3.25.12 to 3.25.13dependabot[bot]
2024-07-21[ruby/uri] Restrict constant checks to current namespace to avoid conflicts w...Randy Stauner
2024-07-21Fix a typo in setup of block-after-blockcall testsNobuyoshi Nakada
2024-07-21Remove unneeded local variableNobuyoshi Nakada
2024-07-21Fix SEGV on method call with empty args and brace block for do block command ...yui-knk
2024-07-20Do not set Enumerator::Lazy#zip to use packed formatJeremy Evans
2024-07-20Include `undef` keyword into UNDEF NODE locationyui-knk
2024-07-20Change UNDEF Node structureyui-knk
2024-07-19Remove redundant :use_block with yield (#11203)Takashi Kokubun
2024-07-19Make rb_check_frozen_inline() static inline againAlan Wu
2024-07-19Don't call `Kernel#require` in hot loopJean Boussier
2024-07-19[PRISM] Fix compiler warning for min_tmp_array_sizePeter Zhu
2024-07-19[PRISM] Fix compiler warning for min_tmp_hash_lengthPeter 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 patternsKevin Newton
2024-07-19Move frozen check out of rb_gc_impl_undefine_finalizerPeter Zhu
2024-07-19Make rb_gc_impl_undefine_finalizer return voidPeter Zhu