Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 31 million developers.
Sign up
Popular repositories
-
futures-await
-
curl-rust
Rust bindings to libcurl
-
toml-rs
A TOML encoding/decoding library for Rust
-
cc-rs
Rust library for build scripts to compile C/C++ code into a Rust library
-
rust-ffi-examples
FFI examples written in Rust
-
cargo-vendor
Cargo subcommand to vendor crates.io dependencies
4,979 contributions in the last year
Activity overview
Contribution activity
April 2019
Created a pull request in rust-lang/rust that received 15 comments
Revert "Fix custom relative libdir."
This reverts #59341 which appears to have caused #59661 as a regression by accident. While we work that out let's get working nightlies again! Closes
- wasm32: Default to a "static" relocation model
- rustc: Start implementing compat with LLVM 9
- ci: Update FreeBSD tarball downloads
- std: Avoid usage of `Once` in `Instant`
- std: Upgrade `compiler_builtins` to fix wasi linkage
- ci: Disable llvm/debug assertions on x86_64-mingw
- wasi: Implement more of the standard library
Created an issue in rust-lang/cargo that received 2 comments
Create a UI-like test suite for Cargo
The src/test/ui tests in the rust-lang/rust repository I think have been wildly successful. I believe this is because:
The tests are very easy to …