summaryrefslogtreecommitdiff
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
* Bignum: fix bigNatCompareWord# bug (#18813)Sylvain Henry2020-10-121-1/+1
* Bignum: implement integerPowMod (#18427)Sylvain Henry2020-10-059-38/+154
* Bignum: implement integerRecipMod (#18427)Sylvain Henry2020-10-059-7/+114
* Bignum: add integerNegate RULESylvain Henry2020-10-051-0/+3
* New linear types syntax: a %p -> b (#18459)Vladislav Zavialov2020-09-302-7/+7
* Bignum: add bigNatFromWordArraySylvain Henry2020-09-282-0/+45
* Bignum: implement extended GCD (#18427)Sylvain Henry2020-09-289-27/+241
* Bignum: refactor backend modulesSylvain Henry2020-09-288-38/+53
* Bump Cabal, haskeline, directory, process submodulesBen Gamari2020-09-254-0/+0
* Export singleton function from Data.ListWander Hillen2020-09-242-0/+1
* Deprecate Data.Semigroup.OptionSimon Jakobi2020-09-243-6/+6
* Bump Win32 submoduleBen Gamari2020-09-211-0/+0
* Added explicit fixity to (~).HaskellMouse2020-09-172-0/+11
* Bump Win32 submodule to 2.9.0.0Ben Gamari2020-09-172-0/+0
* Bignum: add missing compat import/export functionsSylvain Henry2020-09-071-3/+30
* Bignum: add BigNat compat functions (#18613)Sylvain Henry2020-09-011-0/+54
* Fix documentation and fix "check" bignum backend (#18604)Sylvain Henry2020-09-015-19/+19
* Bignum: fix BigNat subtraction (#18604)Sylvain Henry2020-08-314-19/+19
* Bump Cabal submoduleBen Gamari2020-08-171-0/+0
* Bump binary submoduleBen Gamari2020-08-171-0/+0
* Bump bytestring submoduleBen Gamari2020-08-171-0/+0
* Clean up TBDs in changelogBen Gamari2020-08-172-3/+9
* Allow unsaturated runRW# applicationsBen Gamari2020-08-161-1/+1
* Make CodeQ and TExpQ levity polymorphicRyan Scott2020-08-133-3/+20
* Fix typoFelix Wiemuth2020-08-131-1/+1
* winio: fix detection of tty terminalsTamar Christina2020-08-131-2/+2
* testsuite: Normalise WinIO error message differencesBen Gamari2020-08-131-3/+3
* winio: change memory allocation strategy and fix double free errors.Tamar Christina2020-08-132-73/+95
* Replace ghcWithNativeCodeGen with a proper Backend datatypeSylvain Henry2020-08-131-1/+0
* Bignum: add more BigNat compat functions in integer-gmpSylvain Henry2020-08-122-0/+209
* Bignum: add backward compat integer-gmp functionsSylvain Henry2020-08-124-6/+43
* Bignum: fix powMod for gmp backend (#18515)Sylvain Henry2020-08-111-1/+2
* Fix bug in Natural multiplication (fix #18509)Sylvain Henry2020-08-113-8/+10
* Bignum: add support for negative shifts (fix #18499)Sylvain Henry2020-08-111-4/+16
* Use a newtype `Code` for the return type of typed quotations (Proposal #195)Matthew Pickering2020-07-218-53/+136
* GHCi: Fix isLittleEndianStefan Schulze Frielinghaus2020-07-181-2/+2
* Add a Lint hadrian rule and an .hlint.yaml file in base/Hécate2020-07-182-1/+6
* Implement `fullCompilerVersion`Hécate2020-07-184-10/+41
* winio: clarify comment on cooked mode.Tamar Christina2020-07-151-1/+2
* winio: fix tempfiles test on linuxAndreas Klebinger2020-07-151-1/+1
* winio: Accept T9681 output.Andreas Klebinger2020-07-151-2/+2
* winio: Fix openFile009 merge conflict leftoverAndreas Klebinger2020-07-151-4/+0
* winio: Fix ThreadDelay001 CPPAndreas Klebinger2020-07-151-1/+1
* winio: fix initial linux validate buildAndreas Klebinger2020-07-152-2/+4
* winio: flushCharReadBuffer shouldn't need to adjust offsets.Andreas Klebinger2020-07-151-5/+8
* winio: Update note, remove debugging pragma.Andreas Klebinger2020-07-151-9/+12
* winio: Remove historical todosAndreas Klebinger2020-07-151-3/+0
* winio: Name Haskell/OS I/O Manager explicitly in NoteAndreas Klebinger2020-07-151-4/+4
* winio: Add a note cross referenceAndreas Klebinger2020-07-151-0/+3
* winio: Update IOPort haddocks.Andreas Klebinger2020-07-151-8/+16