aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rubygems/safe_marshal
Commit message (Expand)AuthorAgeFilesLines
* [rubygems/rubygems] Raise exception on unexpected EOF in marshalSamuel Giddins2023-10-251-0/+7
* [rubygems/rubygems] Aggressively optimize allocations in SafeMarshalSamuel Giddins2023-09-213-88/+224
* [rubygems/rubygems] Give up, load Time via Marshal.loadSamuel Giddins2023-09-201-46/+13
* [rubygems/rubygems] All rubies working with different time zonesSamuel Giddins2023-09-201-4/+6
* [rubygems/rubygems] Tests passing on truffleruby 22 in addition to 23Samuel Giddins2023-09-201-5/+18
* [rubygems/rubygems] Bundler error handlingSamuel Giddins2023-09-202-9/+53
* [rubygems/rubygems] Allow bundler to load from the dependency apiSamuel Giddins2023-09-201-1/+1
* [rubygems/rubygems] Verified working on mri/jruby/truffleruby with specs on r...Samuel Giddins2023-09-202-34/+134
* [rubygems/rubygems] Fix UTC time loadingSamuel Giddins2023-09-201-1/+6
* [rubygems/rubygems] Add a Marshal.load replacement that walks an AST to safel...Samuel Giddins2023-09-204-0/+660