close
The Wayback Machine - https://web.archive.org/web/20210930014723/https://github.com/pcwalton
Skip to content
Avatar

Sponsoring

@cart

Achievements

Achievements

Block or Report

Block or report pcwalton

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories

  1. NES emulator written in Rust

    Rust 687 53

  2. A free, comprehensive, and portable video/audio streaming library for Rust

    Rust 598 47

  3. zero.rs Public

    A module for freestanding Rust programs

    Rust 238 10

  4. libui-rs Public

    Rust bindings to the minimalist, native, cross-platform UI toolkit `libui`

    Rust 212 19

  5. Forked from servo/pathfinder

    A fast, practical GPU rasterizer for fonts and vector graphics

    Rust 67 6

  6. rustfmt Public

    An incomplete Rust pretty printer

    Rust 48 11

117 contributions in the last year

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

Contribution activity

September 2021

Created 3 repositories

Created a pull request in rust-lang/rust that received 25 comments

Introduce a fast path that avoids the debug_tuple abstraction when deriving Debug for unit-like enum variants.

The intent here is to allow LLVM to remove the switch entirely in favor of an indexed load from a table of constant strings, which is likely what the…

+18 −3 25 comments
Opened 1 other pull request in 1 repository
rust-lang/rustfmt 1 open

Created an issue in rust-lang/rust that received 4 comments

Missing MIR optimization: Replace matches with loads if possible

Many times, people write matches on enums that are really loads from a table. It'd be nice if we could codegen them as such. Here's an example, at h…

4 comments
Opened 1 other issue in 1 repository

Seeing something unexpected? Take a look at the GitHub profile guide.