Highlights
Pinned
2,199 contributions in the last year
Less
More
Activity overview
Contribution activity
June 2021
Created 60 commits in 17 repositories
Created a pull request in unicode-org/icu4x that received 23 comments
Refactor Makefile.toml and use it as the source of truth for (almost) all CI
This refactors Makefile.toml into multiple subfiles. It also adds various ci-job-foo make tasks which are directly run by CI, so adding further CI …
+764
−565
•
23
comments
Opened 10 other pull requests in 2 repositories
unicode-org/icu4x
7
merged
2
closed
- Add Sphinx docs for C++
- (Experiment) composite action
- Fix links in docs
- <!-- Thank you for your pull request to ICU4X!
- Switch static data provider to using bincode to reduce heap footprint
- Add basic C++ API for PluralRules and FixedDecimal
- Switch DataPayload::Owned over to using Yoke::new_always_owned
- Add Yoke::new_always_owned
- Add quick-and-dirty static data provider for WASM testing
rust-lang/governance
1
merged
Reviewed 51 pull requests in 17 repositories
unicode-org/icu4x 18 pull requests
- Add benchmarks for the WASM FFI layer
- Add Sphinx docs for C++
- Expose PluralRules::categories() over capi FFI
- Expose PluralOperands::from_str() over capi FFI
- Update CONTRIBUTING.md
- Package LICENSE with each component
- Add C FFI for LocaleCanonicalizer
- Refactor Makefile.toml and use it as the source of truth for (almost) all CI
- Port ICU4C code point trie
- Fix links in docs
- Add basic C++ API for PluralRules and FixedDecimal
- Add support for Locale, StaticDataProvider, and FixedDecimalFormat to the WASM FFI
- Simplify get_linebreak_property_utf32_with_rule()
- Add logic for parsing structs into JS values with RTTI definitions
- Add icu4x_locale_tostring and example for locale
- Migrate DataPayload to Yoke
- Initial build infrastructure and example for WASM FFI
- Support creating a FixedDecimal from a float value through Ryu
unicode-org/unicodetools 8 pull requests
- RecommendedSetGenerator use latestVersion not hardcoded
- Unicode 14 data 20210609
- UCA 14: move & update docs, adjust code for new scripts
- UCD 14 data files up to d18 from 20210608
- UCA 14 DUCET
- Unicode 14 data 20210607: fix 2 Cypro-Minoan signs gc=Lo --> Po
- remove kMandarin invariant, update Case_Folding stability
- fewer env vars, require repo dirs
rust-lang/team 7 pull requests
rust-lang/blog.rust-lang.org 2 pull requests
rust-lang/www.rust-lang.org 2 pull requests
rust-lang/rfcs 2 pull requests
unicode-rs/unicode-segmentation 2 pull requests
rust-diplomat/diplomat 1 pull request
Manishearth/ChatExchange 1 pull request
rust-lang/rust-clippy 1 pull request
servo/project 1 pull request
unicode-org/icu 1 pull request
Manishearth/triomphe 1 pull request
rust-fuzz/cargo-fuzz 1 pull request
rust-lang/governance 1 pull request
unicode-rs/unicode-normalization 1 pull request
rust-lang/rustfix 1 pull request
Created an issue in rust-lang/rust that received 9 comments
Improve diagnostics for non XID characters in identifiers
fn main() { let 🦀 = "Manish";
}
errors with
error: unknown start of token: \u{1f980} --> src/main.rs:2:9 |
2 | let 🦀 = "Manish";
For non-ASCII cha…
9
comments