1
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jun 17, 2025 — Jun 17, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Release 2.1.4 More... 5 months ago
cabal: Move readme and changelog to extra-doc-files More... 5 months ago
Update changelog for 2.1.4 More... 5 months ago
A bit more documentation for Data.Text.Internal.Encoding.Utf8 More... 5 months ago
Simplify emulated CI jobs More... 5 months ago
Add decodeUtf8Lenient for lazy Text More... 5 months ago
Fix CaseMapping generation script to not depend on GHC's Unicode data More... 5 months ago
Workaround fix for inspection test broken by GHC 9.14 More... 5 months ago
ci: add simdutf-is-genuine job More... 5 months ago
simdutf: update to 8.0.0 More... 5 months ago
Use template-haskell-lift for GHC>=9.14 More... 5 months ago
test: Only run single-character case conversion tests when unicode versions match More... 6 months ago
Fix typos More... 6 months ago
Add unicodeVersion to generated CaseMapping More... 6 months ago
scripts: Add unicodeVersion to generated file More... 6 months ago
ci: OpenBSD: Use /home partition to not run out of space More... 6 months ago
ci: Update FreeBSD version More... 6 months ago
Clarify documentation of Data.Text.Foreign More... 6 months ago
Haddocks: Hyperlink some identifiers and modules More... 6 months ago
Check for maxBound in lazy splitAt in its own case More... 6 months ago
Avoid calling `length` on chunks in lazy `splitAt` More... 6 months ago
Check for zero length in internal isSingleton More... 6 months ago
Bump lower bound of binary to >= 0.8.3 More... 7 months ago
Add since pragmas for StrictText, LazyText, LazyTextBuilder More... 7 months ago
Change arity and remove {-# INLINE #-} for scanl, scanr, mapAccumL, mapAccumR More... 8 months ago
scanl/scanr should replace invalid Char in the initial value More... 8 months ago
Implement folds directly, without resorting to streaming framework More... 8 months ago
Implement cons, snoc, head, isSingleton, isPrefixOf directly, without resorting to streaming framework More... 8 months ago
Improve documentation for streamDecodeUtf8With More... 8 months ago
Mark caseConvert (the underlying implementation of toUpper / toLower / toTitle) as INLINABLE, not INLINE More... 8 months ago