summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-04-15[ruby/json] Fix handling out of of range exponent in numbersJean Boussier
2026-04-15Constify pack functionsNobuyoshi Nakada
2026-04-15Bump the github-actions group across 1 directory with 2 updatesdependabot[bot]
2026-04-14ZJIT: Add HIR tests and benchmarks for numeric predicate annotationsChris Hasiński
2026-04-14ZJIT: Update const_send_direct_integer snapshotChris Hasiński
2026-04-14ZJIT: Annotate Float and Integer predicatesChris Hasiński
2026-04-14Packing the buffer into itself is not possibleNobuyoshi Nakada
2026-04-14[ruby/prism] Implement bracket/braces events for ripperEarlopain
2026-04-14[ruby/rubygems] Update spec_set to use lookupHarriet Oughton
2026-04-14[DOC] Doc for file-system timestamps (#16722)Burdette Lamar
2026-04-14[ruby/digest] Fix Digest::SHA1#update with large inputKazuki Yamaguchi
2026-04-14ruby/ruby-bench#508 mergedNobuyoshi Nakada
2026-04-14Bump the github-actions group across 2 directories with 4 updatesdependabot[bot]
2026-04-14Bump rand from 0.10.0 to 0.10.1 in /zjitdependabot[bot]
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