summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-11-27[ruby/json] Prevent a warning of "a candidate for gnu_printf format attribute"Yusuke Endoh
2024-11-27Optimize `rb_must_asciicompat`Jean Boussier
2024-11-27[DOC] Fix a link and sort links in NEWS.mdKazuhiro NISHIYAMA
2024-11-27[DOC] Add more links to maintainersNobuyoshi Nakada
2024-11-27Fixed test condition for specified bundled gemsHiroshi SHIBATA
2024-11-27Added --env option to mspec for test-bundled-gemsHiroshi SHIBATA
2024-11-27Run only specified bundled gems with BUNDLED_GEMSHiroshi SHIBATA
2024-11-27Allow to run 'make test-bundled-gems BUNDLED_GEMS=csv,rexml' for only testing...Hiroshi SHIBATA
2024-11-27Rename environment name to more descriptiveHiroshi SHIBATA
2024-11-27[ruby/io-console] Read errno before calling rb_io_path()Alan Wu
2024-11-27Revert "Add a temporal debugging code"Yusuke Endoh
2024-11-27Mark `fiber_entry` no-returnNobuyoshi Nakada
2024-11-27[ruby/strscan] Implement #scan_integer to efficiently parse IntegerJean Boussier
2024-11-27[ruby/strscan] Add scan and search benchmarkNAITOH Jun
2024-11-26[rubygems/rubygems] [SpecFetcher] If candidates include {name}-ruby or ruby-{...Ellen Marie Dash
2024-11-26YJIT: Implement opt_reverse insn (#12175)Randy Stauner
2024-11-27Sync the main branch of `ruby/mmtk`Matt Valentine-House
2024-11-26Optimize instructions when creating an array just to call `include?` (#12123)Randy Stauner
2024-11-26[ruby/reline] KeyStroke handles multibyte charactertomoya ishida
2024-11-26[ruby/irb] Fix indentation of xstring literaltomoya ishida
2024-11-26Add Modular GC and MMTk to NEWSMatt Valentine-House
2024-11-26Add NEWS.md entry about `Hash.new(capacity:)`Jean Boussier
2024-11-26[MinGW] - Fix NET_LUID checkRaed Rizqie
2024-11-26Remove `Kernel.with_yjit` class methodNobuyoshi Nakada
2024-11-26Clear shared_gc directoryNobuyoshi Nakada
2024-11-26Use extmk.rb to configure shared GCNobuyoshi Nakada
2024-11-26Fix up gc/extconf_base.rbNobuyoshi Nakada
2024-11-26Shell dependent command should be in Makefile.inNobuyoshi Nakada
2024-11-26[ruby/uri] Suppress deprecate warning of test class (retry)Yusuke Endoh
2024-11-26Skip failing rbs tests with latest HEAD of ruby/jsonHiroshi SHIBATA
2024-11-26[rubygems/rubygems] Remove no longer necessary codeDavid Rodríguez
2024-11-26[rubygems/rubygems] Avoid needing a second pass to ignore unlocked gemsDavid Rodríguez
2024-11-26[rubygems/rubygems] Allow some materialized specs to be missingDavid Rodríguez
2024-11-26[rubygems/rubygems] Deprecate `check` parameter to `Bundler::SpecSet#for`David Rodríguez
2024-11-26[rubygems/rubygems] Keep track of materializations in the original resolveDavid Rodríguez
2024-11-26[rubygems/rubygems] Create LazySpecifications directly with most_specific_loc...David Rodríguez
2024-11-26[rubygems/rubygems] Enable `Performance/MapCompact` copDavid Rodríguez
2024-11-26[rubygems/rubygems] More aggressive `Performance/FlatMap` cop configurationDavid Rodríguez
2024-11-26[rubygems/rubygems] Fix installs of subdependencies of unlocked dependencies ...David Rodríguez
2024-11-26[rubygems/rubygems] Filter out gems to unlock inside `converge_specs`David Rodríguez
2024-11-26[rubygems/rubygems] Remove unnecessary `verbose` parameterDavid Rodríguez
2024-11-26[rubygems/rubygems] Remove unnecessary `let` and nestingDavid Rodríguez
2024-11-26[rubygems/rubygems] Fix development dependencies considered unnecessarily som...David Rodríguez
2024-11-26[rubygems/rubygems] Simplify moreDavid Rodríguez
2024-11-26[rubygems/rubygems] Don't bother sorting if there's a single elementDavid Rodríguez
2024-11-26[rubygems/rubygems] Remove no longer necessary codeDavid Rodríguez
2024-11-26[rubygems/rubygems] Use `platform` local variableDavid Rodríguez
2024-11-26[rubygems/rubygems] This is about locked_platformsDavid Rodríguez
2024-11-26[rubygems/rubygems] Set instance variables in consistent orderDavid Rodríguez
2024-11-26JSON::GeneratorError expose invalid objectJean Boussier