Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 31 million developers.
Sign up
Popular repositories
-
resume
Forked from edunham/resume
A simple resume in LaTeX. MIT-licensed; please use and share!
-
firefox-launcher
Firefox Launcher (Python)
-
arena-malloc
Arena-based malloc for valgrind testing
C 1
-
rtypes
The Python rust interface
Python 1
-
nll-probe
Rust NLL status tracking
-
ds13ex2
Ex2
Java
117 contributions in the last year
Contribution activity
March - April 2019
February 2019
Created a pull request in rust-lang/rust that received 39 comments
Lift TypeFoldable over Result and remove the Relate hack in combine/nll
No functional changes intended - just a cleanup. r? @nikomatsakis
Created an issue in rust-lang/rust that received 4 comments
Implement "small substs optimization" for substs of length 1
One of the core types in the compiler is ty::Subst, which represents a list of "substitutions" - arguments to generic parameters. For example, Opti…