The Wayback Machine - https://web.archive.org/web/20211025070105/https://github.com/Manishearth
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

Report abuse

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

Report abuse

Pinned

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

    Rust 6.5k 884

  2. Solving i18n for client-side and resource-constrained environments.

    Rust 403 55

  3. The Servo Browser Engine

    20.2k 2.6k

  4. Empowering everyone to build reliable and efficient software.

    Rust 59.7k 8.4k

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

    2.3k 1.6k

  6. rust-gc Public

    Simple tracing (mark and sweep) garbage collector for Rust

    Rust 623 38

2,065 contributions in the last year

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

Contribution activity

October 2021

Created 1 repository

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

Rollup of 12 pull requests

Successful merges: #87601 (Add functions to add unsigned and signed integers) #88523 (Expand documentation for FpCategory.) #89050 (refactor: VecD…

+984 −249 12 comments
Opened 39 other pull requests in 7 repositories
rust-lang/rust 12 closed 5 merged
unicode-org/icu4x 11 merged 1 open
rust-lang/rust-clippy 4 merged
rust-diplomat/diplomat 3 merged
zbraniecki/tinystr 1 merged
unicode-rs/unicode-script 1 merged
mystor/synstructure 1 merged
Reviewed 50 pull requests in 16 repositories
unicode-org/icu4x 26 pull requests
rust-lang/rust-clippy 6 pull requests
Manishearth/ChatExchange 2 pull requests
Manishearth/compiletest-rs 2 pull requests
unicode-rs/unicode-normalization 2 pull requests
unicode-rs/unicode-xid 2 pull requests
immersive-web/layers 1 pull request
rust-fuzz/trophy-case 1 pull request
rust-lang/rustfix 1 pull request
rust-lang/rust 1 pull request
rust-diplomat/diplomat 1 pull request
immersive-web/hit-test 1 pull request
immersive-web/webxr-ar-module 1 pull request
immersive-web/webxr-hand-input 1 pull request
immersive-web/webxr-gamepads-module 1 pull request
immersive-web/webxr 1 pull request

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

"Trait bounds were not satisfied" errors when inference is bailing

Spun off of #89196 Code example trait MiniYokeable<'a> { type Output; } struct MiniYoke<Y: for<'a> MiniYokeable<'a>> { pub yokeable: Y, } impl<Y> C…

9 comments
Opened 6 other issues in 6 repositories