Highlights
- Pro
Popular repositories
1,543 contributions in the last year
Less
More
Contribution activity
May 2021
Created 106 commits in 16 repositories
Created 3 repositories
Created a pull request in rust-lang/rust that received 34 comments
have on_completion record subcycles
have on_completion record subcycles
Rework on_completion method so that it removes all
provisional cache entries that are "below" a completed
node …
+260
−51
•
34
comments
Opened 11 other pull requests in 6 repositories
rust-lang/wg-async-foundations
4
merged
salsa-rs/salsa
3
merged
rust-lang/triagebot
1
merged
rust-lang/project-const-generics
1
merged
rust-lang/chalk
1
open
rust-lang/edition-guide
1
merged
Reviewed 54 pull requests in 11 repositories
rust-lang/rust 24 pull requests
-
Add
future_prelude_collisionlint - Make closures inherit their parent's "safety context"
- Replace dominators algorithm with simple Lengauer-Tarjan
-
Don't hash
thir_body - Fix issue 85435 by restricting Fake Read precision
- readd capture disjoint fields gate
- Make building THIR a stealable query
- Fix a few details in THIR unsafeck
- Check for more things in THIR unsafeck
- Add DerefOfRawPointer and CallToFunctionWith to THIR unsafeck
- Check for use of mutable/extern statics in THIR unsafeck
- Check for InitializingTypeWith and CastOfPointerToInt in THIR unsafeck
- [WIP] Normalize projections under binders
-
Store THIR in
IndexVecs instead of anArena - Ignore derived Clone and Debug implementations during dead code analysis
- stabilize member constraints
- Unify Regions with RegionVids in UnificationTable
- Fix v0 symbol mangling bug
- Check for inline assembly in THIR unsafeck
- Check for union field accesses in THIR unsafeck
- Introduce the beginning of a THIR unsafety checker
-
Enforce that
closure: 'arequires thatclosure_ret_ty: 'aholds - Add auto traits and clone trait migrations for RFC2229
- Insignificant destructors rfc 2229
rust-lang/wg-async-foundations 13 pull requests
- status_quo: add "variant Go", "alan builds a task scheduler"
- status_quo: bottlerocket canary hangs
- grace wants to do some zero copy
- Added story about Alan writing a prefetch iterator
- status quo story: Barbara wishes for an easy runtime switch
- minor changes to Barbara's story
-
Update acknowledgments and fix
get_contributorsscript - add "life of an aws engineer" status quo story
- Barbara async tracing
- Status quo barbara tries unix socket
- Shiny future: Alan learns async on his own.
- status quo: Alan tries processing some files
- status quo: Barbara writes a runtime-agnostic library
rayon-rs/rayon 4 pull requests
salsa-rs/salsa 3 pull requests
rust-lang/rfcs 3 pull requests
rust-lang/blog.rust-lang.org 2 pull requests
rust-lang/triagebot 1 pull request
rust-lang/chalk 1 pull request
rust-lang/polonius 1 pull request
rust-lang/team 1 pull request
lalrpop/lalrpop 1 pull request
Created an issue in rust-lang/rust that received 22 comments
Stabilize RFC 2345: Allow panicking in constants
Stabilization report Summary This feature allows panicking within constants and reporting a custom message as a compile-time error. The following c…
22
comments