summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-04-14Bump rand from 0.10.0 to 0.10.1 in the cargo group across 1 directorydependabot[bot]
2026-04-13Concurrent set fix when encountering garbage obj in find_or_insertLuke Gruber
2026-04-13Avoid array resize in rb_obj_instance_variablesJohn Hawthorn
2026-04-13Avoid atomic exchange in rb_free_tmp_bufferJohn Hawthorn
2026-04-13Bump the github-actions group across 2 directories with 4 updatesdependabot[bot]
2026-04-12iseq.c: rb_estimate_iv_count handle no superclassJean Boussier
2026-04-12rb_gc_obj_optimal_size: don't enlarge small AR table hashesJean Boussier
2026-04-12Update ruby-bench to update stackprofNobuyoshi Nakada
2026-04-12Remove postponed job APIs deprecated for 2 yearsNobuyoshi Nakada
2026-04-12Fixed the error message for `ibf_load_builtin`Nobuyoshi Nakada
2026-04-11[ruby/rubygems] Clarify the name and meaning of the first argumentBenoit Daloze
2026-04-12Use box_ready for $&, $`, $\', $+afurm
2026-04-12Fix Box regexp match vars after non-matchAndrii Furmanets
2026-04-11Always allocate CDHASH in 80B slotsJean Boussier
2026-04-11class.c: rb_class_duplicate_classext also dup content of cvc_tblJean Boussier
2026-04-10ZJIT: Trace infer_types as a sub-pass of other passes (#16714)Max Bernstein
2026-04-10ZJIT: `fmt::Debug` for VALUE in hex. Shorthand for rb_obj_info()Alan Wu
2026-04-10ZJIT: Assert no side exits in assert_compiles()Alan Wu
2026-04-10ZJIT: Fix hanging loop (#16711)Max Bernstein
2026-04-10Bump RDoc to latest master (4913d56) (#16713)Stan Lo
2026-04-10[ruby/rubygems] Update man pages dateEdouard CHIN
2026-04-10[ruby/rubygems] fix formatting for BUNDLE_PREFER_PATCH variable in man pageIvan Kuchin
2026-04-10Ensure version from bundled_gems is used in tool/rdoc-srcdir (#16712)Stan Lo
2026-04-10[DOC] Harmonize ::atime and #atime methods (#16620)Burdette Lamar
2026-04-10Emit already initialzed constant warnings in a single callJean Boussier
2026-04-10dir.c: cache and revalidate working directoryJean Boussier
2026-04-10Add a fastpath for `rb_str_normalize_ospath`Jean Boussier
2026-04-10Add single byte fast path to `File.expand_path`Jean Boussier
2026-04-10Bump the github-actions group across 1 directory with 2 updatesdependabot[bot]
2026-04-09Always ensure room in rb_obj_embedded_sizeJohn Hawthorn
2026-04-09ZJIT: Make `hir::types::Class` not final and have it include metaclassesAlan Wu
2026-04-09Add slot size assertion to ar_force_convert_tableJohn Hawthorn
2026-04-09Don't use fixed-size hashes for cdhashJohn Hawthorn
2026-04-09Remove extra sentinel from shape capacitiesMatt Valentine-House
2026-04-09Make it obvious that field count guard is for debugMatt Valentine-House
2026-04-09Replace sweeping_heaps map with a counterMatt Valentine-House
2026-04-09Use the pre-processor to generate slot sizes and reciprocalsMatt Valentine-House
2026-04-09Fix zjit hir testsMatt Valentine-House
2026-04-09Allow flex in heap growth thresholdMatt Valentine-House
2026-04-09Cache has_sweeping_pages as a bitfieldMatt Valentine-House
2026-04-09Update tests for new pool layoutMatt Valentine-House
2026-04-09Introduce RVALUE_SIZE GC constantMatt Valentine-House
2026-04-09Introduce power-of-two size poolsMatt Valentine-House
2026-04-09Handle small pools in shape capacity calculationMatt Valentine-House
2026-04-09Guard rb_obj_embedded_size for zero fieldsMatt Valentine-House
2026-04-09Use sizeof(VALUE) for pointer alignment checksMatt Valentine-House
2026-04-09Rename SIZE_POOL_COUNT to HEAP_COUNT in testsMatt Valentine-House
2026-04-09[ruby/prism] Reject `return` and similar with block pass argumentEarlopain
2026-04-09mkmf: check for C++ compilerNobuyoshi Nakada
2026-04-09Suppress rev-parse error message when out-of-place buildNobuyoshi Nakada