Skip to content
Avatar
🦀
error[E0507]: cannot move out of home
🦀
error[E0507]: cannot move out of home

Achievements

Achievements

Organizations

@w3c @servo @rust-lang @unicode-rs @unicode-org @rust-fuzz
Block or Report

Block or report Manishearth

Block user

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

Report abuse

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

Report abuse

Pinned

  1. The Servo Browser Engine

    19.7k 2.6k

  2. A bunch of lints to catch common mistakes and improve your Rust code

    Rust 6k 823

  3. Empowering everyone to build reliable and efficient software.

    Rust 56k 8k

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

    2.2k 1.6k

  5. Simple tracing (mark and sweep) garbage collector for Rust

    Rust 587 37

Contribution activity

June 2021

Created a pull request in unicode-org/icu4x that received 23 comments

Refactor Makefile.toml and use it as the source of truth for (almost) all CI

This refactors Makefile.toml into multiple subfiles. It also adds various ci-job-foo make tasks which are directly run by CI, so adding further CI …

+764 −565 23 comments
Reviewed 51 pull requests in 17 repositories
unicode-org/icu4x 18 pull requests
unicode-org/unicodetools 8 pull requests
rust-lang/team 7 pull requests
rust-lang/blog.rust-lang.org 2 pull requests
rust-lang/www.rust-lang.org 2 pull requests
rust-lang/rfcs 2 pull requests
unicode-rs/unicode-segmentation 2 pull requests
rust-diplomat/diplomat 1 pull request
Manishearth/ChatExchange 1 pull request
rust-lang/rust-clippy 1 pull request
servo/project 1 pull request
unicode-org/icu 1 pull request
Manishearth/triomphe 1 pull request
rust-fuzz/cargo-fuzz 1 pull request
rust-lang/governance 1 pull request
unicode-rs/unicode-normalization 1 pull request
rust-lang/rustfix 1 pull request

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

Improve diagnostics for non XID characters in identifiers

fn main() { let 🦀 = "Manish"; } errors with error: unknown start of token: \u{1f980} --> src/main.rs:2:9 | 2 | let 🦀 = "Manish"; For non-ASCII cha…

9 comments
Opened 2 other issues in 1 repository

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