openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
W
Writing a Ruby compiler in Ruby
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very High Activity
Commits
: Listings
Analyzed
about 7 hours
ago. based on code collected
1 day
ago.
Sep 12, 2025 — Sep 12, 2026
Showing page 9 of 117
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
fix: instance_variables must not crash on anonymous/nil/immediate receivers
Vidar Hokstad
More...
2 months ago
fix: support \a \b \f \v \s string escapes
Vidar Hokstad
More...
2 months ago
feat: const reflection table — const_get resolves static constants
Vidar Hokstad
More...
2 months ago
feat: real Marshal.dump/.load for built-in types (ported from pure_ruby_marshal)
Vidar Hokstad
More...
2 months ago
feat: dynamic-ivar reflection (real instance_variable_* by name)
Vidar Hokstad
More...
2 months ago
perf: COREMARSHAL temporary AST cache bridge (env-gated, default OFF)
Vidar Hokstad
More...
2 months ago
docs: COREMARSHAL via custom AST serializer — spike VALIDATED (~34%, byte-identical)
Vidar Hokstad
More...
2 months ago
scanner: read input into an in-memory char array once (HybridScanner step 1)
Vidar Hokstad
More...
2 months ago
docs: bring docs/ to current state (2026-07-09)
Vidar Hokstad
More...
2 months ago
docs: spec_status from ax52 sweep (PASS 545) through 4cb942f
Vidar Hokstad
More...
2 months ago
comparable: Comparable#clamp raises ArgumentError for an exclusive range
Vidar Hokstad
More...
2 months ago
set: add Set#classify
Vidar Hokstad
More...
2 months ago
docs: note binary-unsafe string literals (strlen truncates length at embedded NUL)
Vidar Hokstad
More...
2 months ago
enumerable: add filter (=select), collect_concat (=flat_map), reverse_each
Vidar Hokstad
More...
2 months ago
docs: spec_status from ax52 sweep (PASS 544) through 870cb73
Vidar Hokstad
More...
2 months ago
array: Array#replace returns self, snapshots self-arg, rejects frozen
Vidar Hokstad
More...
2 months ago
array: concat is variadic, snapshots self-args, and rejects frozen
Vidar Hokstad
More...
2 months ago
array: all?/any?/none? support pattern arg + no-block form, via #each
Vidar Hokstad
More...
2 months ago
core: Enumerable#chain + Enumerator::Chain
Vidar Hokstad
More...
2 months ago
core: add NilClass#to_r/#to_c, Hash#to_hash, Hash#values_at
Vidar Hokstad
More...
2 months ago
core: Array#each observes size changes + returns self; add Enumerable#compact
Vidar Hokstad
More...
2 months ago
docs: spec_status from ax52 sweep (PASS 532, CRASH 6) through d14728b
Vidar Hokstad
More...
2 months ago
exception: Exception#message defaults to the class name (delegates to to_s)
Vidar Hokstad
More...
2 months ago
integer: relational operators independent of user-overridable #<=>
Vidar Hokstad
More...
2 months ago
docs: spec_status from ax52 sweep (PASS 530, CRASH 7) through 383b705
Vidar Hokstad
More...
2 months ago
array: add Array#append (alias of push) + FrozenError on frozen push
Vidar Hokstad
More...
2 months ago
core: Enumerator size blocks (to_enum/enum_for) + Array combination/each_index sizes
Vidar Hokstad
More...
2 months ago
core: Hash#flatten arg type-check + identity fast-path in Object#===
Vidar Hokstad
More...
2 months ago
core: TypeError for dig past a non-#dig leaf + instance_of? non-module arg
Vidar Hokstad
More...
2 months ago
tools: save crash-classified specs' output to tmp/crash_logs/ during sweeps
Vidar Hokstad
More...
2 months ago
←
1
2
…
5
6
7
8
9
10
11
12
13
…
116
117
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree