summaryrefslogtreecommitdiff
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
* Add linting of `base` to the CIHécate2020-10-099-23/+22
* Update containers to v0.6.4.1Simon Jakobi2020-10-091-0/+0
* WinIO: Small changes related to atomic request swaps.Andreas Klebinger2020-10-074-20/+24
* Inline `integerDecodeDouble#` and constant-fold `decodeDouble_Int64#` insteadSebastian Graf2020-10-051-6/+2
* Bignum: implement integerPowMod (#18427)Sylvain Henry2020-10-029-38/+154
* Bignum: implement integerRecipMod (#18427)Sylvain Henry2020-10-029-7/+114
* Fix typos in commentsKrzysztof Gogolewski2020-10-024-4/+4
* Bignum: add integerNegate RULESylvain Henry2020-10-011-0/+3
* Allow fusion with catMaybes (#18574)Sylvain Henry2020-10-012-2/+5
* Bump Cabal, hsc2hs, directory, process submodulesBen Gamari2020-09-303-0/+0
* New linear types syntax: a %p -> b (#18459)Vladislav Zavialov2020-09-292-7/+7
* Bignum: add bigNatFromWordArraySylvain Henry2020-09-262-0/+45
* Bignum: implement extended GCD (#18427)Sylvain Henry2020-09-259-27/+241
* Bignum: refactor backend modulesSylvain Henry2020-09-258-38/+53
* Update Lock.hs with more documentation to make sure that the Boolean return v...syd@cs-syd.eu2020-09-241-0/+2
* Remove redundant "do", "return" and language extensions from baseHécate2020-09-2346-188/+191
* Bump submodulesBen Gamari2020-09-233-0/+0
* testsuite: Mark tempfiles as broken on Win32 without WinIOGHC GitLab CI2020-09-201-1/+4
* base/testsuite: Add missing LANGUAGE pragma in ThreadDelay001Ben Gamari2020-09-201-0/+1
* Unpack the MVar in CompactDavid Feuer2020-09-191-1/+1
* Export singleton function from Data.ListWander Hillen2020-09-191-0/+1
* Deprecate Data.Semigroup.OptionSimon Jakobi2020-09-193-6/+6
* Bignum: add clamping naturalToWord (fix #18697)Sylvain Henry2020-09-171-0/+8
* Bump Win32 submodule to 2.9.0.0Ben Gamari2020-09-173-0/+0
* Make the 'IsString (Const a b)' instance polykinded on 'b'Cary Robbins2020-09-171-1/+3
* Added explicit fixity to (~).HaskellMouse2020-09-172-0/+11
* Make ghc-boot reexport modules from ghc-boot-thSylvain Henry2020-09-162-1/+8
* Rename ghci flag into internal-interpreterSylvain Henry2020-09-161-3/+3
* Add testsSandy Maguire2020-09-124-0/+45
* Add clamp function to Data.OrdSandy Maguire2020-09-121-0/+16
* Add clarification regarding poll/kqueue flagsWander Hillen2020-09-071-2/+6
* Bignum: add missing compat import/export functionsSylvain Henry2020-09-021-3/+30
* Remove potential space leak from Data.List.transposeDavid Feuer2020-09-021-1/+7
* Bignum: add BigNat compat functions (#18613)Sylvain Henry2020-08-311-0/+54
* Fix documentation and fix "check" bignum backend (#18604)Sylvain Henry2020-08-315-19/+19
* Bump Win32 and process submodulesBen Gamari2020-08-312-0/+0
* base: Better error message on invalid getSystemTimerManager callBen Gamari2020-08-311-2/+4
* Add missing primop documentation (#18454)Krzysztof Gogolewski2020-08-281-15/+2
* Bignum: fix BigNat subtraction (#18604)Sylvain Henry2020-08-264-19/+19
* Allow unsaturated runRW# applicationsBen Gamari2020-08-181-1/+1
* Re-add BangPatterns to CodePage.hsHécate2020-08-131-0/+2
* Add hie.yaml to ghc-heapSven Tennie2020-08-111-0/+12
* Make CodeQ and TExpQ levity polymorphicRyan Scott2020-08-053-3/+20
* Remove all the unnecessary LANGUAGE pragmasHécate2020-08-0560-188/+160
* Bignum: add more BigNat compat functions in integer-gmpSylvain Henry2020-08-052-0/+209
* Bignum: add backward compat integer-gmp functionsSylvain Henry2020-08-054-5/+41
* Bignum: fix powMod for gmp backend (#18515)Sylvain Henry2020-07-301-1/+2
* Fix bug in Natural multiplication (fix #18509)Sylvain Henry2020-07-293-8/+10
* Fix typoFelix Wiemuth2020-07-291-1/+1
* Fix typo in haddockOleg Grenrus2020-07-281-1/+1