summaryrefslogtreecommitdiff
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Bignum: add support for negative shifts (fix #18499)Sylvain Henry2020-07-281-4/+16
* winio: fix detection of tty terminalsTamar Christina2020-07-261-2/+2
* testsuite: Normalise WinIO error message differencesBen Gamari2020-07-261-3/+3
* Add accessors to ArchOSSylvain Henry2020-07-251-1/+4
* Fix build systemsSylvain Henry2020-07-252-3/+1
* Move GHC.Platform into the compilerSylvain Henry2020-07-257-479/+221
* Put PlatformConstants into PlatformSylvain Henry2020-07-253-2/+12
* winio: change memory allocation strategy and fix double free errors.Tamar Christina2020-07-242-73/+95
* Define type Void# = (# #) (#18441)Krzysztof Gogolewski2020-07-229-68/+73
* Replace ghcWithNativeCodeGen with a proper Backend datatypeSylvain Henry2020-07-221-1/+0
* 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
* winio: add comment stating failure behaviour for getUniqueFileInfo.Andreas Klebinger2020-07-151-0/+4
* winio: Rename SmartHandles to StdHandlesAndreas Klebinger2020-07-157-9/+9
* winio: Remove redundant buffer write in Handle/Text.hs:bufReadEmptyAndreas Klebinger2020-07-151-2/+1
* winio: Remove commented out pragmaAndreas Klebinger2020-07-151-1/+0
* winio: Note why we don't use blocking waits.Andreas Klebinger2020-07-151-0/+32
* winio: Make it explicit that we only create one IO managerAndreas Klebinger2020-07-151-26/+28
* winio: Remove redundant -Wno-missing-signatures pragmasAndreas Klebinger2020-07-156-6/+0
* winio: Fix potential spaceleak in __createUUIDTempFileErrNoAndreas Klebinger2020-07-151-0/+4
* winio: Expand GHC.Conc.POSIX descriptionAndreas Klebinger2020-07-151-1/+7
* winio: Rename GHC.Conc.IOCP -> GHC.Conc.WinIOAndreas Klebinger2020-07-153-4/+4
* winio: Add version to @since annotationAndreas Klebinger2020-07-151-1/+1
* winio: add a note about file locking in the RTS.Andreas Klebinger2020-07-152-0/+2
* winio: Don't mention windows specific functions when building on Linux.Andreas Klebinger2020-07-152-3/+24
* winio: fix -werror issue in encoding fileTamar Christina2020-07-151-2/+2
* winio: Deduplicate openFile logicAndreas Klebinger2020-07-151-78/+46
* winio: Deduplicate logic in encodeMultiByte[Raw]IO.Andreas Klebinger2020-07-151-25/+14
* winio: Actually return Nothing on EOF for non-blocking readAndreas Klebinger2020-07-152-9/+15
* winio: Only compile sources on WindowsBen Gamari2020-07-151-3/+5