Highlights
Pinned
2,065 contributions in the last year
Less
More
Activity overview
Contribution activity
October 2021
Created 129 commits in 17 repositories
Created 1 repository
Created a pull request in rust-lang/rust that received 12 comments
Rollup of 12 pull requests
Successful merges:
#87601 (Add functions to add unsigned and signed integers)
#88523 (Expand documentation for FpCategory.)
#89050 (refactor: VecD…
+984
−249
•
12
comments
Opened 39 other pull requests in 7 repositories
rust-lang/rust
12
closed
5
merged
- Rollup of 9 pull requests
- Rollup of 10 pull requests
- Rollup of 9 pull requests
- Rollup of 10 pull requests
- Rollup of 7 pull requests
- Rollup of 12 pull requests
- Rollup of 14 pull requests
- Rollup of 16 pull requests
- Rollup of 17 pull requests
- Rollup of 18 pull requests
- Rollup of 14 pull requests
- Rollup of 14 pull requests
- Rollup of 14 pull requests
- Rollup of 14 pull requests
- Rollup of 6 pull requests
- Rollup of 7 pull requests
- Rollup of 6 pull requests
unicode-org/icu4x
11
merged
1
open
- Fix clippy warnings in yoke
- Add more methods to EncodeAsVarULE
- Bump ZeroVec to 0.4
- Make ULE types Copy, add PairULE
- Document ZeroVec's variants
- Basic impl of EncodeAsVarULE
- Add FromIterator impl for ZeroVec
- Add testing section to CONTRIBUTING.md
- Add support for generics in derive(Yokeable, ZeroCopyFrom)
- Add UleError type; use for PlainOldULE and char conversions
- Make datagen only need one -v option
- Set default datagen log level to INFO
rust-lang/rust-clippy
4
merged
rust-diplomat/diplomat
3
merged
zbraniecki/tinystr
1
merged
unicode-rs/unicode-script
1
merged
mystor/synstructure
1
merged
Reviewed 50 pull requests in 16 repositories
unicode-org/icu4x
26 pull requests
- Add more methods to EncodeAsVarULE
- Move DTF to runtime patterns
- add pad and padded to FixedDecimal
- Update Rust version to 1.56 stable
- CodePointTrie data provider
- Make ULE types Copy, add PairULE
- Basic impl of EncodeAsVarULE
- Add small comment to ZeroVec::from_iter
- Add benches for ZeroMap::get, also litemap/HashMap for comparison
- Week of month/year arithmetic & plural patterns for datetime
- Reorganize skeleton and separate runtime
- Add humanized serde serialization to DTF runtime pattern
- Test fixture data should be easier to repeat with multiple locales
- Likely subtags minimization of und should be en.
- Add initial FormattedStringBuilder and ListFormatter to experimental
- Add doc discussing enumerations versus identifiers
- Check for lengths in ULE and revise safety docs
- Remove AsVarULE
- Move package.json up one level and add better path resolution
- Implement and consolidate VarZeroVec mutation operations
- Add runtime GenericPattern to DTF.
- Start splitting gregory provider data
- Update property enums to support CodepointTrie
- Update tracking bug for removal of YokeTraitHack
- Add try_map_project_[cloned]_with_capture
- Some pull request reviews not shown.
rust-lang/rust-clippy
6 pull requests
Manishearth/ChatExchange
2 pull requests
Manishearth/compiletest-rs
2 pull requests
unicode-rs/unicode-normalization
2 pull requests
unicode-rs/unicode-xid
2 pull requests
immersive-web/layers
1 pull request
rust-fuzz/trophy-case
1 pull request
rust-lang/rustfix
1 pull request
rust-lang/rust
1 pull request
rust-diplomat/diplomat
1 pull request
immersive-web/hit-test
1 pull request
immersive-web/webxr-ar-module
1 pull request
immersive-web/webxr-hand-input
1 pull request
immersive-web/webxr-gamepads-module
1 pull request
immersive-web/webxr
1 pull request
Created an issue in rust-lang/rust that received 9 comments
"Trait bounds were not satisfied" errors when inference is bailing
Spun off of #89196 Code example trait MiniYokeable<'a> { type Output; } struct MiniYoke<Y: for<'a> MiniYokeable<'a>> { pub yokeable: Y, } impl<Y> C…
9
comments

