Block or Report
Block or report ehuss
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
1,756 contributions in the last year
Activity overview
Contribution activity
May 2022
Created a pull request in rust-lang/rust that received 11 comments
Update cargo
20 commits in a44758ac805600edbb6ba51e7e6fb81a6077c0cd..3f052d8eed98c6a24f8b332fb2e6e6249d12d8c1 2022-05-04 02:29:34 +0000 to 2022-05-12 15:19:04 +…
+1
−1
•
11
comments
Opened 17 other pull requests in 6 repositories
rust-lang/rust
7
merged
1
open
rust-lang/cargo
4
merged
rust-lang/rustc-dev-guide
2
merged
rust-lang/blog.rust-lang.org
1
open
rust-lang/mdBook
1
open
rust-lang/rust-enhanced
1
merged
Reviewed 37 pull requests in 9 repositories
rust-lang/reference
15 pull requests
- Reflect changes about unsizing casts in const context
- Inline assembly: Clarify references to quoted regs
- Add tile registers to inline-assembly documentation
-
Document native library modifier
bundle - Makes explanation for Spans in "Procedural Macros" clearer
- Update "Match Expressions" to remove 'cold'
- Stop saying that const functions cannot use 'extern'
- Moved the option variant imports
- Add "scopes" chapter.
- #[must_use] on traits also affects trait objects
- Don't use PathPattern in RangePattern bounds
- Inline assembly: Add kreg0 register class
- Fix crate_type attribute examples
- Say that that the default function return type is the unit type
- Clarify guarantees provided by repr(packed)
rust-lang/cargo
9 pull requests
-
fix(publish): add more check when use
publish -p <SPEC> - Implement RFC 3139: alternative registry authentication support
- doc: discuss build script instruction order
- Fixed small typos
-
Add unstable
rustc-check-cfgbuild script output - test: Make curr_dir work in/out of workspace
-
Pass
--targettorustdocforcargo testif specified with host target. - Improve support of condition compilation checking
- Add caveat for covering features
rust-lang/mdBook
4 pull requests
rust-lang/rfcs
3 pull requests
rust-lang/rust
2 pull requests
ehuss/cargo-index
1 pull request
rust-lang/rustup
1 pull request
rust-lang/git2-rs
1 pull request
rust-lang/rustc-dev-guide
1 pull request
Created an issue in rust-lang/cargo that received 1 comment
cargo tree does not report a proc-macro duplicate in a workspace
Problem
With resolver = "2", and a workspace with a proc-macro, duplicates of a shared dependency are not displayed in cargo tree in some situations.
1
comment