Popular repositories
2,385 contributions in the last year
Less
More
Activity overview
Contributed to
bytecodealliance/wasmtime,
bytecodealliance/wasm-tools,
rust-lang/cargo
and 5 other
repositories
Contribution activity
May 2021
Created 174 commits in 21 repositories
Created 1 repository
- alexcrichton/abc C++
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
-
Remove long-outdated
misc/rustcrate - ci: Use something else for zip files on Windows
- ci: Don't test release binaries, nightly, or beta
- ci: Remove "publish" step
-
ci: Try other syntax for
concurrencykey - ci: Merge all doc builders into one
- Try to ease up on CI usage slightly
- Don't verify publishing peepmatic crates
- Use tarballs for Rust API docs on CI
- Update CI on the stable-v0.26 branch
- Try to fix CI
- Implement RFC 11: Redesigning Wasmtime's APIs
-
Remove TLS lookup of the store on
Trap::new
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
- expose eager thread-local resource initialization on Engine
- make Module::deserialize's version check optional via Config
- Upgrade capstone to v0.8
- global module registry: switch from Mutex to RwLock
- Optimize codegen for SecondaryMap indexing
- ci: Remove "publish" step
- Remove test-all.sh.
- Correct the value of size_of_vmmemory_definition_current_length.
- Patch for CVE-2021-32629 to stable-v0.26 for security point release.
- only wasi_cap_std_sync and wasi_tokio need to define WasiCtxBuilders
- Implement std::fmt::Debug for InterruptHandle
- Implement RFC 11: Redesigning Wasmtime's APIs
- x64: implement vselect with variable blend instructions
- Update cast crate, remove cargo-deny rules
- Update wasm-tools crates
- Update to cap-std 0.13.10 and system-interface 0.6.4.
- Upgrade to the latest versions of gimli, addr2line, object
- Implement simple benchmarks for instantiation.
- wasi-common support for tokio, & wiggle support for async methods containing sync code
- Trap handler changes to support s390x
- Object file support for s390x
- Fiber support for s390x
- Add example of execution limits using fuel consumption
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
Opened 4 other issues in 2 repositories
bytecodealliance/wasmtime
2
open
1
closed
rust-lang/rust
1
open
1
contribution
in private repositories
May 21