Block or Report
Block or report illicitonion
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
-
cargo-ensure-installed Public
Like cargo install but if you already have a suitable version, simply leaves it as-is.
Rust 4
-
cargo-serve-doc Public
A cargo plugin for serving a unified tree of crate-local and std documentation (as well as the Rust book).
Rust 4
577 contributions in the last year
Contribution activity
June 2022
Created 12 commits in 4 repositories
Created a pull request in bazel-contrib/target-determinator that received 4 comments
Create release action
Releases pre-built binaries of driver and target-determinator on: {darwin,linux} x {amd64,arm64} windows x amd64 As GitHub releases automatically f…
+57
−6
•
4
comments
Opened 8 other pull requests in 5 repositories
bazel-contrib/rules_jvm
3
merged
pantsbuild/pants
2
merged
uhthomas/rules_rust
1
open
bazelbuild/bazel-gazelle
1
open
bazel-contrib/target-determinator
1
merged
Reviewed 22 pull requests in 7 repositories
bazelbuild/rules_rust
16 pull requests
-
Add a
cargo_dep_envrule for setting build.rs environment variables - Return TemplateVariableInfo
-
Updated crate_universe version (to
0.3.0) and dependencies - Update wasm_bindgen to use crate universe.
- Deleted "extra workspace member" functionality from crate_universe
-
Deleted deprecated
rust_analyzerrule. - cargo: Fix handling of relative sysroots
- Use a vec, not set for rustc_flags for crate_universe annotations
- Enable rustfmt CI for Windows.
-
Revert changes to
//tools/runfilesfrom #722 - Added more "ignore" tags to rustfmt and clippy rules.
- Added support for vendoring external manifests
- Reorganized rustfmt source tree
- Refactored the Rustfmt tool to work cross-platform
- Ran clang-format on all C++ sources
- Added TemplateVariableInfo to rust_toolchain