Commits
Click on a commit to change the comparison rangefeat(linter): add `read_to_arena_str` function (#11823)
Alternative to #11816. Read a file from disk directly into an `Allocator`.
Unfortunately, involves a pretty egregious hack (see comments in code), but this appears to be the only way that stable Rust provides to read a file into uninitialized memory without UB. Bonkers!2 months ago
by overlookmotel