This project is mirrored from https://github.com/haskell/text.
Pull mirroring updated .
- 28 Mar, 2021 8 commits
- 20 Mar, 2021 2 commits
-
-
Emily Pillmore authored
author Emily Pillmore <emily@kadena.io> 1578367360 -0500 committer Emily Pillmore <emilypi@cohomolo.gy> 1612033171 -0500 Add elem combinator to api
-
Ryan Scott authored
See ghc/ghc#19083.
-
- 13 Mar, 2021 6 commits
- 09 Mar, 2021 1 commit
-
-
Bodigrim authored
-
- 17 Feb, 2021 3 commits
-
-
Oleg Grenrus authored
-
Oleg Grenrus authored
Use new primops names for converting numbers to and from the native size
-
John Ericson authored
-
- 15 Feb, 2021 1 commit
-
-
Oleg Grenrus authored
Use base-provided unsafe shifts
-
- 04 Feb, 2021 1 commit
-
-
John Ericson authored
This makes the 9.2 prim changes less invasive. If we don't care about de-optimizing ancient GHCs we can remove this module altogether.
-
- 24 Dec, 2020 1 commit
-
-
John Ericson authored
-
- 12 Dec, 2020 1 commit
-
-
John Ericson authored
-
- 06 Dec, 2020 3 commits
-
-
Oleg Grenrus authored
Add examples to 'span' and 'break'
-
-
Oleg Grenrus authored
Run doctest on CI
-
- 05 Dec, 2020 1 commit
-
-
Oleg Grenrus authored
-
- 03 Dec, 2020 1 commit
-
-
Sylvain Henry authored
-
- 12 Nov, 2020 1 commit
-
-
Moritz Angermann authored
-
- 17 Oct, 2020 5 commits
-
-
Oleg Grenrus authored
-
Oleg Grenrus authored
bytestring-0.11
-
Oleg Grenrus authored
Add rewrite rule to unfuse (text . drop)
-
Falco Peijnenburg authored
The combination of (take . drop) should not be fused. This test makes sure they are not by comparing the underlying array before and after applying those functions. See #301.
-
Falco Peijnenburg authored
The combination of take . drop is commonly used as a substring operation. The original take and drop functions both work by calculating just a new offset and length. When fused, the streaming implementation unnecessarily copies the data. This makes it much slower and more memory consuming.
-
- 19 Sep, 2020 1 commit
-
-
Oleg Grenrus authored
-
- 20 Jul, 2020 1 commit
-
-
Oleg Grenrus authored
Migrating scripts to Python 3.
-
- 17 Jul, 2020 2 commits
-
-
Oleg Grenrus authored
Regenerate .travis.yml, bump version to 1.2.4.1
-
Oleg Grenrus authored
- move source to src/ - Use symbolic links for package replicas
-
- 16 Jul, 2020 1 commit
-
-
Oleg Grenrus authored
- There is no public API changes, only adopting to changes in dependencies - Use `else` in `text.cabal`
-