Skip to content

Organizations

@rust-lang @rust-lang-nursery @LykenSol @image-rs @LykenSol-abandoned @eddyb-abandoned

Popular repositories

  1. Reverse engineering framework.

    Rust 21

  2. C/C++ preprocessor.

    Rust 5

  3. Forked from chjj/tty.js

    A terminal for your browser, using node/express/socket.io

    JavaScript 3

  4. Forked from twbs/bootstrap

    HTML, CSS, and JS toolkit from Twitter

    JavaScript 2

  5. Forked from rust-lang/rust

    a safe, concurrent, practical language

    Rust 2

  6. Forked from PistonDevelopers/hematite

    A simple Minecraft written in Rust with the Piston game engine

    Rust 2

1,173 contributions in the last year

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

Contribution activity

July 2020

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

Compute `query::Providers` almost entirely at compile-time.

Background Query "providers" are the functions which actually implement the computation of a query, when the result wasn't already cached. To allow…

+160 −110 25 comments

Created an issue in jimblandy/perf-event that received 3 comments

Syscalls don't modify errno (incorrect use of last_os_error).

perf_event_open uses io::Error::last_os_error() (which is roughly io::Error::from_raw_os_error(libc::errno)): perf-event/src/syscalls.rs Lines…

3 comments

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

You can’t perform that action at this time.