summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-01-28[ruby/json] Add some JSON::Fragment documentationJean Boussier
2025-01-28Ignore vendor folder for documentation just onceNobuyoshi Nakada
2025-01-28[rubygems/rubygems] Remove respond_to? check for Thread#name=Akshay Birajdar
2025-01-28[rubygems/rubygems] Fix bug report template incorrectly showing upDavid Rodríguez
2025-01-28[rubygems/rubygems] Remove unnecessary checkDavid Rodríguez
2025-01-28[rubygems/rubygems] Remove unnecessary initializationDavid Rodríguez
2025-01-28[rubygems/rubygems] Retry namespaced require using `retry`David Rodríguez
2025-01-28[rubygems/rubygems] Handle all `Bundle.require` exceptions at the same levelDavid Rodríguez
2025-01-28[rubygems/rubygems] Remove dead codeDavid Rodríguez
2025-01-28[rubygems/rubygems] Remove unnecessary `@autorequire` initializationDavid Rodríguez
2025-01-28[rubygems/rubygems] Support installing arm native gems on WindowsDavid Rodríguez
2025-01-28[rubygems/rubygems] Reuse platform constantsDavid Rodríguez
2025-01-28[rubygems/rubygems] Remove duplicated `bundle install`David Rodríguez
2025-01-28[rubygems/rubygems] Define `Bundler::SpecSet#to_s`David Rodríguez
2025-01-28[rubygems/rubygems] Use RubyGems helpers for finding a non local tag for specsDavid Rodríguez
2025-01-28[rubygems/rubygems] Remove unnecessary platform helpersDavid Rodríguez
2025-01-28[rubygems/rubygems] Remove unnecessary test codeDavid Rodríguez
2025-01-28[rubygems/rubygems] Improve simulating Windows during Bundler specsDavid Rodríguez
2025-01-28[rubygems/rubygems] Refactor specs to use platform strings directlyDavid Rodríguez
2025-01-28[rubygems/rubygems] Remove unnecessary mappingDavid Rodríguez
2025-01-28[rubygems/rubygems] Fix typoDavid Rodríguez
2025-01-28[rubygems/rubygems] Bump the rb-sys group across 2 directories with 1 updatedependabot[bot]
2025-01-28[rubygems/rubygems] RDoc is no longer a default gem in Ruby 3.5David Rodríguez
2025-01-28Increased job number on Cygwin buildHiroshi SHIBATA
2025-01-28Use the latest commit of ruby/syslogHiroshi SHIBATA
2025-01-28Try to extract bundled gemsHiroshi SHIBATA
2025-01-28Use the latest versions of irb and relineHiroshi SHIBATA
2025-01-28Prefer `uname -n` over `hostname`. (#12647)Samuel Williams
2025-01-27Fix gc_update_references_weak_table_i for ASANPeter Zhu
2025-01-27Fix rb_gc_vm_weak_table_foreach compatibility for MMTKPeter Zhu
2025-01-27Use rb_gc_vm_weak_table_foreach for reference updatingPeter Zhu
2025-01-27Optionally traverse non-weak references in rb_gc_vm_weak_table_foreachPeter Zhu
2025-01-27readline is also removed from sync targetHiroshi SHIBATA
2025-01-27Removed irb and reline from sync targetsHiroshi SHIBATA
2025-01-27Move bundled_gems_spec-run task to exam because we repeatedly test bundled ge...Hiroshi SHIBATA
2025-01-26[DOC] Tweaks for rb_hash_s_createBurdetteLamar
2025-01-26rb_feature_p: skip `get_expanded_load_path` for absolute pathsJean Boussier
2025-01-24Remove dead vm_cc_valid_pPeter Zhu
2025-01-24[DOC] Tweaks for Hash.newBurdetteLamar
2025-01-24Improve docs of -I ruby optionXavier Noria
2025-01-24Fix "Relax expectations of errors from `getgrnam`"Nobuyoshi Nakada
2025-01-24Update default gems list at c51668d24962602b781a7348451de8 [ci skip]git
2025-01-24Add `Test::Unit::CoreAssertions#assert_raise_kind_of`Nobuyoshi Nakada
2025-01-24Add test for `Test::Unit::CoreAssertions#assert_raise_with_message`Nobuyoshi Nakada
2025-01-24Update bundled gems list at 47723bb59162f25b3dc9dbff22645f [ci skip]git
2025-01-24Added tracer for irb testHiroshi SHIBATA
2025-01-24Use workaround version of irb and relineHiroshi SHIBATA
2025-01-24Update irb and reline, readline entriesHiroshi SHIBATA
2025-01-24Added force_activate feature againHiroshi SHIBATA
2025-01-24irb and reline are now bundled gems, we don't need to skip workaround for themHiroshi SHIBATA