Skip to content
Avatar

Achievements

Achievements

Organizations

@rust-lang @rust-lang-nursery @rust-lang-deprecated @bytecodealliance
Block or Report

Block or report alexcrichton

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

Popular repositories

  1. FFI examples written in Rust

    Makefile 853 134

  2. A TOML encoding/decoding library for Rust

    Rust 821 164

  3. Rust library for build scripts to compile C/C++ code into a Rust library

    Rust 795 260

  4. Rust bindings to libcurl

    Rust 730 172

  5. Tar file reading/writing for Rust

    Rust 313 105

2,385 contributions in the last year

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

Contribution activity

May 2021

Created 1 repository

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

std: Attempt again to inline thread-local-init across crates

Issue #25088 has been part of thread_local! for quite some time now. Historical attempts have been made to add #[inline] to __getit in #43931, #50252

+80 −0 63 comments
Opened 33 other pull requests in 12 repositories
bytecodealliance/wasmtime
11 merged 1 open 1 closed
rust-lang/stdarch
1 open 4 merged
rust-lang/rust
2 merged 1 closed 1 open
bytecodealliance/wasm-tools
2 merged
rust-lang/backtrace-rs
2 merged
rust-lang/cargo
1 merged
alexcrichton/tar-rs
1 merged
gimli-rs/object
1 merged
bytecodealliance/rfcs
1 open
WebAssembly/interface-types
1 open
alexcrichton/rustc-demangle
1 merged
bytecodealliance/wasmtime-go
1 merged
Reviewed 39 pull requests in 12 repositories
bytecodealliance/wasmtime 23 pull requests
rust-lang/cargo 3 pull requests
bytecodealliance/wizer 3 pull requests
rust-lang/git2-rs 2 pull requests
alexcrichton/cc-rs 1 pull request
alexcrichton/tar-rs 1 pull request
bytecodealliance/wasm-tools 1 pull request
rust-lang/rust 1 pull request
WebAssembly/interface-types 1 pull request
bytecodealliance/rfcs 1 pull request
rustwasm/wasm-bindgen 1 pull request
alexcrichton/curl-rust 1 pull request

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

Support inlining cross-crate TLS access on MSVC

There exists a __getit function as part of the thread_local! implementation in the standard library. On the MSVC target this function is not #[inline]

3 comments
1 contribution in private repositories May 21

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