The Wayback Machine - https://web.archive.org/web/20200812194439/https://github.com/fitzgen
Skip to content
Avatar
💭
statusing
💭
statusing

Highlights

  • Arctic Code Vault Contributor

Pinned

  1. Read-only Git mirror of the Mercurial gecko repositories at https://hg.mozilla.org. How to contribute: http://bit.ly/contribute-code

    1.9k 1.5k

  2. Automatically generates Rust FFI bindings to C (and some C++) libraries.

    C++ 1.7k 399

  3. A blazing fast library for consuming the DWARF debugging format

    Rust 368 50

  4. A crate for demangling C++ symbols

    Rust 210 22

  5. The Wasm-Enabled, Elfin Allocator

    Rust 346 26

  6. Twiggy🌱 is a code size profiler

    Rust 580 35

1,784 contributions in the last year

Aug Sep Oct Nov Dec Jan Feb Mar Apr May Jun Jul Aug Mon Wed Fri

Contribution activity

August 2020

Created a pull request in WebAssembly/website that received 14 comments

Update features.json for Firefox 79

@RReverser, please take a look, thanks!

+4 −4 14 comments

Created an issue in rust-fuzz/arbitrary that received 2 comments

Generate collections via a "continuation byte" rather than reading a length

Rather than doing let mut collection = Collection::new(); let n = u.arbitrary_len()?; for _ in 0..n { collection.insert(u.arbitrary()?); } to creat…

2 comments
You can’t perform that action at this time.