Block or report user

Popular repositories

  1. rayon

    Rayon: A data parallelism library for Rust

    Rust 1.3k 99

  2. lalrpop

    LR(1) parser generator for Rust

    Rust 502 64

  3. chalk

    A PROLOG-ish interpreter written in Rust, intended eventually for use in the compiler

    Rust 166 13

  4. typed-objects-explainer

    Explainer for Typed Objects and related specs.

    91 6

  5. intorust

    Learn Rust real good.

    HTML 81 6

  6. rust-memory-model

    Collecting examples and information to help design a memory model for Rust.

    Python 58 4

2,668 contributions in the last year

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

Contribution activity First pull request First issue First repository Joined GitHub

September 2017

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

remove or encapsulate the remaining non-query data in tcx

I wound up removing the existing cache around inhabitedness since it didn't seem to be adding much value. I reworked const rvalue promotion, but no…

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

impl Trait in argument position

As part of the latest impl Trait RFC, we decided to accept impl Trait in argument position: fn foo(x: impl Iterator<Item = u32>) { ... } this is ro…

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