0
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
Sep 22, 2025 — Sep 22, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
docs: document Array#initialize size/fill/copy gap + bootstrap sensitivity More... 3 months ago
Array#hash: guard against self-referential arrays More... 3 months ago
Array#*: implement repetition/join; Array#join: recurse into nested arrays More... 3 months ago
Array#select/#map return an Enumerator when called without a block More... 3 months ago
Fix ArrayEnumerator: real #each (+ #next/#peek/#rewind) More... 3 months ago
Add Enumerable/Enumerator cycle/filter_map/minmax/sum, String codepoints/grapheme/unpack1, Hash invert/flatten/filter_map, Array minmax More... 3 months ago
MatchData#[] array forms + #values_at More... 3 months ago
MatchData#begin/#end accept a group name (symbol/string) More... 3 months ago
Regex: named capture groups (?<name>...) via the continuation path + Regexp#named_captures More... 3 months ago
MatchData#begin/#end/#offset for capture groups More... 3 months ago
Regex: backtracking into capture groups via continuation-passing More... 3 months ago
Add Array take/drop/sort_by!, Hash any?/all?/none?/one?, Symbol case/length, String capitalize More... 3 months ago
Document regex no-backtracking-into-groups limitation (KNOWN_ISSUES #6) More... 3 months ago
Fix closure variable capture inside case/when bodies More... 3 months ago
Integer#pow(exp, mod) modular exponentiation; Array permutation family More... 3 months ago
Array: [] start,length form; slice/slice!; keep_if/find_index; reject/delete_if enumerators More... 3 months ago
Add Hash reject!/select!/filter!/delete_if/keep_if More... 3 months ago
Add Hash store/reject/select/filter, String hex/oct, each_byte enumerator More... 3 months ago
String index/rindex/start_with?/end_with?/chop + Array count/rindex fixes More... 3 months ago
Add Range#step/#bsearch and String#swapcase/#swapcase! More... 3 months ago
String#partition/rpartition: accept a Regexp separator More... 3 months ago
Add String byte methods + prepend, Array fill/take_while/drop_while/cycle, Hash slice/except/fetch_values More... 3 months ago
Add String each_line/lines/tr_s and Enumerable min_by/max_by/group_by/chunk More... 3 months ago
Add Array rotate/dig/bsearch, Hash dig/transform_values(!)/transform_keys, Comparable#clamp More... 3 months ago
Tokenizer: handle \xHH and \NNN byte escapes in double-quoted strings More... 3 months ago
String: add valid_encoding?, ascii_only?, scrub More... 3 months ago
Tokenizer: support 0o/0O explicit octal integer literals More... 3 months ago
Kernel#Integer: accept base + exception:, strict string parsing More... 3 months ago
Add Array#combination, #product, #sample More... 3 months ago
String: fix force_encoding return value; add encode/encode!/b More... 3 months ago